上一页 1 ··· 276 277 278 279 280 281 282 283 284 ··· 324 下一页
摘要: Programmatically Modify Site-Map Nodes in Memory  (asp.net:  update/change SiteMapNode’s URL) private SiteMapNode ExpandForumPaths(Object sender, SiteMapResolveEventArgs e)    ... 阅读全文
posted @ 2009-07-15 17:48 emanlee 阅读(241) 评论(0) 推荐(0) 编辑
摘要:   1 Strart Menu开始菜单 – Run运行 2 输入DComCnfg,确定OK 3 选择 Component Services – Computer – My Computer – DCOM Config 4 选择 Microsoft Excel Application, 右击Right Click -属性Properties 5 选择 Security Tab – ... 阅读全文
posted @ 2009-07-14 11:12 emanlee 阅读(2842) 评论(0) 推荐(0) 编辑
摘要:   iText# (iTextSharp) is a port of the iText open source java library written entirely in C# for the .NET platform. iText# is a library that allows you to generate PDF files on the fly. It is im... 阅读全文
posted @ 2009-07-13 22:59 emanlee 阅读(505) 评论(0) 推荐(0) 编辑
摘要: public class XmlControl { protected string strXmlFile; protected XmlDocument objXmlDoc = new XmlDocument(); public XmlControl(string XmlFile) { // // TODO: 在这里加入建构函式的程序代码 // try { objXmlDoc.Load(XmlFi... 阅读全文
posted @ 2009-07-13 19:03 emanlee 阅读(1186) 评论(0) 推荐(0) 编辑
摘要:        每一个具有有限资源的软件项目必须理解所要求的特性、使用实例和功能需求的相对优先级。设定优先级有助于项目经理,解决冲突,安排阶段性交付,并且做出必要的取舍。 当客户的期望很高、开发时间短并且资源有限时,你必须尽早确定出所交付的产品应具备的最重要的功能。建立每个功能的相对重要性有助于你规划软件的构造,以最少的费用提供产品的最大功... 阅读全文
posted @ 2009-07-12 11:44 emanlee 阅读(1241) 评论(0) 推荐(0) 编辑
摘要: 发布网站的时候有三个选项: 第一个选项指定发布后是不是可以修改aspx文件,如果勾选,则发布后的网站行为基本与ASP.NET 1.1一致,只要没有增删修改控件,可以直接在服务器上修改aspx文件不用重新发布网站。 第二个选项指定是不是将每个aspx文件都编译成一个DLL文件,这样,就可以在修改了哪个aspx网页(包括aspx和cs文件),只需要更新一个DLL文件就行了,不用整站全部更新。1 允许更... 阅读全文
posted @ 2009-07-11 08:36 emanlee 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 未预编译文件“/default.aspx”,因此不能请求该文件。 说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.Web.HttpException: 未预编译文件“/default.aspx”,因此不能请求该文件。   原因: 缺少部分编译后的文件。未Publish部分... 阅读全文
posted @ 2009-07-11 08:29 emanlee 阅读(4888) 评论(1) 推荐(0) 编辑
摘要: a) Creating a webservice that calls a Thread? b) Creatinga webservice with [SoapDocumentMethod(OneWay=true)] c) Any better way? without using an external program? Another way is queuing jobs. MSMQ or... 阅读全文
posted @ 2009-07-10 23:24 emanlee 阅读(467) 评论(0) 推荐(0) 编辑
摘要: An error occurred while attempting to connect to your blog: network connection Error - Error Attempting to connect to blog at: http://website.com found: found you must correct this error before proce... 阅读全文
posted @ 2009-07-07 17:59 emanlee 阅读(382) 评论(0) 推荐(0) 编辑
摘要:   “/”应用程序中的服务器错误。 Pages.Instance is null 说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.InvalidOperationException: Pages.Instance is null 源错误: 执行当前 Web 请求期间生成了未处理... 阅读全文
posted @ 2009-07-07 15:43 emanlee 阅读(568) 评论(0) 推荐(0) 编辑
上一页 1 ··· 276 277 278 279 280 281 282 283 284 ··· 324 下一页