HomeHome Product Discus... Product Discus...SmithCartSmithCartFlash installation errorFlash installation error
Previous
 
Next
New Post
4/22/2010 2:34 AM
 

Hi, just install the shopping cart module. Our site is running on DNN 05.02.03. After successful installed of the module, it shows the error below when added module on the page.

Smith.BuyNow

Minimize
Error Error: Smith.BuyNow is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: (0): error CS1705: Assembly 'App_Web_productslist.ascx.54f2e0e1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'AjaxControlToolkit, Version=3.0.30930.28736, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' which has a higher version than referenced assembly 'AjaxControlToolkit, Version=1.0.20229.20821, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' ---> System.Web.HttpCompileException: (0): error CS1705: Assembly 'App_Web_productslist.ascx.54f2e0e1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'AjaxControlToolkit, Version=3.0.30930.28736, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' which has a higher version than referenced assembly 'AjaxControlToolkit, Version=1.0.20229.20821, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---

Any solution for this error? Thanks.

 
New Post
4/22/2010 7:48 AM
 

Your web.config is referencing an older version of the ajax toolkit. You can fix this by making a small change to your web.config. See the following forum post:

http://www.smith-consulting.com/forum...


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
4/22/2010 8:16 PM
 

Hi, thanks for the reply. I have tried add the script as below after /system.webserver on web config file.

<runtime>

<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

<dependentAssembly>

<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31BF3856AD364E35"/>

<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>

</dependentAssembly>

<dependentAssembly>

<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31BF3856AD364E35"/>

<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>

</dependentAssembly>

</assemblyBinding>

</runtime>

But it still not helps. And I also checke on "Host-Host setting" our site is running .net framework 3.5. What am I missing from your instruction? Thanks.

 
New Post
4/22/2010 8:58 PM
 

There are no ajax controls on the product listing page. I have attached the productlist.ascx page from the latest cart build v2.8. Please copy the productlist.ascx in the zip attached to your \desktopmodules\smith.buynow folder it should fix this error.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
 Login to download attachment
New Post
4/23/2010 3:00 AM
 

Hi, I have done both replaced the productlist.ascx file and reinstalled shopping cart module with new productlist.ascx file replaced in. Looks like it isn't working. And When I click module "Settings" on the "Buy Now" module trying to change some settings, it can not save.

I do check the "event viewer", everytime when I reinstall shopping cart, although it indicated success installed. But plug with the error message below.

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: b8dca5a3-9934-4770-bd1c-ae874a3005d1
InnerException: Argument cannot be null or an empty string Parameter name: CacheKey
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Services.Cache.CachingProvider.GetCacheKey
StackTrace:
Message: System.ArgumentException: Argument cannot be null or an empty string Parameter name: CacheKey at DotNetNuke.Services.Cache.CachingProvider.GetCacheKey(String CacheKey) at DotNetNuke.Common.Utilities.DataCache.GetCache(String CacheKey) at DotNetNuke.Framework.Reflection.CreateType(String TypeName, String CacheKey, Boolean UseCache, Boolean IgnoreErrors) at DotNetNuke.Entities.Modules.EventMessageProcessor.UpgradeModule(EventMessage message)

Thanks for any help.

 
New Post
4/23/2010 3:17 AM
 

Can you try clearing your gac and resetting iis?


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartFlash installation errorFlash installation error