First-chance exception on load and calls
584814Jun 17 2008 — edited Jun 18 2008When loading our application we see quite a few "first chance exception" error messages being reported from the berkeley db xml library. The same first chance exceptions are thrown on each call to the berkeley db xml library - about 30 or so result from each call.
Is this normal or is it indicative of a problem/misconfiguration?
The following 2 errors (set) are thrown together numerous times:
First-chance exception at 0x7c812a5b in app.exe: Microsoft C++ exception: DbException at memory location 0x0012cf48..
First-chance exception at 0x7c812a5b in app.exe: Microsoft C++ exception: DbXml::XmlException at memory location 0x0012d210..
Message was edited by:
taka