VS 2010 crashes when opening a certain solution, after installing R# 5.1
I'm new to .NET development, and instantly missed all my IDEA features after switching to Visual Studio. Until I found ReSharper! The problem is, it seems to be crashing my Visual Studio.
I downloaded the latest installer (5.1.1753.4), and most of my solutions open just fine. But on one, every time I open it, this happens:
1. Visual Studio displays Preparing Solution... dialog
2. R# status in lower right goes all the way through its steps to Saving Caches..
3. The gray dot in the lower right briefly appears
4. Then "Microsoft Visual Studio 2010 has stopped working", with this Problem signature:
Problem signature:
Problem Event Name: BEX
Application Name: devenv.exe
Application Version: 10.0.30319.1
Application Timestamp: 4ba1fab3
Fault Module Name: clr.dll
Fault Module Version: 4.0.30319.1
Fault Module Timestamp: 4ba1d9ef
Exception Offset: 002b5b8c
Exception Code: c0000409
Exception Data: 00000000
OS Version: 6.1.7600.2.0.0.256.28
Locale ID: 1033
Additional Information 1: ba78
Additional Information 2: ba78195278b15b0cd0b0109006734502
Additional Information 3: 4491
Additional Information 4: 4491f5b382fc347943a5af5b2197add4
I've tried uninstalling and reinstalling R#, including deleting the JetBrains folders from under AppData, and deleting the _ReSharper.* directories from the source directory. I've removed all my other extensions from VS. Any ideas? Or any other information I should include?
Thanks in advance for any help! I'd really love to start using R#, it looks awesome...
Please sign in to leave a comment.
Hello Matt,
Could you please check if this also happens with the latest ReSharper build
from http://confluence.jetbrains.net/display/ReSharper/ReSharper5.1.2Bugfix+Builds?
Do you reference any third-party libraries (such as SharpSVN for instance)
in your solution? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Andrey,
Thanks for your quick response. The latest build did fix the problem, and this solution does reference SharpSVN, along with several other third-party libraries. Let me know if you would like any other information about my setup. Otherwise, thanks for your help!
-Matt