Neil Thompson

BizTalk | .NET | SQL |

  Home  |   Contact  |   Syndication    |   Login
  15 Posts | 20 Stories | 45 Comments | 55 Trackbacks

News

Article Categories

Archives

Post Categories

Fav BizTalk Blogs

Resolution

State element was referencing wrong assembly in object types, and nav was using wrong name anyways (to reference state provider)

Problem

Server Error in '/Dev/UIPABWeb' Application.


The state persistence provider for the navigation graph UserAdminNavGraph is not configured. Check the /configuration/uipConfiguration/objectTypes/statePersistenceProvider node in the application config file (AssemblyFileName.config or web.config).

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: Microsoft.ApplicationBlocks.UIProcess.UIPException: The state persistence provider for the navigation graph UserAdminNavGraph is not configured. Check the /configuration/uipConfiguration/objectTypes/statePersistenceProvider node in the application config file (AssemblyFileName.config or web.config).

Source Error:

 
Line 70:                           StatePersistenceProviderSettings providerSettings = UIPConfiguration.Config.GetPersistenceProviderSettings( navigator );
Line 71:                           if( providerSettings == null )
Line 72:                                    throw new UIPException( Resource.ResourceManager.FormatMessage( Resource.Exceptions.RES_ExceptionStatePersistenceProviderConfigNotFound, navigator ) );
Line 73: 
Line 74:                           return Create( providerSettings );


Source File: C:\MASTER STORAGE\Visual Studio Projects\WorkingCopies\Code (March 23 2006)\UIProcess\Factories\StatePersistenceFactory.cs    Line: 72

Stack Trace:

 
[UIPException: The state persistence provider for the navigation graph UserAdminNavGraph is not configured. Check the /configuration/uipConfiguration/objectTypes/statePersistenceProvider node in the application config file (AssemblyFileName.config or web.config). ]
   Microsoft.ApplicationBlocks.UIProcess.StatePersistenceFactory.Create(String navigator) in C:\MASTER STORAGE\Visual Studio Projects\WorkingCopies\Code (March 23 2006)\UIProcess\Factories\StatePersistenceFactory.cs:72
   Microsoft.ApplicationBlocks.UIProcess.StateFactory.Create(String navigatorName) in C:\MASTER STORAGE\Visual Studio Projects\WorkingCopies\Code (March 23 2006)\UIProcess\Factories\StateFactory.cs:150
   Microsoft.ApplicationBlocks.UIProcess.GraphNavigator..ctor(String name) in C:\MASTER STORAGE\Visual Studio Projects\WorkingCopies\Code (March 23 2006)\UIProcess\Navigators\GraphNavigator.cs:41
   Microsoft.ApplicationBlocks.UIProcess.UIPManager.StartNavigationTask(String navGraph) in C:\MASTER STORAGE\Visual Studio Projects\WorkingCopies\Code (March 23 2006)\UIProcess\UIPManager.cs:101
   UIPABWeb.index.btnUser_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\Dev\UIPABWeb\index.aspx.vb:32
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e)
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   System.Web.UI.Page.ProcessRequestMain()

 


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

posted on Thursday, June 08, 2006 2:34 PM