Web App 1.1 to 2.0 Conversion

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.
 
A

Alvin Bruney [MVP]

What errors did the wizard show? I don't see why you needed to start from
scratch. 1.1 is not far off from 2.0 that you can't repair the issue.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top