Nota: Este artigo foi publicado originalmente em 2008. Alguns passos, comandos ou versões de software podem ter mudado. Consulte a documentação atual de General para as informações mais recentes.

After upgrading from CS 2008.5 to CS 2008.5 SP1 the sitemaps are not properly generated. Here is one of the error messages I get:

Server Error in ’/’ Application.


Requested value ‘forum’ was not found.

**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: Requested value ‘forum’ was not found.

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:  

`

   System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) +7530687
   CommunityServer.Components.CSContext.get_ApplicationType() +97
   CommunityServer.Components.UserCookie..ctor(User user) +189
   CommunityServer.Components.UserLastVisitModule.csa_UserKnown(User user, CSEventArgs e) +37
   CommunityServer.Components.CSUserEventHandler.Invoke(User user, CSEventArgs e) +0
   CommunityServer.Components.CSApplication.ExecuteUserEvent(Object EventKey, User user, ObjectState state, ApplicationType appType) +77
   CommunityServer.CSHttpModule.Application_AuthorizeRequest(Object source, EventArgs e) +216
   System.Web.SyncEventExecutionPasso.System.Web.HttpApplication.IExecutionPasso.Execute() +68
   System.Web.HttpApplication.ExecutePasso(IExecutionPasso step, Boolean& completedSynchronously) +75

`


Version Information:  Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

Artigos Relacionados