Errors in background connecting to Oracle

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
bolek75
Posts: 16
Joined: Mon 10 May 2010 08:58

Errors in background connecting to Oracle

Post by bolek75 » Mon 27 Sep 2010 05:37

I work with DevArt dotConnect for a while now and I am very satisfied so far.
But I noticed two exceptions in my output window of my VS .NET 2010 which occur all again and again.

"System.Net.Sockets.SocketException" in System.dll and "System.InvalidOperationException" in Devart.Data.dll

Anybody an idea what the reason might be?

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Mon 27 Sep 2010 16:56

Most probably, you are getting these exceptions because an OracleMonitor object is active in your application whereas no dbMonitor application is launched. To resolve the issue, please set the OracleMonitor.UseApp property to false.

If this is not the case, please specify the exact message, inner exception(s) (if any) and the stack trace of these exceptions.

Post Reply