3

I am trying to build a project created in VS 6 with VS 2010. When I open .dsw file, VS converts the project asking me this message:

"... ProjectName.dsp must be converted to the current Visual C++ project format. After it has been converted, 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 the project. Now, since I must add one header file and a library to build this, I added the .h file and .lib file paths by setting VC++ Directories.

Now, I am not sure when and why, but in some time after this, VS 2010 gives me the following error popup window that keeps showing:

"Microsoft (R) Visual C++ Package Server has stopped working

A problem causes the program to stop working correctly. Please close the program."

Any help with solving this?

4

2 回答 2

0

我不确定这是否对其他人有帮助,但就我而言,我看到了这个错误并发现我的硬盘驱动器已满。我清理了几场演出的空间,一切都恢复了。

于 2012-01-04T20:10:10.683 回答
0

我在这里遇到了同样的问题,原因是包含文件的权限不正确。运行 Visual Studio 2010 的用户必须(显然)对文件具有读取权限!

于 2011-11-03T09:38:52.497 回答