> On 17 May 2010 12:43, June Xue <[email protected]> wrote: >> >> Hi Guys and Girls, >> >> >> >> Is it true that only memory leak can cause OutOfMemoryException errors? >> Is it possible that one application uses too much memory so that >> OutOfMemoryException errors occur in the other applications in the same >> application pool?
In the bad old days of COM, you used to get out of memory if you didn't call CoInitialize() (which initialises the memory allocator) - this would typically happen on the first COM call that needed memory. Are you calling something that goes into COM (Interop?) -- Meski "Going to Starbucks for coffee is like going to prison for sex. Sure, you'll get it, but it's going to be rough" - Adam Hills
