Page 1 of 1

OracleConnection problem in thread

Posted: Mon 30 May 2005 11:06
by bejby
Im trying to run some oracleCommands in a thread and got the Exception:

An unhandled exception of type 'System.InvalidCastException' occurred in corelab.oracle.dll

Additional information: QueryInterface for interface a.c.CoreLab1Oracleb failed.

When I run the code outside a thread it works fine. Any hints???

Posted: Tue 31 May 2005 13:42
by Paul
Possibly you are using OracleMonitor component with multithreading. It is a known problem and we are working on it. As soon as we solve the problem, we'll let you know.

Posted: Tue 31 May 2005 14:46
by Guest
Paul wrote:Possibly you are using OracleMonitor component with multithreading. It is a known problem and we are working on it. As soon as we solve the problem, we'll let you know.
Thanks. It solved my problem.