MinMax persistance type of cookie requires a ModuleId
Last Post 07/20/2006 6:05 PM by Kenis Polanco. 3 Replies.
Author Messages
Kenis Polanco
Nuke Pro
Nuke Pro
Posts:63


--
07/19/2006 3:59 PM
    Hi lee,
     
    I’ve being having a major problem with uploading modules. I have being trying to find a solution for the past 5 hours and can’t seem to get a clear answer. They say it has to do with name spacing which I clearly don’t understand. When I run my application through VWD express 2005 I get this error I guess through the debugger
     
        DotNetNuke.UI.Utilities.DNNClientAPI.EnableMinMax(cmdVisibility, ModuleContent, PortalModule.ModuleId, PortalModule.ModuleConfiguration.Visibility = Entities.Modules.VisibilityState.Minimized, MinIconLoc, MaxIconLoc, Utilities.DNNClientAPI.MinMaxPersistanceType.Cookie, Me.AnimationFrames)
     
    I think that namespace pertains to the first line above in code or (e.i Entities.Modules.VisibilityState.Minimized). The module I uploaded was the html/text
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    07/20/2006 3:51 AM
    Hello,

    Have you solved this problem yet?

    Are you experienced with installing modules?

    Have you checked out: How to install a module to DotNetNuke

    Thanks,
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    Kenis Polanco
    Nuke Pro
    Nuke Pro
    Posts:63


    --
    07/20/2006 3:12 PM
    Hi lee,
     
    I could not get to a definite solution, I then decided to upgrade to DotNetNuke 4.3.3 ( Final Version ) . The sad part is that I ran into more errors.
     
     
    Object reference not set to an instance of an object.
     
    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.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +316
       DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +98
       DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +6417
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +167
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +117
     
    Base on my research I have reached my final solution to reinstall DotNetNuke 4.3.3. I am just getting tired of reinstalling and getting errors left and right. However, I am not going to give up!!
     
    If you have any information about this can you please help me.
     
    Thank you
    Kenis Polanco
    Nuke Pro
    Nuke Pro
    Posts:63


    --
    07/20/2006 6:05 PM
    Hi lee,
     
    Everything seems to be working fine after I created a new website and followed the correct configuration. I think that the main problem is based on the process of installation. Based on my research everything leads me to agree that the main problem is base on the permission to write to the DNN folder. Thus, when installing DotNetNuke you have to make sure you give full control to your website folder, however if you are using IIS V5.1 you must add the correct object in this case [LOCATION]\ASPNET if you are using IIS V6 then you must add NETWORK SERVICE. However some say is base on the year of the Windows you are running if 2000 you must [LOCATION]\ASPNET and if 2003 you must use NETWORK SERVICE but, I prefer going by the what version of IIS is installed.
     
    Reference:
     
     
     
    http://forums.asp.net/1114393/ShowPost.aspx
     
     
    If I am incorrect feel free to correct me
     
    Thank you,


    ---