尝试使用 .net 4.0 版本的 MSBuild.ExtensionPack 中的 Zip 任务时出现奇怪错误
我们从 Tigris MSBuild 任务库中的 Zip 任务得到的结果不一致,因此我们尝试使用 MSBuild.ExtensionPack for .NET 4.0 中的 Zip 任务。但是,当我们执行这个新的 Zip 任务时,我们从 MSBuild 可执行文件中收到以下错误:
C:\development\build\PrepareLastKnownGood.csproj(40,3):错误:典型 eInitializationException:“java.lang.System”的类型初始值设定项引发了 异常。\r C:\development\build\PrepareLastKnownGood.csproj(40,3):错误:Unsat isfiedLinkError:无法加载 DLL 'vjsnativ':指定的模块无法 被发现。 (HRESULT 异常:0x8007007E)\r
有其他人在使用 MSBuild.ExtensionPack 中的 Zip 任务时遇到此错误吗?如果是这样,你是如何解决的?
We've been getting inconsistent results from the Zip task in Tigris MSBuild task library, so we're trying to use the Zip task in the MSBuild.ExtensionPack for .NET 4.0. But when we execute this new Zip task, we get the following error from the MSBuild executable:
C:\development\build\PrepareLastKnownGood.csproj(40,3): error : Typ
eInitializationException: The type initializer for 'java.lang.System' threw an
exception.\r
C:\development\build\PrepareLastKnownGood.csproj(40,3): error : Unsat
isfiedLinkError: Unable to load DLL 'vjsnativ': The specified module could not
be found. (Exception from HRESULT: 0x8007007E)\r
Has anyone else encountered this error in their use of the Zip task from MSBuild.ExtensionPack? If so, how did you resolve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MSBuild.ExtensionPack.JSharp.dll 中的 Zip 任务是在 J# 中实现的。并且依赖于vjslib.dll。
您需要安装 Microsoft Visual J# 2.0 版可再发行组件包。
Zip task from MSBuild.ExtensionPack.JSharp.dll is implemented in J#. And has dependency to the vjslib.dll.
You need to install Microsoft Visual J# Version 2.0 Redistributable Package.