Hi,
I'm trying out NCrunch for the first time. The video looks really promising.
I get the following error when building the project via NCrunch. Building it directly works fine.
(0): System.NullReferenceException: Object reference not set to an instance of an object.
at Mono.Cecil.Cil.CodeReader.MoveTo(Int32 rva)
at Mono.Cecil.Cil.CodeReader.ReadMethodBody()
at Mono.Cecil.Cil.CodeReader.ReadMethodBody(MethodDefinition method)
at Mono.Cecil.MethodDefinition.<get_Body>b__2(MethodDefinition method, MetadataReader reader)
at Mono.Cecil.ModuleDefinition.Read[TItem,TRet](TItem item, Func`3 read)
at Mono.Cecil.MethodDefinition.get_Body()
at nCrunch.Compiler.ILManipulator.#=qrtjCCeJ8cpgmrVjTjltwcwMwgcoYjxiDAfwLCobhvwg=(Collection`1 #=qePAxKcGbEvsoD6JG4hmGtQ==)
at nCrunch.Compiler.ILManipulator.#=qv714_ylBCYqkXTaep6p6996llk6MzHyNcFcHcBU3iJc=(IEnumerable`1 #=qn$mhNmyKMrpUUahZ$GCRqw==)
at nCrunch.Compiler.ILManipulator.ProcessAssembly(String compiledAssemblyFilePath, Boolean instrumentAssembly, IList`1 referencedAssemblies)
at nCrunch.Compiler.RemoteBuildRunner.#=q0uoBxrNlTkjmTSaxJhYlkQrKe_8WNPmit72NeowJC3s=(ComponentBuildParameters #=qCn0HgHIPPJdr$MwJ5iYsMw==, String #=qb05IZ2bLgQYgLTiHuoQfWea6UIyV9UtiGonMsT$9U6A=, BuildOutput #=qCM8XL7dpUexUEnvWKXQW7g==, String #=qrkYYOthLpeqZ$SKMUKGPIZHg$j4NbswsFmroxjnM2dQ=)
at nCrunch.Compiler.RemoteBuildRunner.Build(ComponentBuildParameters parameters)
Any ideas? I'm using NCrunch for Visual Studio 2010 1.34.0.0b. It's an NUnit test project.
Thanks,
Matthew