Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
Questions about development tools are off-topic here and should go to Stack Overflow. – Anna Lear Aug 31 '11 at 18:49

migrated from programmers.stackexchange.com Aug 31 '11 at 18:50

3 Answers

up vote 26 down vote accepted

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

share|improve this answer
Good catch with ReSharper. I've been getting this on and off until this morning where one particular view stopped working, and rebooting didn't fix it. Suspend R#, it works. Resume R#, it breaks again. None of the other workarounds helped. – Dan Mangiarelli Apr 9 '12 at 14:38
8  
Alt+Enter worked for me. – porum Aug 8 '12 at 3:38
2  
Select another file tab and then return to the one you were trying to edit. This works for me. – Tyler Durden Aug 30 '12 at 4:05
Alt+Enter worked here. – sean Jan 24 at 21:49

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.

share|improve this answer
thanks...this worked for me. – Pankaj Kumar Oct 4 '12 at 6:24

I don't use ReSharper and this still happened. Pressing Control + Tab twice worked for me.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.