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

If using OpenNavigator add default=”true” to state declaration in config file

Problem

Server Error in '/Dev/UIPABWeb' Application.


The state object for the navigation graph is not configured. Check the /configuration/uipConfiguration/objectTypes/state 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 object for the navigation graph is not configured. Check the /configuration/uipConfiguration/objectTypes/state node in the application config file (AssemblyFileName.config or web.config).

Source Error:

 
Line 175:                 
Line 176:                          if( typeSettings == null )
Line 177:                                   throw new UIPException( Resource.ResourceManager.FormatMessage( Resource.Exceptions.RES_ExceptionStateConfigNotFound, "" ) );
Line 178:        
Line 179:                          //  set the arguments used by the State object constructor


Source File: C:\MASTER STORAGE\Visual Studio Projects\WorkingCopies\Code (March 23 2006)\Microsoft.ApplicationBlocks.UIProcess\Factories\StateFactory.cs    Line: 177

Stack Trace:

 
[UIPException: The state object for the navigation graph  is not configured. Check the /configuration/uipConfiguration/objectTypes/state node in the application config file (AssemblyFileName.config or web.config). ]
   Microsoft.ApplicationBlocks.UIProcess.StateFactory.Create(IStatePersistence spp, ObjectTypeSettings typeSettings) in C:\MASTER STORAGE\Visual Studio Projects\WorkingCopies\Code (March 23 2006)\Microsoft.ApplicationBlocks.UIProcess\Factories\StateFactory.cs:177
   Microsoft.ApplicationBlocks.UIProcess.StateFactory.Create() in C:\MASTER STORAGE\Visual Studio Projects\WorkingCopies\Code (March 23 2006)\Microsoft.ApplicationBlocks.UIProcess\Factories\StateFactory.cs:132
   Microsoft.ApplicationBlocks.UIProcess.OpenNavigator..ctor(String name) in C:\MASTER STORAGE\Visual Studio Projects\WorkingCopies\Code (March 23 2006)\Microsoft.ApplicationBlocks.UIProcess\Navigators\OpenNavigator.cs:41
   Microsoft.ApplicationBlocks.UIProcess.UIPManager.StartOpenNavigationTask(String name, String firstViewName) in C:\MASTER STORAGE\Visual Studio Projects\WorkingCopies\Code (March 23 2006)\Microsoft.ApplicationBlocks.UIProcess\UIPManager.cs:156
   UIPABWeb.index.btnSteps_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\Dev\UIPABWeb\index.aspx.vb:46
   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:36 PM