views:

441

answers:

1

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?

+1  A: 

There isn't any that I know of. You might want to log it as a bug using Microsoft Connect.

smaclell
Fingers crossed for a fix in the next service pack.
kristian