move vs2k3 to vs2k5

0. backup all your projects and code first;
1. use project auto convertion;
2. if possible, update the reference component to vs2k5 release version;
3. before converting, remove the readonly property from the project file;
4. if project integrated with vss6, upgrade it to vss8;
5. if use Microsoft Treeview, changed it to system.web.ui.webcontrols namespace, treeview is an embbed control now.
     remove GetNodeFromIndex(e.NewNode) method;
    change node.ID to Node.Value;
    change Node.Nodes to node.ChildNodes;

6. change stylesheet to asp_theme;

原文地址:https://www.cnblogs.com/margiex/p/294456.html