Disabling the Instrumentation doesn't seem to work.
If I go to NCrunch/Tests I get the following errors:
System.Runtime.Remoting.RemotingException: Failed to read from an IPC Port: Die Pipe wurde beendet.
Server stack trace:
at System.Runtime.Remoting.Channels.Ipc.IpcPort.Read(Byte[] data, Int32 offset, Int32 length)
at System.Runtime.Remoting.Channels.Ipc.PipeStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Runtime.Remoting.Channels.SocketHandler.ReadFromSocket(Byte[] buffer, Int32 offset, Int32 count)
at System.Runtime.Remoting.Channels.SocketHandler.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.Runtime.Remoting.Channels.SocketHandler.ReadAndMatchFourBytes(Byte[] buffer)
at System.Runtime.Remoting.Channels.Tcp.TcpSocketHandler.ReadAndMatchPreamble()
at System.Runtime.Remoting.Channels.Tcp.TcpSocketHandler.ReadVersionAndOperation(UInt16& operation)
at System.Runtime.Remoting.Channels.Ipc.IpcClientHandler.ReadHeaders()
at System.Runtime.Remoting.Channels.Ipc.IpcClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at nCrunch.Compiler.IRemoteBuildRunner.set_BuildableProjectAssemblyPath(String value)
at nCrunch.Core.BuildManagement.BuildProcessLauncher.#=qc0695h1tB1sdHLHXLS9Jgf93oPihn$jzskczKM3g_iJVnA8o096CBz0y8_Y9Sa57(Action`1 #=qxe5J8s7vD2g2sSYKKOB8cQ==)
at nCrunch.Core.BuildManagement.BuildProcessLauncher.ResolveComponentDependenciesInExternalProcess(String projectDirectory, String buildXml, String useBuildConfiguration)
at nCrunch.Core.ComponentLoader.SnapshotComponentFactory.#=qrSUW0TBaFlxrOw4wJSxS21ZS6oKFsBRYd8hChh$xPsk=()
at nCrunch.Core.ComponentLoader.SnapshotComponentFactory.CreateSnapshotComponentFromXml(String projectFilePath, String projectXml)
Does this help?