Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 01/02/2006 9:37 PM by  Peter Donker
Error Adding Module
 5 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Mike Lucas
New Member
New Member
Posts:2


--
12/27/2005 9:52 AM
    Hello,

    I get the following error when I try to add the DMX module to one of my pages. I believe I have followed the installation instructions correctly. I'm running DNN 3.1 and 3.2 of DMX (e.g. Bring2mind.DMX_03.02.00.zip). This is a clean install of both DNN and DMX.

    I have not activated the my licence yet.

    Thank you,
    Michael

    Unhandled error loading module. DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.Security.SecurityException: Security error. at Bring2mind.DNN.Modules.DMX.Licensing.Identification..ctor(IdentificationType IdentificationType) at eval_a..ctor(CustomSettings& A_0) at Bring2mind.DNN.Modules.DMX.Controls.PortalModuleBase.eval_e() at Bring2mind.DNN.Modules.DMX.Dispatch.MyInitialize() at Bring2mind.DNN.Modules.DMX.Dispatch.eval_a(Object A_0, EventArgs A_1) 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) --- End of inner exception stack trace ---
    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    12/27/2005 4:18 PM
    Michael,
    A lot of work has gone into making these routines more robust but unfortunately nothing is foolproof. Can you send an email to peter at bring2mind.net and I'll get in touch to trap this one.
    Peter
    Chiang Ko
    New Member
    New Member
    Posts:2


    --
    12/28/2005 8:23 PM
    I'm getting the same error message.
    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    12/29/2005 6:52 PM
    I have been working with a customer who had the same message. Turns out the web application was being run under such restrictions (partial trust etc) that the module could not even create its own files. You will need to address this with your hosting providers that the dll gets sufficient rights to read/write to disk. Else document management is pointless.

    Peter
    Chiang Ko
    New Member
    New Member
    Posts:2


    --
    01/02/2006 6:00 PM
    "the dll gets sufficient rights to read/write to disk", can you explain more about it?
    i have 3.01.50 run on XP (same problem on 3.2).

    Thanks

    Unhandled error loading module.
    DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.Security.SecurityException: Security error. at Bring2mind.DNN.Modules.DMX.Licensing.License.get_MachineID() at Bring2mind.DNN.Modules.DMX.Licensing.License..ctor(CustomSettings& DMXHostSettings) at Bring2mind.DNN.Modules.DMX.Controls.PortalModuleBase.get_License() at Bring2mind.DNN.Modules.DMX.Dispatch.MyInitialize() at Bring2mind.DNN.Modules.DMX.Dispatch.Page_Init(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) in G:\DotNetNuke311\admin\Skins\Skin.vb:line 539 --- End of inner exception stack trace ---
    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    01/02/2006 9:37 PM
    Read about this in the installation document that comes with the DNN documentation package and in various .net security posts such as http://blogs.msdn.com/shawnfa/

    Peter
    You are not authorized to post a reply.