I'm using Visual Studio Ultimate. I use the actual NCRUNCH Version and I get the following Build Message.
I have no idea to resolve this problem
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (1835)#0: The "GenerateResource" task failed unexpectedly.
System.TypeInitializationException: The type initializer for 'Microsoft.Build.Utilities.FileTracker' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Build.Utilities.FileTracker..cctor()
--- End of inner exception stack trace ---
at Microsoft.Build.Utilities.FileTracker.GetFileTrackerPath(ExecutableType toolType, String rootPath)
at Microsoft.Build.Utilities.FileTracker.EnsureFileTrackerOnPath(String rootPath)
at Microsoft.Build.Tasks.GenerateResource.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask, Boolean& taskResult)
Remco NCrunch Developer
#2249
20 Jun 2012 23:01 UTC
Hi, thanks for posting!
Are you using any custom build frameworks or do you have any custom build steps?
If you can submit a bug report after this issue occurs, I'll have a look through the log file to see if I can help find the cause.
Thanks!
Remco
Are you using any custom build frameworks or do you have any custom build steps?
If you can submit a bug report after this issue occurs, I'll have a look through the log file to see if I can help find the cause.
Thanks!
Remco
Post a reply
Log in to reply.