Hi,
Recently I have encountered an issue where some of my projects are failing to build in NCrunch, but NCrunch doesn't tell me anything about why it is. When I turn on logging and rebuild I get an error in the log like this:
[11:45:31.6581-BuildTask-13] ERROR (Internal): System.Exception: Unable to retrieve property values from expression in build output: $(OutDir)$(TargetName)$(TargetExt)
Server stack trace:
at #=qq057UXr4PIATPAy4_WMnj8Y3A2_53rdBo$hEl3XNc4uY9lTiWXMcCBMgbhzEmuXHMl1F5wHCYBkIhTdWRvU8Qw==.#=qECNZFVuR1q$byGsOnogeksbPQ4c2KkjfLDSuPeIRWIg=(IList`1 #=qBqZCqiCOUzGIBqj6nTyOOg==)
at #=qq057UXr4PIATPAy4_WMnj8Y3A2_53rdBo$hEl3XNc4v9IyT9eb1O_2SotxMUM$_GzmPqh_XDnWasGI7Xln04bw==.#=q3SF5nPR6_rAg3vy0cvHyqLAE$ws_oKXI7H_5wHEfrNE=.#=qsdPhz59wB6dP4rTxqm470VbG1mXYMhOe6SWl8rNLObd1Yv1O9BuvdarTdhS_o4Sz(#=qH5lrxEYDOp27HIoMXrRnzFPQZpqbfStdFeVfK0QiqrG5kmrXbioxN_6YUKhZRt6ZPRr_x_w_4Rs3y2_tvDbUAg== #=qT0FiTSk9fbOGeVsyc4sc4g==)
at nCrunch.Common.ListExtensions.Do[T](IEnumerable`1 list, Action`1 action)
at #=qq057UXr4PIATPAy4_WMnj8Y3A2_53rdBo$hEl3XNc4v9IyT9eb1O_2SotxMUM$_GzmPqh_XDnWasGI7Xln04bw==.#=qAw5L8XjFPZYWHKDj3irsQ03P5JDOS3iZaK7YIkR5GDK1mm9Y3qktsSZT1IZEoavy(IList`1 #=qjQ4LHIdQcSGWHIBxxSyshA==)
at #=qF__nrgFSpugB5cdcRrBB8aX6S$j$zadGkm1ofKS23p1dP8yli7jiI_aiylXfIpNd.#=qE1WBH8EOfeLXyWSfYLvSnY9Ex6S$xHQuHESNCBGHschzT$eO99i_6MYEVwL81SJh(IList`1 #=qx44P$UPdZqHEIHgHylxv7A==)
at nCrunch.Compiler.RemoteBuildRunner.Build(ComponentBuildParameters parameters)
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at nCrunch.Compiler.IRemoteBuildRunner.Build(ComponentBuildParameters parameters)
at nCrunch.Core.BuildManagement.BuildProcessLauncher.#=qJmtoHHn$aPRkq$Zu2DzxVb7R4QCLgxDHex0Gg2DS0NU=.#=qAQvKATSuuHm5dTk2kyBAJx_fMHNwJvLLvwyxLa5q5ul4WwnvaI4yKZuxOEFHRgsk(IRemoteBuildRunner #=qbGicGic4r0TCt3HWEbPrPYc1n6krBSoqqH4hF7L3qQM=)
at nCrunch.Core.BuildManagement.BuildProcessLauncher.#=qz7KLtQQ$usprLC52KaPYfrEeQYIS_qr3b7zRRfCdiSPBwSE_BoXiyHuTi0zxU113(Action`1 #=q_PI0DtnsLczisG0R1eG$9Q==)
at nCrunch.Core.BuildManagement.BuildProcessLauncher.BuildComponentInExternalProcess(ComponentBuildParameters parameters)
at nCrunch.Core.BuildManagement.BuildEnvironment.Build(SnapshotComponent snapshotComponentToBuild, IList`1 referencedComponents)
at nCrunch.Core.BuildTask.DoProcessTaskAndReturnSuccessFlag()
at nCrunch.Core.Processing.ProcessingTask.ProcessTaskAndReturnSuccessFlag()
at nCrunch.Core.Processing.ProcessingQueue.#=q4XbnBBPK6QntuzrgVB0LyA==(ProcessingTask #=qC8g69jxn3pJi6ieBmpAINw==)
And I'm not sure what this means. We have recently started to use PostSharp but some of the projects which use postsharp build sucessfully so I don't think thats the issue.
The full build log is here:
http://pastebin.com/t87uQqGa if that helps.