转至繁体中文版     | 网站首页 | 图文教程 | 资源下载 | 站长博客 | 图片素材 | 武汉seo | 武汉网站优化 | 
最新公告:     敏韬网|教学资源学习资料永久免费分享站!  [mintao  2008年9月2日]        
您现在的位置: 学习笔记 >> 图文教程 >> 站长学院 >> Web开发 >> 正文
Upgrading from ASP.NET 1.1 to 2.0         ★★★★

Upgrading from ASP.NET 1.1 to 2.0

作者:闵涛 文章来源:闵涛的学习笔记 点击数:707 更新时间:2009/4/23 10:39:35
  Recently I''''m working on the stuff that upgrading a ASP.NET 1.1 project to ASP.NET 2.0(of course, I mean visual studio 2005 beta 2).
  Before starting this stuff, my colleague in U.S and I both think it should be a very simple work, and I actually think it just need me to run a wizard and click some "Next" button and then we will get a new version on 2.0.
  Life is not eay, really. it was bored when I found a lot of errors pop up during my compilation after upgrading even there''''s no any error during upgrading. You know, I cann''''t believe my eyes when so many errors pop up, it seems that these errors are laughing at him and tell me how stupid I am. Cruel reality.
  In the next several days, I still think there will be a simply trick or simply switch somewhere I don''''t know, and I can quickly erase these boring errors if I know them. I cann''''t believe I must do some coding work after upgrading. It''''s unfair!
  After several days'''' research and enduring the angry mood, at last, I give up. I acccepted the reality that the trick/switch doesn''''t exit, I must do some coding work for upgrading. And I want to share these experience to you:
  1. The Stand Alone(SA) class in one project will be moved to the App_data directory, it''''s a special directory, files in this directory will belong to a new assembly, not the same assembly of current project, and ASP.NET refer the new assembly automatially so the objects in the root project directory can access the objects in App_data directory, but not reverse, so if you want to visit the objects in the root project directory from the objects in App_data directory, you must do some code work, basically you should add an abstract class(stub) in the App_data directory, the properties and methods you need to access should be defined abstractly in this abstract class, and then, the object in root dir you want to access should be changed to inherited from the new abstract class. of course, if the object in root dir is inherited from certain base class already(like System.Web.UI.Usercontrol), let the abstract class inherited from it too. OK, now you can use lay-bind technic to load the object in root dir and cast it to the abstract class type. a little complex, right? here is the example code in the object in App_code directory:
  BaseClass baseClass = (BaseClass)Page.LoadControls("PageInRootDir.aspx");

  2. Sometimes objects in several ascx files cann''''t access the objects in aspx files. I wrote a simple project in 2003, and convert it to 2005, this condition didn''''t happen. but in my working project it really happened. I don''''t know why, but I know how to fix it: it semms that these ascx files are compiled to a assembly just like the assembly with App_data dir, so what we need to do is add an interface or abstract class in one of the ascx file, and let the object what we need to visit in aspx files implement the interface or inherited form the abstract class, similiar with the first condition.

  3. Is there an object its name is "Profile" in your project? It''''s ok in 2003, but please change its name in 2005, it seems the word is a new keyword in 2005, and if you keep it, you cann''''t pass the compilation.

  That''''s it, I will be glad if my experience help you feel a little easy converting project from 1.1 to 2.0. and let me know if you have any suggestions.


[VB.NET程序]Read a byte, integer or long from memory  [Delphi程序]Download a file from a FTP Server
[VB.NET程序]XML Basic-from w3schools.com  [网页制作]MyHTML Player release v1.1
[网页制作]Top Site From CHP - 精彩截图  [网页制作]Ultradev实例教程:1.1 什么是Ultradev
[Web开发]彻底放弃IIS让Apache也支持ASP.NET  [Web开发]ASP.NET 2.0发送电子邮件中存在的问题
[Web开发]ASP.NET 2.0移动开发之属性重写和模板化  [Web开发]ASP.NET 2.0中实现模板中的数据绑定
教程录入:mintao    责任编辑:mintao 
  • 上一篇教程:

  • 下一篇教程:
  • 【字体: 】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
      注:本站部分文章源于互联网,版权归原作者所有!如有侵权,请原作者与本站联系,本站将立即删除! 本站文章除特别注明外均可转载,但需注明出处! [MinTao学以致用网]
      网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)

    同类栏目
    · Web开发  · 网页制作
    · 平面设计  · 网站运营
    · 网站推广  · 搜索优化
    · 建站心得  · 站长故事
    · 互联动态
    更多内容
    热门推荐 更多内容
  • 没有教程
  • 赞助链接
    更多内容
    闵涛博文 更多关于武汉SEO的内容
    500 - 内部服务器错误。

    500 - 内部服务器错误。

    您查找的资源存在问题,因而无法显示。

    | 设为首页 |加入收藏 | 联系站长 | 友情链接 | 版权申明 | 广告服务
    MinTao学以致用网

    Copyright @ 2007-2012 敏韬网(敏而好学,文韬武略--MinTao.Net)(学习笔记) Inc All Rights Reserved.
    闵涛 投放广告、内容合作请Q我! E_mail:admin@mintao.net(欢迎提供学习资源)

    站长:MinTao ICP备案号:鄂ICP备11006601号-18

    闵涛站盟:医药大全-武穴网A打造BCD……
    咸宁网络警察报警平台