|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Framework Version Conversion ProblemI have my ASP.Net project written in .Net framework1.1 with VS2003. As we upgraded with the new version2.0 and VS2005, I have converted my project to work with 2.0 version. After that I noticed that, all event handlers ( for example : private void Page_Load(object sender, System.EventArgs e) {}) are updated to "protected" (protected void Page_Load(object sender, System.EventArgs e) {}) and also most of HTML controls are not be seen in the converted project. This is causing lot of build problems and I am not able to build the project. Please find the attached aspx.cs files which I got after conversion and which was there before converting. Please let me know, what's causing problem and how I can avoid loosing code while converting source code from 1.1 to 2.0. Regards, Uma Gowder, Misys Healthcare Systems, Bangalore. [attached file: Code.zip] |
|||||||||||||||||||||||