[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

OracleClient proxy error

Chane G

9/17/2008 3:38:00 PM

We recently updated our web service from .Net 1.1 to .Net 2.0. Our web
services are using the Oracle Client provided by Microsoft. We are now
randomly getting the following error when accessing the web service.

internal connection without a proxy? at
System.Data.OracleClient.OracleInternalConnection.ProxyConnection() at
System.Data.OracleClient.OracleInternalConnection.BeginOracleTransaction(IsolationLevel
il) at
System.Data.OracleClient.OracleInternalConnection.BeginTransaction(IsolationLevel
il) at
System.Data.OracleClient.OracleConnection.BeginDbTransaction(IsolationLevel
isolationLevel) at
System.Data.Common.DbConnection.BeginTransaction(IsolationLevel
isolationLevel) at
System.Data.OracleClient.OracleConnection.BeginTransaction(IsolationLevel il)
at System.Data.OracleClient.OracleConnection.BeginTransaction()

Has anyone seen this before?

Thanks,

Chane'