注册 登录
编程论坛 ASP.NET技术论坛

新手上路,发现问题,求高手解答,万分感谢!!

doreenkk 发布于 2011-09-21 10:02, 689 次点击
打开首页 显示如下错误,请高手帮忙解决,万分感谢



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

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

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

源错误:


[没有相关的源行]
 

源文件: c:\WINDOWS\\Framework\v2.0.50727\Temporary Files\root\3a3d7df8\12eb024b\App_Web_edpi73e9.2.cs    行: 0

堆栈跟踪:


[NullReferenceException: 未将对象引用设置到对象的实例。]
   Baoxiu..ctor() +48
   _Default..ctor() +26
   ASP.default_aspx..ctor() in c:\WINDOWS\\Framework\v2.0.50727\Temporary Files\root\3a3d7df8\12eb024b\App_Web_edpi73e9.2.cs:0
   __ASP.FastObjectFactory_app_web_edpi73e9.Create_ASP_default_aspx() in c:\WINDOWS\\Framework\v2.0.50727\Temporary Files\root\3a3d7df8\12eb024b\App_Web_edpi73e9.3.cs:0
   System.() +32
   System.(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +119
   System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +33
   System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +40
   System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +160
   System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +93
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155

 


--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.3623; 版本:2.0.50727.3618
1 回复
#2
wangnannan2011-09-22 15:13
这种问题   单凭这个还真没法分析出来
在Web.config里的CustomError设为Off 在试试看 或者用vs调试一下
1