I have this very annoying problem that in Razor Views the Enter, Backspace and the navigation keys frequently do not respond. I have to restart VS to get it back to normal again. Am I missing something?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
migrated from programmers.stackexchange.com Aug 31 '11 at 18:50
|
I had the same problem and solved it by saving the razor file (Ctrl + S). Once I did this I could use the Enter, Backspace and Navigation keys again. I believe that Alt + Enter may also work. I don't often get into this state and the above solution does not solve the underlying problem. I believe that it may have something to do with ReSharper but have not figured out if this assumption is true or not. There are a number of pages that discuss this type of problem: Link 1 Link 2 Link 3 |
|||||||||||||
|
|
Please try deleting the hidden '.suo' config from the solution folder. I know this thread was created some time ago, but this may be an useful tip for someone. |
|||
|
|
|
I don't use ReSharper and this still happened. Pressing Control + Tab twice worked for me. |
|||
|
|