I am trying to create a project created in VS 6 with VS 2010. When I open the file .dsw, VS will convert the project by asking me this message:
"... ProjectName.dsp must be converted to the current Visual C ++ format of the project. After converting it, you will not be able to edit this project in previous versions of Visual Studio.
Convert and open this project? "
When I say "Yes"VS opens a project. Now, since I have to add one header file and a library to create it, I added the file paths .hand .lib, by setting VC++ Directories.
Now I'm not sure when and why, but some time after that, VS 2010 gives me the following error popup that continues to show:
"Microsoft (R) Visual C ++ Server stops working
The problem causes the program to stop working correctly. Please close the program.
Any help in resolving this issue?
source
share