C# Source Code: Tip. Opening a Visual Studio file with an older version
[
Home
|
Contents
|
Search
|
Reply
| Previous | Next ]
C# Source Code
Tip. Opening a Visual Studio file with an older version
By:
Andrew Baker
Email (spam proof):
Email the originator of this post
Date:
Saturday, April 10, 2004
Hits:
718
Category:
General/Framework
Article:
Amazingly 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.". To fix this edit the VS solution file (the file with a .sln extension) using a text editor and change the following lines: Change the line: Microsoft Visual Studio Solution File, Format Version 8.00 to Microsoft Visual Studio Solution File, Format Version 7.00 You will also need to edit the following lines in the .vbproj file: Change the lines: ProductVersion = "7.10.3077" SchemaVersion = "2.0" to ProductVersion = "7.0.9466" SchemaVersion = "1.0" Save and close these files and they should now load.
Terms and Conditions
Support this site
Download a trial version of the best FTP application on the internet