Visual Studio 2017 texttransform.exe异常

时间:2017-04-05 10:26:53

标签: visual-studio visual-studio-2017

C:\ Program Files(x86)\ Microsoft Visual Studio \ 2017 \ Enterprise>" C:\ Program Files(x86)\ Microsoft Visual Studio \ 2017 \ Enterprise \ Common7 \ IDE \ TextTransform.exe&#34 ; " C:\ Project Code \ City Lodge \ City-Lodge \ Server \ Automation \ Lodgix.Server.Domain.Automation ...... \ Server \ Automation \ Lodgix.Server.MetaData \ Templates \ 4 - Domain \ DomainGenerator.tt" 错误:尝试编译转换代码时抛出异常。抛出以下异常: System.IO.FileLoadException:无法加载文件或程序集System.IO.FileSystem,Version = 4.0.1.0,Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a'或其中一个依赖项。定位的程序集的清单定义与程序集引用不匹配。 (HRESULT异常:0x80131040) 文件名:' System.IO.FileSystem,Version = 4.0.1.0,Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a'    在Microsoft.VisualStudio.TextTemplating.CompilerBridge.PrepareNewCompilation()    在Microsoft.VisualStudio.TextTemplating.CompilerBridge.Compile()    在Microsoft.VisualStudio.TextTemplating.TransformationRunner.Compile(String source,String inputFile,IEnumerable`1 references,Boolean debug,SupportedLanguage language,String compilerOptions)

警告:装配绑定日志记录已关闭。 要启用程序集绑定失败日志记录,请将注册表值[HKLM \ Software \ Microsoft \ Fusion!EnableLog](DWORD)设置为1。 注意:程序集绑定失败日志记录会导致一些性能损失。 要关闭此功能,请删除注册表值[HKLM \ Software \ Microsoft \ Fusion!EnableLog]。

我目前正面临来自Visual Studio 2017的TextTransform.exe的问题。当我使用-h时,TextTransform.exe似乎有效,但是当我传递模板时,会抛出上述错误。

我使用Visual Studio中的“运行自定义工具”调试了相同的模板,它工作正常。

任何建议都会非常有用。

0 个答案:

没有答案