Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wix SetMsisAssemblyNameFileVersion中断程序集的强名称_Wix - Fatal编程技术网

Wix SetMsisAssemblyNameFileVersion中断程序集的强名称

Wix SetMsisAssemblyNameFileVersion中断程序集的强名称,wix,Wix,我在合并模块中使用“SetMsisAssemblyNameFileVersion”属性 所以我在汇编版本的末尾得到一个零 这会打断程序集的强名称 结果,Visual Studio安装项目无法再将程序集识别为依赖项 MSM的自动添加已中断 有没有办法绕过这个问题 问候 凯 来自Binder.cs版本3.6 //fusion中有一个bug需要程序集的version属性 //当文件版本存在时,其长度等于或长于文件版本 //解决方法是在程序集版本中的最后一个版本号前加零,针对Fusion提交一个bug以

我在合并模块中使用“SetMsisAssemblyNameFileVersion”属性

所以我在汇编版本的末尾得到一个零

这会打断程序集的强名称

结果,Visual Studio安装项目无法再将程序集识别为依赖项

MSM的自动添加已中断

有没有办法绕过这个问题

问候

来自Binder.cs版本3.6

//fusion中有一个bug需要程序集的version属性

//当文件版本存在时,其长度等于或长于文件版本


//解决方法是在程序集版本中的最后一个版本号前加零,针对Fusion提交一个bug以修复根问题,或者针对Visual Studio安装项目提交一个bug以使用相同的解决方法,以便正确安装具有fileVersion集的包