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)