Page 1 of 1

Errors in background connecting to Oracle

Posted: Mon 27 Sep 2010 05:37
by bolek75
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?

Posted: Mon 27 Sep 2010 16:56
by StanislavK
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.