询问者
windows7下安装VS2005及VC的兼容性问题

问题
全部回复
-
你好!
请问VS2005是否以管理员身份运行了? 如果更改其兼容模式为Windows XP SP2,能否解决问题?
谢谢!
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us. -
你好!
这种现象应该是VS IDE由于某些原因而crash掉了。关于crash的问题,其实可能会有很多的可能性引起的。
从你的描述上来看,从安全模式进入系统,并运行VS是可以的,那可能是一些服务导致VS05的crash了。
你还可以尝试一下以下这些方法:
- 打开“开始”菜单 >> 运行 >> 输入“devenv.exe /safemode”,用安全模式来进入Visual Studio,这可以用来排除一些第三方插件或者软件引发的问题,这个可以让VS正常运作吗?
另外,你可以用Process Monitor:http://technet.microsoft.com/zh-cn/sysinternals/bb896645.aspx来跟踪一下,当crash发生的时候,VS做了些什么注册表或者文件的读写之类的动作。这个可以帮助我们来追踪问题所在。
希望对你有所帮助。
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- 已编辑 YiChun Chen 2010年1月5日 10:18 typo
- 已建议为答案 j-mcgrady 2010年1月24日 5:19