Hi Remco.
Thank you for all the work in the new 2.0 version.
Unfortunately, I'm running into issue with my test project (which worked fine with 1.46) which prevents me from using it. Basically, my test project's status is "Load failure" and all the others' are "Not built". The error for the test project is:
Quote:System.NullReferenceException: Object reference not set to an instance of an object.
at nCrunch.Client.ComponentLoader.SnapshotComponentFactory.(FilePath )
at nCrunch.Client.ComponentLoader.SnapshotComponentFactory.(FilePath )
at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
at nCrunch.Client.ComponentLoader.SnapshotComponentFactory.(ComponentBuildAnalysisResult )
at nCrunch.Client.ComponentLoader.SnapshotComponentFactory.(ProcessorArchitecture )
at nCrunch.Client.ComponentLoader.SnapshotComponentFactory.CreateSnapshotComponentFromXml(FilePath projectFilePath, BuildXml projectXml, FilePath solutionFilePath, String[] additionalFilesToIncludeAtSolutionLevel, Boolean isLoadedFromFile, ISnapshotConfig snapshotConfig, VisualStudioVersion vsVersion)
The build works ok from VS and tests work fine is Resharper test runner. My VS version is 2013, NCrunch is 2.0.0.97.
Is there anything I can do to make this work?