|
Error messages when adding items to cart |
Post Reply |
Author | |
netconnection
Newbie Joined: July/25/07 Status: Offline Points: 2 |
Post Options
Thanks(0)
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? |
|
admin
Admin Group Forum Administrator Joined: March/11/04 Status: Offline Points: 329 |
Post Options
Thanks(0)
|
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. |
|
netconnection
Newbie Joined: July/25/07 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
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?
|
|
admin
Admin Group Forum Administrator Joined: March/11/04 Status: Offline Points: 329 |
Post Options
Thanks(0)
|
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. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |