SmartAssembly构建失败:模块应包含程序集清单。 (HRESULT异常:0x80131018)

编程入门 行业动态 更新时间:2024-10-23 02:06:17
本文介绍了SmartAssembly构建失败:模块应包含程序集清单。 (HRESULT异常:0x80131018)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

大家好, 我正在将智能程序集标记添加到我的项目文件中,以使用以下智能程序集命令对我的exe和dll文件进行模糊处理。

Hi all, I am adding the smart assembly tag to my project file to obfuscate my exe and dll files using the following smart assembly command.

<UsingTask TaskName="SmartAssembly.MSBuild.Tasks.Build" AssemblyName="SmartAssembly.MSBuild.Tasks, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7f465a1c156d4d57" /> <Target Name="AfterBuild" Condition="'$(Configuration)' == 'Debug'"> <SmartAssembly.MSBuild.Tasks.Build OverwriteAssembly="True" ProjectFile="E:\Rahul SVN\CA\smart\Smart Project\CM.saproj" input="$(OutDir)Client Management.exe" output="$(OutDir)Client Management.exe" /> </Target>

当我尝试构建时解决方案会引发以下错误: SmartAssembly构建失败: 模块预计包含装配清单。 (HRESULT异常:0x80131018)。 请协助此 谢谢,

When I try to build the solution it throws the following error : SmartAssembly build failed: The module was expected to contain an assembly manifest. (Exception from HRESULT: 0x80131018). Kindly assist on this Thanks,

推荐答案

(配置)'=='调试' > < SmartAssembly.MSBuild.Tasks.Build OverwriteAssembly = True ProjectFile = E:\ Rahul SVN \ CA \ smart \ Smart Project \ CM.saproj input = (Configuration)' == 'Debug'"> <SmartAssembly.MSBuild.Tasks.Build OverwriteAssembly="True" ProjectFile="E:\Rahul SVN\CA\smart\Smart Project\CM.saproj" input="

(OutDir)Client Management.exe 输出 = (OutDir)Client Management.exe" output="

(OutDir)Client Management.exe / > < / Target > (OutDir)Client Management.exe" /> </Target>

当我尝试构建时解决方案会引发以下错误: SmartAssembly构建失败: 模块预计包含装配清单。 (HRESULT异常:0x80131018)。 请协助此 谢谢,

When I try to build the solution it throws the following error : SmartAssembly build failed: The module was expected to contain an assembly manifest. (Exception from HRESULT: 0x80131018). Kindly assist on this Thanks,

更多推荐

SmartAssembly构建失败:模块应包含程序集清单。 (HRESULT异常:0x80131018)

本文发布于:2023-11-03 16:16:18,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1555548.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:清单   模块   异常   程序   SmartAssembly

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!