Forum member

leechang

5 posts

Posts by leechang

  1. GridNode cannot find sn.exe

    I've been having trouble getting started with distributed processing, and I think I found a bug. I was getting an error that sn.exe could not be found, and it looks like the server was looking in the wrong spot. The server only has the 8.1A SDK and VS2013. It looks like GridNode is looking for C:\…

  2. Inscrutable build error

    Just following up on this again, I figured it out - I think it might be a bug in Mono.Cecil. I had a method with this signature: private static void Execute( IntPtr handle, int operation, string name, Action<IntPtr, int…

  3. Inscrutable build error

    Yeah, I looked at the log, and the error was exactly as above with the type being "I", for whatever that's worth.

  4. Inscrutable build error

    Unfortunately, I cannot share the project or solution. Removing "Instrument Output Assembly" did allow it to build, but I love the little dots for coverage! The exception is supposed to show the type that was rejected, but for some reason it's cut off "System.NotSupportedException: I" - is there a w…

  5. Inscrutable build error

    I'm just getting started with NCrunch, and I'm trying to get my solution to build. I have most of the projects building, but this one gives me an exception I can't figure out: [15:59:53.4119-BuildTask-72] ERROR (Compilation): Framework: (0): System.NotSupportedException: I at Mono.Cecil.Sign…