Visual Studio and Intellisense keyboard shortcuts do not work

I have a strange problem regarding my visual studio 2008 when debugging.

It seems that on just one project, the website that is currently being developed is, for some reason, debugging. None of the main short-circuit keys work like F10 / F11 to execute code. Even when you hover over something with the mouse, which usually displays a value, it doesn’t work as expected, it will do it the first time, and then freeze it.

I tried to compare web.config files with projects that were debugged properly, even tried to recreate the project, tried to reset the keyboard mappings, and now I'm just out of ideas, the only thing I did was repair the visual studio, but my conclusion is that if it was a visual studio, she would do it for all projects.

Any help is appreciated.

Thank.

Relationship Chris

Note. I can execute the code with the mouse (by clicking on the icons), however it is very slow, it takes a noticeable amount of time to move from one line to another.

EDIT: , , , , , , IISReset, , , , , , , IISReset, .

+3
4

Visual Studio Reset "devenv/resetsettings" Visual Studio factory.

, . , , . :)

+1

, , "F Lock" , F1-F12. , , , Windows, , , . , - F-lock.

+6

, , , devenv.exe/resetsettings, Tools > Import/Export Settings > Reset All, devenv.exe/safemode, Windows Windows. . .suo, , ! , .

+2

Now in new-generation laptops / next-generation computers there is a "Fn" key on the keyboard in the bottom line. A simple press of the "F12" or "F11" keys for "STEP INTO" or "STEP OVER" in VISUAL STUDIO will no longer work on these laptops / computers. You must press and hold the "Fn" key, and then press the desired key as "F12" or "F11"

+1
source

All Articles