Simple solution for "Cannot set Keyboard Shortcuts" Problem (for frustrated users)
if you will fix the problem that resharper deletes the shortcuts on every update try this:
Load a tool for editing Resources
e.g. PE RESOURCE EXPLORER http://www.wilsonc.demon.co.uk/d7resourceexplorer.htm
Open the Visual Studio Resource File msenvui.dll
In the german version you can find it for example in
C:\Programme\Microsoft Visual Studio .NET 2003\Common7\IDE\1031\msenvui.dll
!!!! make a backup of msenvui.dll ;) !!!!
open this file and search for the string resources
13018 and 13022
Change the text for string 13018 to "Global"
Change the text for string 13022 to "Text Editor"
Save the file and start visual studio, the "Reset Keyboard Shortcuts" button in resharper will now work fine
Please sign in to leave a comment.