Start a conversation

How to un-install Alicommerce module in DotNetNuke

<p><span style="color: #ff0000;"><strong>Note:</strong></span> Please follow un-installation instructions carefully and make sure you restore web.config first before proceeding to the next step.</p> <p style="padding-left: 30px;">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.</p> <p style="padding-left: 30px;"><br /><configuration><br /><configsections><br /><section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /><br /><section name="hibernate-configuration" type="NHibernate.Cfg.ConfigurationSectionHandler, NHibernate" /><br /><section name="castle" type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, Castle.Windsor" /><br /></configSections></p> <p style="padding-left: 30px;"><system.web><br /><httpmodules><br /><add name="NHibernateSessionModule" type="AliSuite.Commerce.HttpModules.NHibernateSessionModule, AliSuite.Commerce.HttpModules" /><br /><add name="ErrorModule" type="AliSuite.Commerce.HttpModules.ErrorModule, AliSuite.Commerce.HttpModules" /><br /></httpModules><br /><system.webServer><br /><modules><br /><add name="NHibernateSessionModule" type="AliSuite.Commerce.HttpModules.NHibernateSessionModule, AliSuite.Commerce.HttpModules" /><br /><add name="ErrorModule" type="AliSuite.Commerce.HttpModules.ErrorModule, AliSuite.Commerce.HttpModules" /><br /></modules><br /></system.webServer><br /><log4net configSource="DesktopModules\AliCommerce\Config\log4net.config" /><br /><hibernate-configuration configSource="DesktopModules\AliCommerce\Config\nhibernate.config" /><br /><castle configSource="DesktopModules\AliCommerce\Config\castle.config" /><br /></configuration></p> <p style="padding-left: 30px;"> </p> <ol> <li>Uninstall 6 modules from Host tab.</li> <li>Delete all AliCommerce related tables which start with AS_C_. Select all AliCommerce tables, right click<br />your mouse, select Delete menu and Delete Objects screen will display. On this screen, keep clicking OK<br />button (at least 4 times) until all selected tables are deleted.</li> <li>Delete module installation directory.</li> <li>Delete the following dll files from Bin directory of your DNN site.</li> </ol> <p> </p> <ol> </ol><img style="display: block; margin-left: auto; margin-right: auto;" src="https://support.dnn4less.com/Portals/0/SupportImages/AliCommerce_205.png" alt="AliCommerce" width="576" height="873" />

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Senior Engineer Jessie

  2. Posted
  3. Updated

Comments