我已经使用NuGet包管理器将CroMagVersion安装到我的解决方案中。
它在Debug
配置中运行得很好。现在我想尝试一些Release
模式,我已经触及了这个
4> Processing '..\..\packages\CroMagVersion.0.3.4.0\tools\CroMagVersion.tt'... failed.
4>e:\path\to\solution\DataAccessLayers\Org.Zighinetto.MyProject.NHibernate\Org.Zighinetto.MyProject.NHibernate.csproj(161,5): error : (-1,-1): ERROR Error running transform: System.ComponentModel.Win32Exception (0x80004005): Unable to find the specified file
4> in System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
4> in System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
4> in Microsoft.VisualStudio.TextTemplating.GeneratedTextTransformation370e1b87.GetProcessOutput(String localPath, String path, String command)
4> in Microsoft.VisualStudio.TextTemplating.GeneratedTextTransformation370e1b87.WriteAttributes()
4> in Microsoft.VisualStudio.TextTemplating.GeneratedTextTransformation370e1b87.TransformText()
4> in Mono.TextTemplating.CompiledTemplate.Process()
4>e:\path\to\solution\DataAccessLayers\Org.Zighinetto.MyProject.NHibernate\Org.Zighinetto.MyProject.NHibernate.csproj(161,5): error MSB3073: exit command "..\..\packages\CroMagVersion.0.3.4.0\tools\TextTransform.exe -o="..\..\packages\CroMagVersion.0.3.4.0\tools\SharedAssemblyInfo.cs" -a="Configuration!Release " -a="SolutionDir!e:\path\to\solution\ " "..\..\packages\CroMagVersion.0.3.4.0\tools\CroMagVersion.tt"" with code -1.
虽然我有匿名的项目名称和路径,但项目结构仍保留在路径中。
基本上我有
-- Solution dir
--packages //NuGet's
--DataAccessLayers
--Project1
--Project2
--FrontEnds
--Project1
--Project2
--ProjectX
--ProjectY
我已经三次检查过:
cmd
,cd
进入项目目录并发出..\..\packages\CroMagVersion.0.3.4.0\tools\TextTransform.exe
不会引发文件未找到错误但正确调用程序。检查我的解决方案路径确实包含空格(解决方案通常放在Documents\Visual Studio 20xx
下,2012年我也不例外)
我该如何解决?
答案 0 :(得分:0)
升级到CroMagVersion 0.3.5.0已修复。这是该项目的一个已知错误
Release Notes
0.3.5.0 - minor bugfix
When hg or git was not in PATH, builds could generate spurious exceptions like System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
事实上,我不使用git(还)