v2.9.0.8
Trying to run my solution with the console tool and currently I always get build failure due to our Wix setup projects cannot load.
1) We have, in vstudio's configuration manager, disabled build for the setup project except for "Setup" build configuraiton. Should NCrunch really try to build it anyhow or is the error occurring even before NCrunch has the chance of determining if it should be built or not?
2) The project errors are from *.wixproj files. Is it a but or do I need to do something for them to play nice with NCrunch?
Code:
System.Exception: An exception was thrown in the remote environment: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> nCrunch.Common.UserException: Errors occurred while trying to load the project file:
The target "ResolveKeySource" does not exist in the project.
at nCrunch.Compiler.RemoteBuildRunner.(FilePath ,   , String , String , DirectoryPath , String )
Thanks.