问题描述
大家好,
我是使用MS Visual Studio进行编程的新手.我已经在运行Windows Vista的PC上安装了VS .net(2003版).我知道存在已知的兼容性问题",但是为了向后兼容性测试,我需要测试我在VS的较旧版本上编写的程序.最终将运行该程序的系统是
较旧的系统.
Hi all,
I'm new to programming using MS Visual Studio. I have installed VS .net (version 2003) on my PC running Windows Vista. I know there are "known compatibility issues", but I need to test the program I've written on an older version of VS, for backward compatibility testing purposes. The system that will eventually be running the program is an
older system.
当我编写一个简单的Hello World程序时,我什至无法调试它.我收到错误消息'devenv.exe"不包含调试信息. (未加载任何符号.)单击确定"以进行调试.当我单击确定"时,它只是打开另一个VS实例,而不是我的程序.
When I wrote a simple Hello World program, I can't even debug it. I get the error message "'devenv.exe' does not contain debugging information. (No symbols loaded.) Click OK to debug anyway.". When I clicked OK, it simply opens another instance of VS, not my program.
是否有解决此问题的方法,或者Vista根本不与此版本的VS不兼容?
Is there a way to get around this problem, or is Vista simply not compatible with this version of VS?
谢谢.
推荐答案
这篇关于无法运行调试器-VS .net版本2003的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!