I can't open a Visual Studio 2008 Windows application solution file into Visual C# Express. How can I fix this?
A:
Visual studio express doesnt understand a visual studio 2008 sln/csproj file. You will need to make another sln/csproj file in visual C# express and re-add all your cs files into it.
The error you should get is a message saying sln not supported. There is no simple way to fix without damaging your sln/csproj file.
Andrew Keith
2009-10-04 23:11:26