Server Error in '/forum' Application.

Exception of type 'System.OutOfMemoryException' was thrown.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.]
   System.Collections.Hashtable..ctor(Int32 capacity, Single loadFactor) +155
   System.Text.RegularExpressions.RegexParser..ctor(CultureInfo culture) +71
   System.Text.RegularExpressions.RegexParser.Parse(String re, RegexOptions op) +62
   System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options, Boolean useCache) +287
   System.Web.Configuration.RegexWorker.ProcessRegex(String target, String regexExpression) +50
   System.Web.Configuration.BrowserCapabilitiesFactory2.PlatformwinntProcess(NameValueCollection headers, HttpBrowserCapabilities browserCaps) +89
   System.Web.Configuration.BrowserCapabilitiesFactory2.PlatformProcess(NameValueCollection headers, HttpBrowserCapabilities browserCaps) +109
   System.Web.Configuration.BrowserCapabilitiesFactory2.DefaultProcess(NameValueCollection headers, HttpBrowserCapabilities browserCaps) +2563
   System.Web.Configuration.BrowserCapabilitiesFactory2.ConfigureBrowserCapabilities(NameValueCollection headers, HttpBrowserCapabilities browserCaps) +22
   System.Web.Configuration.BrowserCapabilitiesFactoryBase.GetHttpBrowserCapabilities(HttpRequest request) +168
   System.Web.Configuration.HttpCapabilitiesDefaultProvider.EvaluateFinal(HttpRequest request, Boolean onlyEvaluateUserAgent) +30
   System.Web.Configuration.HttpCapabilitiesDefaultProvider.Evaluate(HttpRequest request) +201
   FiftyOne.Foundation.Mobile.Detection.MobileCapabilitiesProvider.GetBaseCapabilities(HttpRequest request) +31
   FiftyOne.Foundation.Mobile.Detection.MobileCapabilitiesProvider.GetBrowserCapabilities(HttpRequest request) +21
   System.Web.Configuration.HttpCapabilitiesBase.GetBrowserCapabilities(HttpRequest request) +8939403
   System.Web.HttpRequest.get_Browser() +88
   System.Web.UI.Page.SetIntrinsics(HttpContext context, Boolean allowAsync) +189
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +14
   System.Web.UI.Page.ProcessRequest(HttpContext context) +49
   ASP.viewprofile_aspx.ProcessRequest(HttpContext context) +4
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1031