mscorlib.dll problem?

G

Guest

We are using sqlite3 for local data storage for our applications. And I ran
into this problem today:

When calling one of the sqlite3 functions, the following exception occurs
originating from mscorlib.dll:

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

The wierd part is, this function that triggers the exception is called
hundreds of times before and works with no problems. And about half the time,
the problem won't occur at all, the other half, the above exception will
occur( if in debug mode), or if in release mode, the application will simply
hang.

Any suggestions?

Thank you,

Stephan Rose
(e-mail address removed)
Superchips Custom Tuning, Inc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top