odd error in DF v3.4.2
Last Post 07-19-2011 09:17 AM by Lance Long. 6 Replies.
AddThis - Bookmarking and Sharing Button
Author Messages
Lance LongUser is Offline
going with the flow
going with the flow
Posts:29
Avatar

--
07-07-2011 07:30 AM
    I'm getting the error below on a site I recently redesigned.  The form had been working before.  The site was upgraded to 5.6.3 which failed for unresolved reasons so I rolled it back to 5.6.2.  I had to do a selective restore on the files as I didn't have a complete back up.

    Now, when I log in as admin and go to the contact page, I get: 


    [NullReferenceException: Object reference not set to an instance of an object.]
       DotNetNuke.UI.Containers.ActionBase.get_ModuleContext() +6
       DotNetNuke.UI.Containers.ActionBase.Page_Load(Object sender, EventArgs e) +69
    
    [ModuleLoadException: An error has occurred.]
       DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control ctrl, Exception exc, Boolean DisplayErrorMessage) +316
       DotNetNuke.UI.Containers.ActionBase.Page_Load(Object sender, EventArgs e) +475
       System.EventHandler.Invoke(Object sender, EventArgs e) +0
       System.Web.UI.Control.LoadRecursive() +71
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3048
    
    [PageLoadException: An error has occurred.]
       DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +463
       System.Web.UI.Page.HandleError(Exception e) +182
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11270387
       System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11269918
       System.Web.UI.Page.ProcessRequest() +119
       System.Web.UI.Page.ProcessRequest(HttpContext context) +167
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +597
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +266
    
    Don GeeUser is Offline
    river guide
    river guide
    Posts:273
    Avatar

    --
    07-07-2011 09:38 AM
    Hi Lance,
    This is probably a problem for senior support engineers but let me try and help you. Can you give me some more information on this issue? What version of Dynamic Forms did you have installed? From the email we have that you rolled back from DNN 5.6.3 to 5.6.2 and this is what caused the error. The thing is there may be something like a patch that is needed for you. On the snowcovered website you may want to login into your account and look there under patches for Dynamic Forms. In the meantime I am forwarding this issue to a senior engineer for his review.
    Don GeeUser is Offline
    river guide
    river guide
    Posts:273
    Avatar

    --
    07-07-2011 09:44 AM
    Hi Lance,
    This is probably a problem for senior support engineers but let me try and help you.
    Can you give me some more information on this issue? What version of Dynamic Forms
    did you have installed? From the email we have that you rolled back from
    DNN 5.6.3 to 5.6.2 and this is what caused the error.
    The thing is there may be something like a patch that is needed for you.
    On the snowcovered website you may want to login into your account and look there
    under patches for Dynamic Forms. In the meantime I will submit this to a senior support
    engineer for his review.
    Lance LongUser is Offline
    going with the flow
    going with the flow
    Posts:29
    Avatar

    --
    07-14-2011 01:02 PM
    Diving deeper, I notice the error was second after the one below.  I gather the first triggered the second.

    DotNetNuke.Services.Exceptions.ModuleLoadException: Error: Contact Form is currently unavailable. ---> 

    System.Web.HttpCompileException: D:\HTTP\dnn2\v6-5.6.3\DesktopModules\Dynamic Forms\DynamicForms.ascx(57): error BC30451: 'GetProgressURL' is not declared. It may be inaccessible due to its protection level. 

    at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() 
    at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
    at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
    at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) 
    at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) 
    at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() 

    --- End of inner exception stack trace --- 

    at DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control ctrl, Exception exc, Boolean DisplayErrorMessage) 
    at DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(Control ctrl, Exception exc, Boolean DisplayErrorMessage) 
    at DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(Control ctrl, Exception exc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() 
    at DotNetNuke.UI.Modules.ModuleHost.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at DotNetNuke.UI.Containers.Container.get_ModuleControl() 
    at DotNetNuke.UI.Containers.Container.ProcessModule() at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo objModule) 


    Lance LongUser is Offline
    going with the flow
    going with the flow
    Posts:29
    Avatar

    --
    07-14-2011 05:01 PM
    This is on DF v3.40.20. I don't appear to have any more patches to install.
    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    07-14-2011 07:22 PM
    Hi Lance,

    Are you on the Collection 3.0, 4.0 OR did you get the module individually? I can check for you if you can give me your invoice ID. You can use the Contact Us form, if you like. I can then let you know how you can get the latest patch.

    Thanks!

    Candace
    Lance LongUser is Offline
    going with the flow
    going with the flow
    Posts:29
    Avatar

    --
    07-19-2011 09:17 AM
    Candace,
    I sent a message via the contact form but I haven't seen anything yet. Could you send me an email to lance [at] sprynewmedia [dot] com?

    Thank you


    ---
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi