Neil Thompson

BizTalk | .NET | SQL |

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

News

Article Categories

Archives

Post Categories

Fav BizTalk Blogs

Resolution

If using OpenNavigator, add default=”true” to ViewManager you want to use

 Problem

Server Error in '/Dev/UIPABWeb' Application.


Object reference not set to an instance of an object.

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.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

 
Line 120:                          catch ( Exception e )
Line 121:                          {
Line 122:                                   throw new ConfigurationException( Resource.ResourceManager.FormatMessage( Resource.Exceptions.RES_ExceptionCantCreateIViewManager, ivmSettings.Type ), e );
Line 123:                          }
Line 124:


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

Stack Trace:

 
[NullReferenceException: Object reference not set to an instance of an object.]
   Microsoft.ApplicationBlocks.UIProcess.ViewManagerFactory.Create() in C:\MASTER STORAGE\Visual Studio Projects\WorkingCopies\Code (March 23 2006)\Microsoft.ApplicationBlocks.UIProcess\Factories\ViewManagerFactory.cs:122
   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:40
   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

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
posted on Thursday, June 08, 2006 2:35 PM