Being simple

Any fool can write code that computer can understand. Good programmers write codes that humans can understand.

导航

公告

统计

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;

posted on 2005-12-10 16:05 margiex 阅读(64) 评论(0) 编辑 收藏