Still don't know how to add a dnn module

Discussion in 'Third-party applications' started by wisemx, Feb 6, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Have you tried the DNN forums?
    I'd expect something like this to be in a FAQ section.
     
  2. Have you tried uploading the modules to the folder named bin in your web application?

    You should be able to reference it afterwards by opening the web.config file of that application and input this line...

    <assemblies>
    <add assembly='<AssemblyName>, Version=<Version>, Culture=<Culture>, PublicKeyToken=<PublicKeyToken>'/>
    </assemblies>

    rcp
    DiscountASP.NET
    www.DiscountASP.NET
     
  3. I don't understand how I can get the module I would usually load via the host menu on to my instance of dnn (ie. onto the list of modules I can them add to the content panes). The documentation I have from the vendors only talk about adding the module via the host menu.

    I assume I can load the module's files via FTP into the appropriate place in the file system, if
    this is correct do I need to tell dnn the module is there? Or will it know automatically?

    Any help is much appreciated.
     
  4. I have had some info from discountasp.net support, but I don't understand their reply to my question. Can some one explain how I add a module to my dnn installation? I would have normally used the 'add module' command from the hosts menu, but I don't have access to then hosts menu. I receive the following message from support:

    > I believe once you up loaded all the necessary files to your application bin directory you will
    > need to add them in your applications configuration file. Please also post your question on our

    I have no idea where to put the files within the file structure or where my 'applications configuration file' is.

    *Any* help would be appreciated.

    Bradley
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page