Resource lookup failed - infinite recursion detected.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
John
Posts: 25
Joined: Fri 12 Nov 2004 21:18
Location: Durham, NC, USA

Resource lookup failed - infinite recursion detected.

Post by John » Wed 17 Nov 2004 14:58

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

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: Resource lookup failed - infinite recursion detected.

Post by Oleg » Mon 22 Nov 2004 12:01

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.

Post Reply