I had today some problems with network at my work… Nothing unusual though. Well, couldn’t map my personal folder. After third restart finally some of the processes started and my “local” settings where configured. But, something bad happend to my visual studio. Whenever I tried to load projects I received following message :
“.csproj cannot be opened because its project type (.csproj) is not supported by this version of Visual Studio.”
I’ve tried to create new project. Same problem. After a while searching the net I found something like this : http://social.msdn.microsoft.com/Forums/en-US/vstsstart/thread/660f992e-96d9-43ef-9f50-0e4e09f10ed4 so the last entry says simply :
Run devenv.exe /resetskippkgs
More details about resetSkipPkgs : http://msdn.microsoft.com/en-us/library/ms241276.aspx
Additional info about VSPackages : http://msdn.microsoft.com/en-us/library/bb165366(VS.80).aspx
I just scratch my head, because I didn’t install another version of VS. Well, at least itworks now. Good…another splendid day at work…