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.
Within 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