Hi friends,
After a long time, I am posting new article. In this article we discuss how to migrate dot net 1.1 web application into dot net 3.5.
Follow the following steps for migration.
Step 1. Open M S studio 2008 and go to open project.
Step 2. Brows your existing project location.
Step 3. Now MS Studio will start the conversion....it will ask you for backup. Just for safer side click the "yes" button. And click on next button. Conversion is started.
Step 4. Conversion is finished.
Step 5. Just go to project folder and open the solution file (.sln) in note pad. Now it is showing MS Studio 2008 and version 10.0.0.
Step 6. In solution window, right click your project and select "Web Conversion" option.
Step 7. Go to properties of your project. in setting check the "Targer Framework" showing 3.5.
Now your application successfuly converted to dot net 3.5....... :)
But there is a problem. Your DataGrid is not converted to GridView. MS studio 2008 provides backward compatiability for DataGrid. So to convert datagrid in to gridview is manually process...........
I have converted datagrid to gridview and now i am working on conversion too......In next article you will get the conversion process for datagrid to gridview......... and very tool i will come with automatic tool for conversion.........
Saturday, January 24, 2009
Convert dot net 1.1 to dot net 3.5
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment