zoukankan      html  css  js  c++  java
  • Object reference not set to an instance of an object.请教, 这是涉及那方面的错误啊?谢谢!

    I uploaded dotnetnuke 2.0.4 to remote server,but meet following error,please advise,thanks a lot.


    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.]
       DotNetNuke.Globals.ApplicationURL() +54
       DotNetNuke.BasePage.Page_Error(Object Source, EventArgs e) +38
       System.Web.UI.TemplateControl.OnError(EventArgs e) +109
       System.Web.UI.Page.HandleError(Exception e) +68
       System.Web.UI.Page.ProcessRequestMain() +2063
       System.Web.UI.Page.ProcessRequest() +217
       System.Web.UI.Page.ProcessRequest(HttpContext context) +18
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

  • 相关阅读:
    iOS语音合成
    5个可以帮你优化App的优秀网站
    全面谈谈Aspects和JSPatch兼容问题
    做一个 App 前需要考虑的几件事
    Swift 3必看:新的访问控制fileprivate和open
    iOS异常捕获
    LXNetwork – 基于AF3.0封装的iOS网络请求库
    POST方式提交表单时,后台接受实体如果继承了父类,将无法映射表单对应数据
    Angularjs promise对象解析
    H5基于iScroll实现下拉刷新,上拉加载更多
  • 原文地址:https://www.cnblogs.com/mill2002/p/36518.html
Copyright © 2011-2022 走看看