.net的错误提示
[NullReferenceException: 未将对象引用设置到对象的实例。] ASP.global_asax.Application_AcquireRequestState(Object sender, EventArgs e) in f:\Xinchen\xinchen.Blog\Global.asax:118
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
我想问下+148,+75是什么意思?
118那个我知道是在118行的意思
但加个+号是什么意思?
------解决方案--------------------Global.asax文件有错误就是咯。
未将对象引用设置到对象的实例。大部分都是NULL错误。先验证下是否为NULL。
------解决方案--------------------真的好神奇啊。。
------解决方案--------------------System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
了解那么多做什么
直接看118行就是撒
------解决方案--------------------在那个源代码页面里面的行数。