I have this weird problem in both vs2010 and vs2008. Sometime it doesn't launch the project converter if I tried to open a older version of solution. All it gives is an error message box and message:
'C:\xxx.csproj' cannot be opened because its project type (.csproj) is not supported by this version of the application.
To open it, please use a version that supports this type of project.
The solution google tells me is to use command to reset some setting
devenv.exe /resetskippkgs
Works like a charm!
There is another command line parameter can be used if something screw up in VS
devenv.exe /resetsettings, which reset the whole environment back to the step that asking you to choose environment preference (C# or VB etc)
No comments:
Post a Comment