G
Guest
Hi!
I got a problem when I installed the SP2 for Win XP. I use Visual
Studio. net 2003 to develop a C# client and a using a SQL Server 2000 on the
server. Before the upgrade it worked fine and if I uninstall SP2 on the
client it will work fine. But with SP2, I got the following exception...
"System.ArgumentException: The parameter is incorrect.\r\n at
System.Data.Common.ITransactionExportFactory.Create(UInt32 DTCLength, Byte[]
DTCAddr, ITransactionExport& export)\r\n at
System.Data.SqlClient.Transaction.CreateTransactionExport(Byte[] dtcAddr,
UInt32 dtcLength, ITransaction transaction, ITransactionExport&
transactionExport)\r\n at
System.Data.SqlClient.Transaction.GetTransactionCookie(Byte[] dtcAddr,
ITransaction transaction, ITransactionExport& transactionExport, Byte[]&
cookie, Int32& length)\r\n at
System.Data.SqlClient.SqlInternalConnection.EnlistNonNullDistributedTransaction(ITransaction
transaction)\r\n at
System.Data.SqlClient.SqlInternalConnection.EnlistDistributedTransaction(ITransaction
newTransaction, Guid newTransactionGuid)\r\n at
System.Data.SqlClient.SqlInternalConnection.EnlistDistributedTransaction()\r\n
at System.Data.SqlClient.SqlInternalConnection.Activate(Boolean
isInTransaction)\r\n at System.Data.SqlClient.SqlConnection.Open()\r\n at
Hind.Data.StoredProced
ure..ctor(String sStoredProcedure, SqlParameter[] objSqlParameters) in
C:\\Projekt\\Hind\\Source\\HindData\\StoredProcedure.cs:line 36" "The
parameter is incorrect."
....when I trying to run a stored procedure on the database server.
Is there anyone who had the same problem?? Any solutions??
Thanks!
Andreas
I got a problem when I installed the SP2 for Win XP. I use Visual
Studio. net 2003 to develop a C# client and a using a SQL Server 2000 on the
server. Before the upgrade it worked fine and if I uninstall SP2 on the
client it will work fine. But with SP2, I got the following exception...
"System.ArgumentException: The parameter is incorrect.\r\n at
System.Data.Common.ITransactionExportFactory.Create(UInt32 DTCLength, Byte[]
DTCAddr, ITransactionExport& export)\r\n at
System.Data.SqlClient.Transaction.CreateTransactionExport(Byte[] dtcAddr,
UInt32 dtcLength, ITransaction transaction, ITransactionExport&
transactionExport)\r\n at
System.Data.SqlClient.Transaction.GetTransactionCookie(Byte[] dtcAddr,
ITransaction transaction, ITransactionExport& transactionExport, Byte[]&
cookie, Int32& length)\r\n at
System.Data.SqlClient.SqlInternalConnection.EnlistNonNullDistributedTransaction(ITransaction
transaction)\r\n at
System.Data.SqlClient.SqlInternalConnection.EnlistDistributedTransaction(ITransaction
newTransaction, Guid newTransactionGuid)\r\n at
System.Data.SqlClient.SqlInternalConnection.EnlistDistributedTransaction()\r\n
at System.Data.SqlClient.SqlInternalConnection.Activate(Boolean
isInTransaction)\r\n at System.Data.SqlClient.SqlConnection.Open()\r\n at
Hind.Data.StoredProced
ure..ctor(String sStoredProcedure, SqlParameter[] objSqlParameters) in
C:\\Projekt\\Hind\\Source\\HindData\\StoredProcedure.cs:line 36" "The
parameter is incorrect."
....when I trying to run a stored procedure on the database server.
Is there anyone who had the same problem?? Any solutions??
Thanks!
Andreas