由于CroMagVersion错误,无法在发布模式下编译

时间:2013-03-28 20:42:49

标签: windows-7 visual-studio-2012 nuget-package cromagversion

我已经使用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

我已经三次检查过:

  1. packages \ CroMagVersion.0.3.4.0存在。检查
  2. TextTransform存在于正确的目录中。检查
  3. 运行cmdcd进入项目目录并发出..\..\packages\CroMagVersion.0.3.4.0\tools\TextTransform.exe不会引发文件未找到错误但正确调用程序。检查
  4. 我的解决方案路径确实包含空格(解决方案通常放在Documents\Visual Studio 20xx下,2012年我也不例外)

    问题是

    我该如何解决?

1 个答案:

答案 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(还)