Search Amazon:

Edit a .NET 2003 solution with an earlier version of .NET

If you try to open a Visual Studio .NET 2003 solution with VS.NET 2002 you get the error message: "The selected file is not a valid Visual Studio solution file.". Provided you have not used any features new in VS.NET 2003, you can still edit the source code using the older VS.NET version.

Edit the .sln file with notepad:

    Change the line:

    Microsoft Visual Studio Solution File, Format Version 8.00

    to

    Microsoft Visual Studio Solution File, Format Version 7.00

Edit the .vbproj file with notepad:

    Change the lines:

    ProductVersion = "7.10.3077" 
    SchemaVersion = "2.0"

    to

    ProductVersion = "7.0.9466"
    SchemaVersion = "1.0"

Save and close these files then double click the .sln file to open the solution with VS.NET.

Sign In
  User Id 
  Password 


Submit Your Own Code and Articles




About TheScarms
About TheScarms

Ask me your programming questions

I read every email and answer all I can.

User Feedback: Be the first to add a comment! Items to Show:     

     
You must log in to post feedback.
Comment:    
 

If you use this code, please mention "www.TheScarms.com"

Email this page


TheScarms AppSentinel lets you securely copy protect and create evaluation versions of your software

TheScarms(tm) AppSentinel lets you quickly and easily create evaluation versions of your software and stop unauthorized copying and unregistered use of your programs!

Get your free
trial copy today!


      The World's Number 1 Web Host

© Copyright 2008 TheScarms