G
Guest
Hi...
I'm in the process of converting a 1.1 web application to 2.0. The
automatic conversion failed, so I was forced to create a new web project.
After copying my aspx, ascx, and vb files into the new project, I'm getting
messages for all of my controls in the code-behind files saying that the
controls have not been declared.
I would assume that it has to do with the namespace under which the control
is declared, but because visual studio 2005 hides this information in the
partial classes, I can't find this out (am I the only person who's beginning
to hate partial classes?). I've searched the object browser for the control
name, but it tells me that the control was not found.
I know that this has to be something something stupidly simple, but for the
life of me, I can't figure out what's going on.
I'm in the process of converting a 1.1 web application to 2.0. The
automatic conversion failed, so I was forced to create a new web project.
After copying my aspx, ascx, and vb files into the new project, I'm getting
messages for all of my controls in the code-behind files saying that the
controls have not been declared.
I would assume that it has to do with the namespace under which the control
is declared, but because visual studio 2005 hides this information in the
partial classes, I can't find this out (am I the only person who's beginning
to hate partial classes?). I've searched the object browser for the control
name, but it tells me that the control was not found.
I know that this has to be something something stupidly simple, but for the
life of me, I can't figure out what's going on.