vs编译错误的bug修改
程序员文章站
2022-06-11 15:42:05
c:\program files (x86)\msbuild\microsoft\wix\v3.x\wix2010.targets(508,7): error : the outp...
c:\program files (x86)\msbuild\microsoft\wix\v3.x\wix2010.targets(508,7): error : the outputpath property is not set for this project. please check to make sure that you have specified a valid configuration/platform combination. configuration='debug' platform='x64'
这是wix的bug。修改如下:
if you open your .wixproj file in a text editor, you will see that the new added configuration items are at the bottom of the file (below the import of the standard wix build targets) and your x86 configuration is at the top (above the import). if you shift the xml for the new added config so that it's adjacent to the x86 config, then you will find that your project builds properly.
推荐阅读
-
卸载VS2011 Developer Preview后Sql Server2008 R2建立数据库关系图报“找不到指定的模块”错误的解决方法
-
VS2012 win7 修改TFS登陆账号的方法
-
vs2013 修改TFS已经登录的用户方法
-
SolidWorks怎么修改系列化零件中错误的数据?
-
vs2012编译的程序不能在XP和2003下执行问题的解决方法
-
Ubuntu下安装并配置VS Code编译C++的方法
-
VS.net VSS时,编译报错:未能向文件“.csproj.FileListAbsolute.txt”写入命令行 对路径 的访问被拒绝。
-
会声会影启动错误38 提示文件损坏或被修改的解决方法
-
Qt最新版5.12.2在Win10环境静态编译安装和部署的完整过程(VS2017)
-
vs2005编译时出现C2859错误该怎么办?