changing the engine hosting strat allows ncrunch to run but all of the projects get the following exception and a load failure:
System.InvalidOperationException: No process is associated with this object.
at System.Diagnostics.Process.EnsureState(State state)
at System.Diagnostics.Process.EnsureState(State state)
at System.Diagnostics.Process.get_Id()
at nCrunch.Core.ProcessManagement.ExternalProcessManager.(ExternalProcess )
at nCrunch.Core.ProcessManagement.ExternalProcessManager.(ProcessorArchitecture , ProcessLoadParameters )
at nCrunch.Core.ProcessManagement.ExternalProcessManager.LoadExternalProcess(ProcessLoadParameters parameters, GridClientId client)
at nCrunch.Core.BuildManagement.BuildProcessLauncher..()
at nCrunch.Common.PerformanceTracking.PerfTracker.TryTrackActivity(String name, Action activity)
at nCrunch.Core.BuildManagement.BuildProcessLauncher.(Action`1 , ProcessorArchitecture , GridClientId , IBuildableProject , IList`1 )
at nCrunch.Core.BuildManagement.BuildProcessLauncher.AnalyseComponentBuildInExternalProcess(FilePath projectFilePath, BuildXml buildXml, String useBuildConfiguration, String useBuildPlatform, DirectoryPath solutionDir, String solutionName, List`1 importExpressionsToEvaluate, ProcessorArchitecture processorArchitecture, VisualStudioVersion vsVersion, IList`1 customEnvironmentVariables)
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)
I am unable to disable mcafee.
I am running windows 10 in case you are curious.
event viewer has this error:
Log Name: Application
Source: .NET Runtime
Date: 12/16/2015 2:59:27 PM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: CSCHNEPF-M73.TAXCC.local
Description:
Application: git.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.MissingMethodException
at Microsoft.VisualStudio.GitCli.GitShim.clone(System.String, System.String, System.String)
at Microsoft.VisualStudio.GitCli.Program.Main(System.String[])
Event Xml:
<Event xmlns="(- BROKEN LINK -)">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2015-12-16T21:59:27.000000000Z" />
<EventRecordID>10461</EventRecordID>
<Channel>Application</Channel>
<Computer>CSCHNEPF-M73.TAXCC.local</Computer>
<Security />
</System>
<EventData>
<Data>Application: git.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.MissingMethodException
at Microsoft.VisualStudio.GitCli.GitShim.clone(System.String, System.String, System.String)
at Microsoft.VisualStudio.GitCli.Program.Main(System.String[])
</Data>
</EventData>
</Event>
These go back to when I started having issues with NCrunch so this is probably the problem. I seem to be unable to disable or uninstall the git extension at this point for some reason though to test that theory.