codethinked (kōdthĭngked) adj. To be consumed by or obsessed with code.

NCover and NUnit Can Play Nicely on x64

I’m a big fan of NUnit and NCover and I have used them extensively on many projects. One of the recent problems that I have been running into was the inability to run NCover 1.5 (the free version) on an x64 operating system. The error I was getting was either “Profiled process terminated. Profiler connection not established.” or the process would completely lock up after running.

Continue reading the rest of this post...