jywilson
07-30-2011, 06:43 PM
Every week or so I am required to recycle the app pool on my website. My website has remain unchanged for many years so I am assuming that it is related to a server software update of some kind. A copy of the error message that appears until I have recycled the app pool, apears below.
Any help you can provide would be most appreciated. I am capable of debugging and modifying the source code for this site, but it has been many years since I have looked at it, so this is something I would like to avoid.
Is there a way to schedule an unconditional automatic app pool recycling?
Beginning of error message:
======================
Column 'community_id' does not belong to table Table.
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.ArgumentException: Column 'community_id' does not belong to table Table.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: Column 'community_id' does not belong to table Table.]
System.Data.DataRow.get_Item(String columnName) +120
ASPNET.StarterKit.Communities.CommunityInfo..ctor( DataRow drow) +32
ASPNET.StarterKit.Communities.CommunityUtility.Get CommunityInfo() +423
ASPNET.StarterKit.Communities.CommunitiesModule.Ap plication_BeginRequest(Object source, EventArgs e) +206
System.Web.SyncEventExecutionStep.System.Web.HttpA pplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +87
Any help you can provide would be most appreciated. I am capable of debugging and modifying the source code for this site, but it has been many years since I have looked at it, so this is something I would like to avoid.
Is there a way to schedule an unconditional automatic app pool recycling?
Beginning of error message:
======================
Column 'community_id' does not belong to table Table.
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.ArgumentException: Column 'community_id' does not belong to table Table.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: Column 'community_id' does not belong to table Table.]
System.Data.DataRow.get_Item(String columnName) +120
ASPNET.StarterKit.Communities.CommunityInfo..ctor( DataRow drow) +32
ASPNET.StarterKit.Communities.CommunityUtility.Get CommunityInfo() +423
ASPNET.StarterKit.Communities.CommunitiesModule.Ap plication_BeginRequest(Object source, EventArgs e) +206
System.Web.SyncEventExecutionStep.System.Web.HttpA pplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +87