Re: exception with no details
Mark Kucera <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <[email protected]> |
Or in apps that run a query that returns a gigantic amount of information, say a report that allows entry of a date range that the user leaves blank. Something to note is that this error doesn't indicate that the server was completely out of memory. ASP.NET defines a threshold % (in machine.config) and when that % of consumed then it will throw the out of memory exception. In theory when this exception is thrown, the app should unload and all the memory s/b reclaimed. In 1.1 this didn't happen and users generally continue to get out of memory errors. Which version of ASP.NET are you using? Mark -----Original Message----- From: Discussion of building .NET applications targeted for the Web [mailto:[email protected]] On Behalf Of Peter Osucha Sent: Wednesday, January 17, 2007 8:17 AM To: [email protected] Subject: Re: [DOTNET-WEB] exception with no details Where I've seen that error most often is from infinite loops of one kind or another. Don't know why the stack and target are empty though... > -----Original Message----- > From: Discussion of building .NET applications targeted for > the Web [mailto:[email protected]] On Behalf Of Jeff > Sent: Monday, January 15, 2007 3:00 PM > To: [email protected] > Subject: [DOTNET-WEB] exception with no details > > keep getting this on one of our apps. Anyone know how to > troubleshoot this, or why the 3 properties are empty. We have > an err processor the sends us the details, but the there is > not much there to work with. Have not been able to reproduce > this in our testing yet. Thanks. > > > > Message: Exception of type System.OutOfMemoryException was thrown. > > Source: > > Stack Trace: > > Target Site: =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com