Visual Studio 2008和Vista的问题
各位兄弟,请问一个问题,我在寝室的电脑装的是Windows Vista Ultimate (x86)英文版的,Visual Studio 2008也是英文的Team Suite,以前用2005写程序的时候没有出现过问题,现在卸载掉2005再装2008就发现,所有的Console项目在DEBUG模式下全都无法运行及调试,只能在Release版本下运行.具体故障如下:
当运行时弹出命令提示符窗口,上书:
The application has failed to start because its side-by-side configuration is in
correct. Please see the application event log for more detail.
如果是按F5调试的话则会弹出一个MessageBox,写着:
Unable to start program "xxx.exe"
This application has failed to start because the application
configuration is incorrect. Review the manifest file for possible errors.
Reinstalling the application may fix this problem. For more detaiIs
please see the application event log.
我装了Microsoft.Visual.C++.2008.Redistributable.Package(x86)仍旧无法解决问题,请问我应该怎么办,谢谢
[解决办法]
修改路径设置;
去网上搜下吧,比较多
[解决办法]
Rebuild整个工程试过了吗?
或者说把Debug目录删了重新编译。
[解决办法]
有可能是系统原因
[解决办法]
side by side 是.Net Framework中的并行执行,指的是一种安装多个代码版本的能力,使应用程序可以选择公共语言运行库的版本或者选择它使用的组件的版本。后面安装运行库、应用程序或组件的其他版本时不会影响已安装的应用程序。
检查一下BUG运行的配置文件有没有设置错误.