'System.EntryPointNotFoundException'

GotheBigG

New member
Joined
May 25, 2007
Messages
1
Programming Experience
1-3
Hi,

I have a multithreaded application that I'm writing that accesses a few webservices and webpages and updates a sqlserver db with the info. At present the application is intermittently just shutting down. No error nothing in debug mode.

I'm gettng a lot of these error in the output window though. I'm fairly sure they're not causing me to shut down but I'd still like to know what it is

A first chance exception of type 'System.EntryPointNotFoundException' occurred in System.Transactions.dll
A first chance exception of type 'System.EntryPointNotFoundException' occurred in System.Transactions.dll
A first chance exception of type 'System.EntryPointNotFoundException' occurred in System.Transactions.dll
The thread 0xa78 has exited with code 0 (0x0).

Any help on this or even how an application can just shut down with no error would be muchly appreciated.

Cheers

Gerard
 
Back
Top