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

UIPAB V2

It seems that if you are returning from a linked workflow back up to the originating workflow, you had better be sure that the originating workflow was started within the context of a NavigationGraph (not as open navigation). Starting the originating Workflow as openNavigation means having a blank originatingNavGraph value and that seems to kill the TaskArgs on the way back up to it from the Child workflow
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Problem If using OpenNavigator, add default=”true” to StatePersistence declaration in config file Resolution 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...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

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/uipConfigura... 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...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

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...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

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/uipConfigura... node in the application config file (AssemblyFileName.config or web.config). Description: An unhandled exception occurred during the execution...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Resolution Another config error, the line describing this had the version where the assembly name was supposed to be Problem Server Error in '/Dev/UIPABWeb' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: The IViewManager Microsoft.ApplicationBlocks... cannot...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Resolution section name="uipConfiguration" type="Microsoft.Application... /> The version number and public key token on the assembly were out of synch Problem Server Error in '/Dev/UIPABWeb' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati