Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

New Post: Error WorkflowFacade  System.InvalidOperationException: The type CompositeGenerated.DynamicXmlDataProvider.Composite_Data_Types_IPageDataId could not be found

$
0
0
Success! B-)

Screenshot

In AppData\Composite\DataMetaData, I changed this:
<DataFieldDescriptor id="902d6404-6b70-429b-b909-e3ce487a180d" name="Division" isNullable="false" position="4" groupByPriority="0" inherited="false" instanceType="System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" storeType="PhysicalStoreType='Guid'" isReadOnly="false" defaultValue="ValueType='Guid'Value='00000000-0000-0000-0000-000000000000'" foreignKeyReferenceTypeName="ChapmanComposite.Division">
      <FormRenderingProfile />
    </DataFieldDescriptor>
To this:
<DataFieldDescriptor id="902d6404-6b70-429b-b909-e3ce487a180d" name="Division" isNullable="false" position="4" groupByPriority="0" inherited="false" instanceType="System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" storeType="PhysicalStoreType='Guid'" isReadOnly="false" defaultValue="ValueType='Guid'Value='00000000-0000-0000-0000-000000000000'" foreignKeyReferenceTypeName="ChapmanComposite.Division,ChapmanStaticDataTypes">
      <FormRenderingProfile />
    </DataFieldDescriptor>
Thank you for your help! B-)

Viewing all articles
Browse latest Browse all 2540

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>