09 2009 档案
ASP.NET MVC应用中一个诡异错误的处理
摘要:今天的开发中,访问http://localhost:1672/Member/ChangePwd/dd时页面总是报这样一个错误:The view 'ChangePassword' or its master could not be found. The following locations were searched:~/Views/Member/dd.master~/Views/Shared/... 阅读全文
posted @ 2009-09-15 15:44 Na57 阅读(437) 评论(0) 推荐(0)
使用Enterprise Library 4.0 Logging 的问题
摘要:将应用程序日志写近数据库里面遇到了如下的错误:创建 loggingConfiguration 的配置节处理程序时出错: 未能加载文件或程序集“Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某... 阅读全文
posted @ 2009-09-08 15:10 Na57 阅读(436) 评论(0) 推荐(0)