Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Error Message on DNN site

  1. #1
    enesgee is offline Junior Member
    Join Date
    Jun 2010
    Posts
    1

    Default Error Message on DNN site

    Hello,

    We just noticed there is an error message on our DNN site pointing to some configuration issue with ASPDNSF

    Here is the error message

    [NullReferenceException: Object reference not set to an instance of an object.]
    AspDotNetStorefrontDNNComponents.AspdnsfPortalSett ings..cctor() +48

    [TypeInitializationException: The type initializer for 'AspDotNetStorefrontDNNComponents.AspdnsfPortalSet tings' threw an exception.]
    AspDotNetStorefront.HttpModules.InitializerModule. HandleAuthenticateRequest(Object sender, EventArgs e) +242
    System.Web.SyncEventExecutionStep.System.Web.HttpA pplication.IExecutionStep.Execute() +68
    System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +75


    Can anyone shed any light on this?

    Thanks

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    You're not on ML/DNN 72.0.0, are you? This is an old issue that was fixed in 72.0.0 already. This issue occurs when you're using a 3rd party URL Rewriters. They do not correctly instantiate a PortalSettings object, which is the main object used by portals for configuration information. When this occurs, the ASPDNSFPortalSettings class throws an unhandled exception.