message I am getting
Server Error in '/' Application.
Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif] 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: MySql.Data.MySqlClient.MySqlException: Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
Source Error:
Line 25: objConn = New MySqlConnection(ConnectionString)
Line 26: objCmd = New MySqlCommand(strQ, objConn)
Line 27: objCmd.Connection.Open()
Line 28: objReader = objCmd.ExecuteReader(CommandBehavior.CloseConnection)
Line 29:
Source File: C:\Inetpub\vhosts\nrlceo.com\httpdocs\App_Code\core_database.vb Line: 27
Stack Trace:
[MySqlException (0x80004005): Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug]
MySql.Data.MySqlClient.MySqlStream.OpenPacket() +238
MySql.Data.MySqlClient.NativeDriver.Open() +367
MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +47
MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +23
MySql.Data.MySqlClient.MySqlPool.GetConnection() +160
MySql.Data.MySqlClient.MySqlConnection.Open() +264
Techflare.Mongoose.Data.Database.SelectSQL(String strQ) in C:\Inetpub\vhosts\nrlceo.com\httpdocs\App_Code\core_database.vb:27
Techflare.Mongoose.Content.BlogPost.Latest(Int32 intStart, Int32 intCount, Int32 intCategoryID, Boolean bIgnoreActive) in C:\Inetpub\vhosts\nrlceo.com\httpdocs\App_Code\content_blogpost.vb:816
ASP.default_aspx.Page_Load(Object Sender, EventArgs e) in C:\Inetpub\vhosts\nrlceo.com\httpdocs\default.aspx:20
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082 [/FONT]