当前位置:编程学习 > C#/ASP.NET >>

Server Error in '/' Application.

Server Error in '/' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace: 


[NullReferenceException: Object reference not set to an instance of an object.]
   ShopVista.WebSite.Controls.ShowOrderDetail.BindControl(OrderInfo info) +727
   ShopVista.WebSite.Controls.ShowOrderDetail.ShowInfo(OrderInfo info) +1177
   ShopVista.WebSite.Admin.Shop.OrderManage.BuildSumInfo() +146
   ShopVista.WebSite.Admin.Shop.OrderManage.Page_Load(Object sender, EventArgs e) +60
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082  --------------------编程问答-------------------- 未将对象引用设置到对象的实例。 --------------------编程问答-------------------- Please get instance before you want to  use a class --------------------编程问答-------------------- 可是我在本机测试好好的,但在服务器上面测试时出现了现在的问题???? --------------------编程问答-------------------- 服务器上Session或者Cookie没有保存住,或者丢失啦! --------------------编程问答-------------------- 我压根就没有删除过Cookie文件,如果找楼上的说法,本机测试为什么好着了???
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,