Knowledgebase
How to un-install Alicommerce module?
Posted by on 25 August 2012 10:16 PM

Note: Please follow un-installation instructions carefully and make sure you restore web.config first before proceeding to the next step.

 

Restore web.config file. Installation process updates web.config file. To restore it, find Config\reference.config in module installation directory. 10 entries in the file need to be removed from web.config. They are listed below for your convenience.


<configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
<section name="hibernate-configuration" type="NHibernate.Cfg.ConfigurationSectionHandler, NHibernate" />
<section name="castle" type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, Castle.Windsor" />
</configSections>

<system.web>
<httpModules>
<add name="NHibernateSessionModule" type="AliSuite.Commerce.HttpModules.NHibernateSessionModule, AliSuite.Commerce.HttpModules" />
<add name="ErrorModule" type="AliSuite.Commerce.HttpModules.ErrorModule, AliSuite.Commerce.HttpModules" />
</httpModules>
<system.webServer>
<modules>
<add name="NHibernateSessionModule" type="AliSuite.Commerce.HttpModules.NHibernateSessionModule, AliSuite.Commerce.HttpModules" />
<add name="ErrorModule" type="AliSuite.Commerce.HttpModules.ErrorModule, AliSuite.Commerce.HttpModules" />
</modules>
</system.webServer>
<log4net configSource="DesktopModules\AliCommerce\Config\log4net.config" />
<hibernate-configuration configSource="DesktopModules\AliCommerce\Config\nhibernate.config" />
<castle configSource="DesktopModules\AliCommerce\Config\castle.config" />
</configuration>

 

  1. Uninstall 6 modules from Host tab.
  2. Delete all AliCommerce related tables which start with AS_C_. Select all AliCommerce tables, right click
    your mouse, select Delete menu and Delete Objects screen will display. On this screen, keep clicking OK
    button (at least 4 times) until all selected tables are deleted.
  3. Delete module installation directory.
  4. Delete the following dll files from Bin directory of your DNN site.

 

AliCommerce
(2 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).