Reputation: 23039
When adding a reference to a user control in my web project, I type
<%@ Register
Then the IDE steals my focus and puts it in the Error List pane, on the error
"Generation of designer file failed: The directive is missing a 'tagprefix' attribute."
Obviously there isn't a tagprefix attribute yet, I'm still typing the tag!
How can I stop Visual Studio from moving focus to the Error List pane?
Upvotes: 1
Views: 1462
Reputation: 4658
There isn't any that I know of. You might want to log it as a bug using Microsoft Connect.
Upvotes: 1