I installed on a hosted site. I checked all the things listed in the installation doc and everything checks out, all the files and database tables where they should be, but when I try to add the module to a page I get the following error:
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) at System.Security.CodeAccessPermission.Demand() at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity) at Bring2mind.DNN.Modules.DMX.Common.Settings.PortalSettings..ctor(Int32 PortalId) at Bring2mind.DNN.Modules.DMX.Common.Settings.PortalSettings.GetPortalSettings(Int32 PortalId) at Bring2mind.DNN.Modules.DMX.Common.Settings.Settings..ctor(Int32 PortalId, Int32 ModuleId) at Bring2mind.DNN.Modules.DMX.Framework.ModuleBase.get_Settings() at Bring2mind.DNN.Modules.DMX.Framework.ModuleBase.get_Query() at Bring2mind.DNN.Modules.DMX.Dispatch.ᜀ(Object A_0, EventArgs A_1) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) The action that failed was: Demand The type of the first permission that failed was: System.Security.Permissions.FileIOPermission The Zone of the assembly that failed was: MyComputer --- End of inner exception stack trace ---
My DNN installation and the DMX install have both created lots of folders on the site so I'm not sure why I'd be getting this error?
Sean