Hello, I am trying to convert a ASP.NET 1.1 Application to ASP.NET 2.0 application.
When I tried to open the app in VS.NET 2005, it asked me for converting the project for which i confirmed to continue.
The Actual problem started from here.
The new application is having a folder named App_Code and some of the files are added here. When i tried to compile the converted app, it throwed many errors.
Here are the project details (ASP.NET 1.1 Project)
-> All the aspx pages uses a page B which inturn uses page A which is derived from System.Web.UI.Page
-> All the ascx pages are in its ownFolder.
-> All the constants that I am using across the application are present in page A
Any new page that i create will be of the form
newPage : B
and Page B's namespace looks like
B : A
I am doing wrong anywhere?
I am stuck with my work.
It'd be nice of the administrators of this forum to create a new folder for converting the ASP.NET 2003 apps to ASP.NET 2005.
Hoping a reply from any of you at the earliest.
Thanks,