回 帖 发 新 帖 刷新版面

主题:[原创]求助!!我的系统昨天运行正常,今天就出现错误,帮我看看为什么?

出现的错误是:

“/eshop”应用程序中的服务器错误。
-----------------------------------------------------------------------------

未将对象引用设置到对象的实例。 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 

异常详细信息: System.NullReferenceException: 未将对象引用设置到对象的实例。

源错误: 

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。  

堆栈跟踪: 


[NullReferenceException: 未将对象引用设置到对象的实例。]
   LoadLibraryW(UInt16* ) +0
   System.EnterpriseServices.Thunk.Security.Init() +76
   System.EnterpriseServices.Thunk.Security.SuspendImpersonation() +81
   System.EnterpriseServices.Platform.Initialize() +503
   System.EnterpriseServices.ResourcePool..ctor(TransactionEndDelegate cb) +11
   System.Data.SqlClient.ConnectionPool..ctor(DefaultPoolControl ctrl) +797
   System.Data.SqlClient.PoolManager.FindOrCreatePool(DefaultPoolControl ctrl) +170
   System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +358
   System.Data.SqlClient.SqlConnection.Open() +384
   eshop.DAL.SQLHelper.PrepareCommand(SqlCommand cmd, SqlConnection conn, SqlTransaction trans, CommandType cmdType, String cmdText, SqlParameter[] cmdParms) in D:\My Projects\asp.net Projects\eshop\DAL\SqlHelper.cs:342
   eshop.DAL.SQLHelper.ExecuteReader(String connString, CommandType cmdType, String cmdText, SqlParameter[] cmdParms) in D:\My Projects\asp.net Projects\eshop\DAL\SqlHelper.cs:149
   eshop.DAL.SQLHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText) in D:\My Projects\asp.net Projects\eshop\DAL\SqlHelper.cs:118
   eshop.BLL.Product.GetCategoryList() in D:\My Projects\asp.net Projects\eshop\BLL\Product.cs:33
   eshop.CategoryList.Page_Load(Object sender, EventArgs e) in D:\My Projects\asp.net Projects\eshop\UserControl\CategoryList.ascx.cs:27
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Page.ProcessRequestMain() +731

 

回复列表 (共2个回复)

沙发

晕。这种东西很多种可能的,,
自己慢慢调试才对

板凳

1 你卸载了什么相关的软件没?
2 你移动了什么相关的文件没?
3 你的机器中毒没?

我来回复

您尚未登录,请登录后再回复。点此登录或注册