Page 1 of 1

Resource lookup failed - infinite recursion detected.

Posted: Wed 17 Nov 2004 14:58
by John
Hi;

I have a .NET application calling stored procedures in an Oracle 8 database. After my application has been running for a while I get the following exception:

"Resource lookup failed - infinite recursion detected. Resource name: Exception_WasThrown"

Followed by a second exception:

"Can not load Oracle client library oci.dll from home OraHome90."

A Google search turned up the following bug report from Microsoft.

http://support.microsoft.com/default.as ... -us;303715

This leads me to believe that the problem is a resource lookup failure, possibly due to a localization issue. However, I am not sure if this exception is being thrown by the oci.dll or the CoreLab ADO.NET Oracle driver. Does anyone have experience with this issue?

Thanks!


John

Re: Resource lookup failed - infinite recursion detected.

Posted: Mon 22 Nov 2004 12:01
by Oleg
String resource with the name 'Exception_WasThrown' isn't used in OraDirect .NET.
Please check that you have oci.dll at your disk by the specified path.