Just installed on VS2010. I have a solution with 9 projects, which include 4 test projects. One of these is using Watin/SpecFlow, and all are using NUnit. I'm getting this exception in the test runner window no matter which project I click on (I chose Ignore All in the config dialog to start, and was going to enable just 1 of my test projects).
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at nCrunch.Core.ProcessManagement.ExternalProcessManager.#=qCVxSS9__fdGbuTH1DtPZIQ==(FrameworkVersion #=qYBBBFCFkcEGRWOvY4ProB3h80aluWZarEUTXeo8bsUk=, Type #=q5d0U9$cDd3odf9zW4NcOKg==, String #=qOPcO_YZzNcbvrIpGyFPmgGksbK2WU4ufMRDtpgYryQ4=, String #=qEu2CY3dnqDJoq8YkgIx0Qg==, String #=q2Smkpds6z0bmlWtMCnn9Qnq9QxoJKBYQxjk4BDp89Mc=)
at nCrunch.Core.ProcessManagement.ExternalProcessManager.LoadExternalProcess(Type ipcTargetType, String runtimeWorkspace, String configFileName, FrameworkVersion frameworkVersion, ProcessSignature signature, ProcessType processType, Workspace[] workspacesLockedByProcess, String proxyProcessFilePath)
at nCrunch.Core.BuildManagement.BuildProcessLauncher.#=qELH54QB6TfFlajSss5pX224bQmCQv4gXJQFELYnVj8nM$hnF6ei4pVqtpXE_OSYe(Action`1 #=qgLM9R1pD46kLfjknlAGUyQ==)
at nCrunch.Core.BuildManagement.BuildProcessLauncher.ResolveComponentDependenciesInExternalProcess(String projectDirectory, String buildXml, String useBuildConfiguration)
at nCrunch.Core.ComponentLoader.SnapshotComponentFactory.#=qFEkVWuIutzJBR3YQY6hajcUConrnXYoQw6tlrz1e6O8=()
at nCrunch.Core.ComponentLoader.SnapshotComponentFactory.CreateSnapshotComponentFromXml(String projectFilePath, String projectXml)
Help?