Crash to Desktop

I am having real trouble with R# v5.0 in visual studio 2010 on windows 7,

when executing the subject template attached visual crashes to the desktop

it appears to happen with all the versions 1547, 1549

has anyone else had this problem, is it something in the templates?



Attachment(s):
resharperLiveTemplates.dat.zip
0
1 comment
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\devenv.exe]

"DumpFolder"="C:\\LocalDumps"


Copy this to a new textfile and save it as .reg file and import it. When Visual Studio crashes you'll see a dump file under C:\Localdumps. Open it with WinDbg and run !analyze -v to see what causes the crash.

0

Please sign in to leave a comment.