Navigate to external sources crashing R#
When I use Ctrl + Click to navigate to a definition that's in an external library, R# crashes. R# is set to navigate to external sources and to allow downloading. If I use Ctrl + Alt + G and select Decompiled Sources it works fine.
Is anyone else seeing this dehaviour?
Please sign in to leave a comment.
Hello Sean
Does this happen with a particular type/library or this happens with any type (even when you navigate to System.String for instance)? If it's related to a particular library, could you please attach a small sample solution that would demonstrate this behavior? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Andrey
It happens with both external libraries and .Net sources. I see the same navigating to Json.Net and Collection<T> members.
Cheers
Sean
Hello Sean
Could you please run Visual Studio under WinDbg, make VS crash and attach the crash dump here? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Andrey
I don't think I can do that as VS does not crash, it's only R# that disables inside VS.
Thanks
Sean
Hello Sean
Thank you for this information! Could you please then run Visual Studio (devenv.exe) with /Log "C:\vs_log.txt" /ReSharper.LogFile "C:\resharper_log.txt" /ReSharper.LogLevel Verbose command line parameters, make ReSharper crash and attach the resulting vs_log.txt and resharper_log.txt here?
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"