在Visual Studio 2005和VS2008中创建项目失败

时间:2021-05-12 15:02:11

Every time I try to create a new project or solution in visual studio (2005 and 2008), I get an error saying, "Project Creation failed." I even tried running vs in administrative mode, but I still get the same answer. Anyone have any suggestions, in short of uninstalling all of VS and reinstalling it?

每当我尝试在visual studio(2005和2008)中创建新项目或解决方案时,我都会收到一条错误消息“项目创建失败”。我甚至尝试在管理模式下运行vs,但我仍然得到相同的答案。任何人都有任何建议,除了卸载所有的VS并重新安装它?

4 个解决方案

#1


1  

It sounds like an Add-in behaving badly. Can you launch it in safe mode?

这听起来像一个加载项表现很糟糕。你能以安全模式启动吗?

devenv.exe /SafeMode

#2


0  

Out of the blue i would guess a security/rights issue, eg. trying to create the solution on a drive/folder you don't have write access to, or has otherwise restricted rights.

突然之间我会猜出一个安全/权利问题,例如。尝试在您没有写入权限的驱动器/文件夹上创建解决方案,或者以其他方式限制权限。

#3


0  

Is it in Vista, I know 2005 is known to have compatibility issues in Vista, dunno about 2008, but do they both have current updates?

是在Vista中,我知道2005年在Vista中存在兼容性问题,dunno约为2008年,但它们是否都有最新更新?

#4


0  

If you are running in administrator mode, and click run as administrator and have all the latest updates and no add-ins, I think you might have to reinstall it. Make sure you select all the development types you plan to use to get the sdks and not just the redistributables.

如果您以管理员模式运行,并单击以管理员身份运行并拥有所有最新更新而没有加载项,我认为您可能必须重新安装它。确保选择计划用于获取sdks的所有开发类型,而不仅仅是可再发行组件。

If that doesn't work, you might talk to the microsoft reps. With some quick online research people really only had probelms like this before Visual Studio SP1, anything with 64 bit Vista has just been unable to compile ASP.

如果这不起作用,您可以与微软代表交谈。通过一些快速的在线研究,人们在Visual Studio SP1之前真的只有这样的问题,64位Vista的任何东西都无法编译ASP。

Good luck.

#1


1  

It sounds like an Add-in behaving badly. Can you launch it in safe mode?

这听起来像一个加载项表现很糟糕。你能以安全模式启动吗?

devenv.exe /SafeMode

#2


0  

Out of the blue i would guess a security/rights issue, eg. trying to create the solution on a drive/folder you don't have write access to, or has otherwise restricted rights.

突然之间我会猜出一个安全/权利问题,例如。尝试在您没有写入权限的驱动器/文件夹上创建解决方案,或者以其他方式限制权限。

#3


0  

Is it in Vista, I know 2005 is known to have compatibility issues in Vista, dunno about 2008, but do they both have current updates?

是在Vista中,我知道2005年在Vista中存在兼容性问题,dunno约为2008年,但它们是否都有最新更新?

#4


0  

If you are running in administrator mode, and click run as administrator and have all the latest updates and no add-ins, I think you might have to reinstall it. Make sure you select all the development types you plan to use to get the sdks and not just the redistributables.

如果您以管理员模式运行,并单击以管理员身份运行并拥有所有最新更新而没有加载项,我认为您可能必须重新安装它。确保选择计划用于获取sdks的所有开发类型,而不仅仅是可再发行组件。

If that doesn't work, you might talk to the microsoft reps. With some quick online research people really only had probelms like this before Visual Studio SP1, anything with 64 bit Vista has just been unable to compile ASP.

如果这不起作用,您可以与微软代表交谈。通过一些快速的在线研究,人们在Visual Studio SP1之前真的只有这样的问题,64位Vista的任何东西都无法编译ASP。

Good luck.