Skip to main content

Posts

Showing posts from April, 2010

DotNetNuke.Common.Globals.NavigateURL() Inside DotNetNuke Scheduler

I need to call this very usefull function of DNN from my Scheduler Class but I always get the following error. Object reference not set to an instance of an object., stack at DotNetNuke.Common.Globals.NavigateURL(Int32 TabID, Boolean IsSuperTab, PortalSettings settings, String ControlKey, String Language, String[] AdditionalParameters) at DotNetNuke.Common.Globals.NavigateURL(Int32 TabID, Boolean IsSuperTab, PortalSettings settings, String ControlKey, String[] AdditionalParameters) at DotNetNuke.Common.Globals.NavigateURL(Int32 TabID, PortalSettings settings, String ControlKey, String[]..... For now I have no idea whats happening, I have already post an entry in this very old thread in DotNetNuke Forum and hopefully somebody can share there solution. I will keep digging on this one, Once I have a solution I will add a comment on this post. a s t a l a v i s t a