The cause is that you are running out of memory as the exception says. You
need to monitor your application to find out how it is eating or leaking
memory.
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @
www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------
"Daniel" <softwareengineer98037 (AT) yahoo (DOT) com> wrote
Quote:
Exception of type System.OutOfMemoryException was thrown.
this error is occuring when on arbitrary threads in my .net windows
service.
There is 2 gigs of memory on the machine and this .net windows service
only
uses 50 megabytes. What could be causing this? how to fix? |