G
Guest
I've just begun converting some websites from ASP.NET 1.1 to ASP.NET 2.0.
I'm consistently losing web control declarations when converting aspx pages.
All declarations like this disappear and I need to re-type them manually...
Protected WithEvents hrFile As System.Web.UI.HtmlControls.HtmlAnchor
This occurs when I use the conversion wizard, and when I manually copy/paste
an aspx file into a 2.0 project.
Is this common? Is there a way to retain these declarations when converting?
Thanks.
I'm consistently losing web control declarations when converting aspx pages.
All declarations like this disappear and I need to re-type them manually...
Protected WithEvents hrFile As System.Web.UI.HtmlControls.HtmlAnchor
This occurs when I use the conversion wizard, and when I manually copy/paste
an aspx file into a 2.0 project.
Is this common? Is there a way to retain these declarations when converting?
Thanks.