CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2015
    Posts
    1

    Convert Back to Visual Studio 2008 - Please Help

    I have a VB.Net application and I was using Visual Studio 2008. I tried contverting the application so I could use Visual Studio 2012.
    Now I've changed my mind and I want to convert back so I can still use VS 2008.
    I read an article that said I should change the version in the solution file so I did this.
    Now when I run the application I get the following error message:

    System.BadImageFormatException was unhandled
    Message="Could not load file or assembly 'KMMDIParent, Version=1.9.32.7, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format."

    Can anyone help me with this? Is it possible to convert back? Someone's help would be much appreciated. Thanks.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Convert Back to Visual Studio 2008 - Please Help

    Don't trust everything you read on the internet! Just kidding.

    This may be helpful to you : https://vsprojectconverter.codeplex.com/

    But I don't understand why you actually want to go back to VS 2008. It does more harm than good, staying with old versions of VS.

    It is 2015, and VS 2008 is basically more than 7 years old. I can understand 2012 - which I still use, but really 2008?

  3. #3
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Convert Back to Visual Studio 2008 - Please Help

    Actually I use 2008 also. One major reason is that they dropped support for Windows CE and Windows Mobile devices after 2008.

    While I have not had a need to go backwards I am thinking that the upgrade process creates a backup of the original, if so then just need to restore that.

    If no backup then you could create a new solution and then add all the forms, classes and whatever to it. As far as I have saw it is just the solution files that get changed.
    Always use [code][/code] tags when posting code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured