G
Guest
Sometimes when working on my asp.net 2.0 webpages(vb.net) in Visual Studio
2005, Intellisense in my aspx.vb code-behind file tells me that a control is
not declared even though it is on my aspx web page. This does not cause a
compile error b/c the control is there, but it gives me a blue underline
everywhere I refer to the control in the code-behind and says that it is not
declared. I used to occasionally have this problem in vs.net 2003, but I
could add the declaration to the code-behind page manually. I can't do that
in 2005. Any ideas on how I can avoid/fix this. Thanks.
2005, Intellisense in my aspx.vb code-behind file tells me that a control is
not declared even though it is on my aspx web page. This does not cause a
compile error b/c the control is there, but it gives me a blue underline
everywhere I refer to the control in the code-behind and says that it is not
declared. I used to occasionally have this problem in vs.net 2003, but I
could add the declaration to the code-behind page manually. I can't do that
in 2005. Any ideas on how I can avoid/fix this. Thanks.