D
dm_dal
Sorry for the cross-post, but I wasn't sure which group would be best.
I'm working with the UIProcess Application block in a C# WinForms
application. I was testing a first go at it when I came across this error.
I'm wondering if anyone has any ideas.
[Error Message]
"Error loading UIP config parameters. The original exception is: The
section for the UIP configuration does not conform to the XML Schema
provided, please check the document to fix the document. The validation
error message is: The element 'objectTypes' has invalid content. An error
occurred at ,(4,4).. at
Microsoft.ApplicationBlocks.UIProcess.UIPConfigHandler.ValidateSchema(XmlNod
e section)"
I get the error when I run the application. My initial form loads OK, but
when I click a linklabel to launch my second form I get the above message.
I've included my App.config file for reference:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="uipConfiguration"
type="Microsoft.ApplicationBlocks.UIProcess.UIPConfigHandler,
Microsoft.ApplicationBlocks.UIProcess,
Version=1.0.1.0,Culture=neutral,PublicKeyToken=null" />
</configSections>
<uipConfiguration>
<objectTypes>
<iViewManager name="WindowsFormViewManager"
type="Microsoft.ApplicationBlocks.UIProcess.WindowsFormViewManager,
Microsoft.ApplicationBlocks.UIProcess,Version=1.0.1.0,Culture=neutral,Public
KeyToken=null" />
<controller name="appController" type="ebmEnroller32.UI.appController,
ebmEnroller32.UI,Version=1.0.1.0,Culture=neutral,PublicKeyToken=null" />
</objectTypes>
<views>
<view name="setupCases" type="ebmEnroller32.UI.setupCases, ebmEnroller32.UI,
Version=1.0.1.0, Culture=neutral, PublicKeyToken=null"
controller="appController" />
</views>
</uipConfiguration>
</configuration>
David Young
BellGroup Financial
dyoung (at) bellgroup (dot) (com)
I'm working with the UIProcess Application block in a C# WinForms
application. I was testing a first go at it when I came across this error.
I'm wondering if anyone has any ideas.
[Error Message]
"Error loading UIP config parameters. The original exception is: The
section for the UIP configuration does not conform to the XML Schema
provided, please check the document to fix the document. The validation
error message is: The element 'objectTypes' has invalid content. An error
occurred at ,(4,4).. at
Microsoft.ApplicationBlocks.UIProcess.UIPConfigHandler.ValidateSchema(XmlNod
e section)"
I get the error when I run the application. My initial form loads OK, but
when I click a linklabel to launch my second form I get the above message.
I've included my App.config file for reference:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="uipConfiguration"
type="Microsoft.ApplicationBlocks.UIProcess.UIPConfigHandler,
Microsoft.ApplicationBlocks.UIProcess,
Version=1.0.1.0,Culture=neutral,PublicKeyToken=null" />
</configSections>
<uipConfiguration>
<objectTypes>
<iViewManager name="WindowsFormViewManager"
type="Microsoft.ApplicationBlocks.UIProcess.WindowsFormViewManager,
Microsoft.ApplicationBlocks.UIProcess,Version=1.0.1.0,Culture=neutral,Public
KeyToken=null" />
<controller name="appController" type="ebmEnroller32.UI.appController,
ebmEnroller32.UI,Version=1.0.1.0,Culture=neutral,PublicKeyToken=null" />
</objectTypes>
<views>
<view name="setupCases" type="ebmEnroller32.UI.setupCases, ebmEnroller32.UI,
Version=1.0.1.0, Culture=neutral, PublicKeyToken=null"
controller="appController" />
</views>
</uipConfiguration>
</configuration>
David Young
BellGroup Financial
dyoung (at) bellgroup (dot) (com)