Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 321
Abel Avatar asked Jul 21 '26 06:07

Abel


1 Answers

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.

like image 101
Diomos Avatar answered Jul 22 '26 20:07

Diomos