Print Page | Close Window

Error messages when adding items to cart

Printed From: SalesCart
Category: Legacy Products
Forum Name: SalesCart NET
Forum Description: For SalesCart NET developers and designers to converse with other SalesCart NET owners
URL: http://forum.salescart.com/forum/forum_posts.asp?TID=708
Printed Date: May/01/24 at 7:26pm
Software Version: Web Wiz Forums 11.04 - http://www.webwizforums.com


Topic: Error messages when adding items to cart
Posted By: netconnection
Subject: Error messages when adding items to cart
Date Posted: July/25/07 at 2:44pm
We recently changed hosts, and the new host (DiscountASP.net) allows me to switch back and forth between .Net version 1.1 and 2.0.

When using .Net 1.1 on the server, I get this error message when I try to add a product to the shopping cart

Compiler Error Message: BC30002: Type 'CSimpleAdo' is not defined.

I have seen KB articles 5445 and 5498, but they don't seem relevant. All the DLLs are in the "bin" folder, and my host appears to running up-to-date versions of .net. The version of Salescart.NET available in the userroom appears to be the same version I am already using from a few months ago: FP_NET632.exe

When using version .Net 2.0, I get this error when adding a product to the cart:

ID: BC30803: Currency' is no longer a supported type; use the 'Decimal' type instead.

I don't know if it's related, but when I go to the order management plug-in on the site (siteurl/online/), I simply get redirected to the Salescart Help files at: http://support.salescart.com/SalesCartNET/Help/welcome.htm

Any ideas?



Replies:
Posted By: admin
Date Posted: August/08/07 at 3:22pm
You can't simply flip between .net 1.1 and .net 2.0 without changing the binaries. The error message you are getting is because the version of .NET your running on the server is not matching the version in the /bin folder. They have to be the same.

Not sure about the other error...it sounds like a Database error. We do not support SQL 2005. SQL 2005 is a totally completely diffent animal than any previous version of SQL.


Posted By: netconnection
Date Posted: September/03/07 at 12:03pm
As an experiment, we deleted all the DLL files from the bin folder to see what would happen, and got exactly the same error message: "BC30002: Type 'CSimpleAdo' is not defined." Could this mean that the Salescart application does not have access to the bin folder? How should the permissions be set?


Posted By: admin
Date Posted: September/06/07 at 2:01pm
No, if you delete all the dll files thats the same as not having the correct version in there...so you will get the same error message.

That error message means that it cannot "understand" the files in the /bin folder because the version of the binaries is not matching the version of the interpreter that you have set for IIS. Go to the userroom and download the correct version of binaries for the version of asp.net you are running.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.04 - http://www.webwizforums.com
Copyright ©2001-2015 Web Wiz Ltd. - http://www.webwiz.co.uk