Search code examples
c#visual-studio-2010wcfresharper

Error code 89710016 with Resharper Unit testing


During a long, quite fruitful debugging session, out of the blue I received the following error message when running a NUnit test as debugger. The unit test uses web services to various endpoints, though I doubt that is relevant.

enter image description here

I use R# 8.2.1, but after weird errors like these, I guess it is time to update. Posting it here for reference, in case others have it too or, better yet, in case someone has found a solution to the problem other than restarting Visual Studio (which is my current "solution").

PS: this is an old, not migrated project, hence VS 2010 in the tags. I have not seen this error with VS2012 or VS2013 yet.


Solution

  • In my case: VS 2015 Enterprise Update 2 Resharper 9.2

    Same issue. After some googling and trying dummy project what worked for me was setting test project to compile for x86. Then no error popup. For us it was OK since we agreed to have debug working in x86 and making releases in x64. Maybe this will help.