Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

System.OutOfMemoryException and AppDomains

3 views
Skip to first unread message

Chris Plasun

unread,
Aug 27, 2009, 8:50:01 PM8/27/09
to
Hi,

I have a plugin manager that launches a plugin which connects to a FoxPro
database through the ADO.NET OLE DB provider.

At one client site connections are opened and closed without any problems
but at another client site, it gets stuck in 'connection.Open();' and within
a couple of seconds over 1GB of memory is allocated.

One minute after that another 1GB is allocated and
System.OutOfMemoryException is thrown.

The plugin manager unloads the AppDomain and continues.

Where would I start debugging this?

Thanks,
Chris Plasun

0 new messages