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

I just switched to Visual Studio 2010, and now whenever I select something, Ctrl+C to copy, click somewhere else, and Ctrl+V to paste, I get an error message "Cannot navigate to definition." After that, it I try it again, it works. What fantastic new 'feature' should I be turning off to stop this?

enter image description here

share|improve this question
Didn't you hear? That was by design ;) – James Johnson Oct 24 '11 at 20:06
Tools + Import/Export, Reset sounds appropriate here. – Hans Passant Oct 24 '11 at 20:17

1 Answer

up vote 26 down vote accepted

Bah, it's a bug in Microsoft Productivity Power Tools for Visual Studio 2010. the "Ctrl+Click Go To Definition" feature. Apparently, when I click a new location and then press "Ctrl+V" - if I do it quickly enough, it interprets it as a Ctrl+Click and immediately tries to trigger a navigation, even if I clicked on an empty space. The error comes because it doesn't know what I'm trying to navigate to (answer: I'm not).

share|improve this answer
Thank you for posting this! It's been driving me CRAZY. – Nick Nov 10 '11 at 23:52
Have you found a way to continue working in Visual Studio without restarting the application? – conroyrw Jul 12 '12 at 15:59
10  
@conroyrw When I get the annoying popups I just do a ctrl+click somewhere in the file, then close the next popup/alert then it goes away, it's as if it thinks the ctrl button is stuck down! – Treborbob Jul 25 '12 at 10:48
@Treborbob Thanks for the tip. Of course, now that I have an solution, it hasn't happened in awhile. – conroyrw Jul 26 '12 at 17:19
@conroyrw Seems to happen to me every time I stop debugging and immediately try editing code (especially after being annoyed once more at the box that pops up telling me I can't edit while debugging!) – Treborbob Aug 1 '12 at 13:25
show 2 more comments

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.