upgraded ucomm to latest version as i'm having issues so thought i'd get the latest
i now have an error
i've re-reference the new ucomm dlls (we keep dll in separate directories outside project). alas, no love. ucommerce is giving me no love today, no love at all. please help
i compile ok, but when i browse i get the following error:
Description: An
error occurred during the processing of a configuration file required
to service this request. Please review the specific error details below
and modify your configuration file appropriately.
Parser Error Message: Could not load type
'Castle.MicroKernel.Lifestyle.PerWebRequestLifestyleModule' from
assembly 'Castle.Windsor'.
(C:\projpath.Umbraco\web.config line 106)
Source Error:
Line 104: <!-- CLIENT DEPENDENCY -->
Line 105: <add name="ClientDependencyModule" type="ClientDependency.Core.Module.ClientDependencyModule, ClientDependency.Core" />
Line 106: <add name="PerRequestLifestyle" type="Castle.MicroKernel.Lifestyle.PerWebRequestLifestyleModule, Castle.Windsor" />
Line 107: </httpModules>
Line 108: <httpHandlers>
upgrade results in config error
upgraded ucomm to latest version as i'm having issues so thought i'd get the latest
i now have an error
i've re-reference the new ucomm dlls (we keep dll in separate directories outside project). alas, no love. ucommerce is giving me no love today, no love at all. please help
i compile ok, but when i browse i get the following error:
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load type 'Castle.MicroKernel.Lifestyle.PerWebRequestLifestyleModule' from assembly 'Castle.Windsor'. (C:\projpath.Umbraco\web.config line 106)
Source Error:
Line 104: <!-- CLIENT DEPENDENCY --> Line 105: <add name="ClientDependencyModule" type="ClientDependency.Core.Module.ClientDependencyModule, ClientDependency.Core" /> Line 106: <add name="PerRequestLifestyle" type="Castle.MicroKernel.Lifestyle.PerWebRequestLifestyleModule, Castle.Windsor" /> Line 107: </httpModules> Line 108: <httpHandlers>
fixed - i had to remove the old version (package) of ucomm and reinstall the new version. was a bit of a hassle but is now fixed
Glad to hear that you working it out. Anything else just let me know.
is working on a reply...