|
Home > Archive > Commerce Server General > May 2004 > basket.save problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
basket.save problem
|
|
|
| hello!
i'm having a basket problem on win2003, posted it already on a different thread, but seems that one died.
my application works fine on win2000, however on win2003 with commerce server 2002 SP2 when i come to basket, i get an exception: System.ArgumentException: XML variant datatype not supported.
this happens even if i do not add anything to the basket, just generate an empty one!
on the same machine retail2002 is working fine
any ideas ?
thanks
digi
Microsoft MSDN Managed Newsgroups no-spam email alias: digi@newsgroups.nospam
| |
| Anzio Breeze[MS] 2004-05-13, 4:33 pm |
| Hello Digi,
This is a very vague error. You will probably have to open a support
incident with Microsoft for this. Of course if this is a bug, you will not
be charged for the support incident. Sounds like the error could be coming
from dbstorage. Is your application based off of Retail2002? Blanksite?
Thanks
| |
| Vinod Kumar[MSFT] 2004-05-13, 11:36 pm |
| Could you pl. describe the exact scenario. I'm interested in what did you do before you got the exception.
Thanks
-Vinod
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
--------------------
Thread-Topic: basket.save problem
thread-index: AcQ4GjZTBxH4LYWMQIetSfxnCgBfhA==
X-WN-Post: microsoft.public.commerceserver.general
From: "=?Utf-8?B?ZGlnaQ==?=" <digi@newsgroups.nospam>
Subject: basket.save problem
Date: Wed, 12 May 2004 05:11:10 -0700
Lines: 15
Message-ID: <D5ECEA68-B764-4CFE-B4AD-BEAD8ED457E7@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
Path: cpmsftngxa10.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:13780
NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
X-Tomcat-NG: microsoft.public.commerceserver.general
hello!
i'm having a basket problem on win2003, posted it already on a different thread, but seems that one died.
my application works fine on win2000, however on win2003 with commerce server 2002 SP2 when i come to basket, i get an exception:
System.ArgumentException: XML variant datatype not supported.
this happens even if i do not add anything to the basket, just generate an empty one!
on the same machine retail2002 is working fine
any ideas ?
thanks
digi
Microsoft MSDN Managed Newsgroups no-spam email alias: digi@newsgroups.nospam
| |
|
| i found the problem,
the site is based off retail2002, we were assigning the user id to the basket with this:
m_Basket("user_id") = Me.m_trodatUser.GetCurrentUserGuid()
under win2000 .net 1.0 this was working
this resolves the problem:
m_Basket("user_id") = Me.m_trodatUser.GetCurrentUserGuid.ToString
thanks anyway
digi
|
|
|
|
|