Hello,
Unfortunately the error appears to be the same:
An exception of type 'System.InvalidOperationException' occurred in Composite.dll but was not handled in user code
Additional information: The type CompositeGenerated.DynamicXmlDataProvider.Composite_Media_ProjectDataId could not be found
I would like to convert my data types to static data types as you suggested. I installed the Static Data Type creator tool and downloaded one of my data types to try converting it. I followed the example in this demo and everything appeared to go just fine but I cannot see the new static data type in the Data section of the C1 Console. I therefore, tried the same thing with all the source files downloaded directly from the demo and tried it with those files. I cannot see that data type in the console either:
Screenshot
I would appreciate any suggestions you can provide.
Thank you!
Unfortunately the error appears to be the same:
An exception of type 'System.InvalidOperationException' occurred in Composite.dll but was not handled in user code
Additional information: The type CompositeGenerated.DynamicXmlDataProvider.Composite_Media_ProjectDataId could not be found
System.InvalidOperationException was unhandled by user code
HResult=-2146233079
Message=The type CompositeGenerated.DynamicXmlDataProvider.Composite_Media_ProjectDataId could not be found
Source=Composite
StackTrace:
at Composite.Data.DataSourceId.Deserialize(String serializedDataSourceId, DataSourceId& dataSourceId, Boolean throwException)
at Composite.Data.DataSourceId.Deserialize(String serializedDataSourceId)
at Composite.Data.DataEntityToken.get_DataSourceId()
at Composite.Data.DataEntityToken.get_Type()
at Composite.C1Console.Security.EntityToken.ValidateEntityToken()
at Composite.C1Console.Security.EntityToken.Equals(Object obj)
at Composite.C1Console.Security.EntityToken.Equals(EntityToken entityToken)
at Composite.Plugins.Security.UserGroupPermissionDefinitionProvider.DataBasedUserGroupPermissionDefinitionProvider.DataBasedUserGroupPermissionDefinitionProvider.<>c__DisplayClass8.<RemoveUserGroupPermissionDefinition>b__6(IUserGroupPermissionDefinition d)
at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Composite.Plugins.Security.UserGroupPermissionDefinitionProvider.DataBasedUserGroupPermissionDefinitionProvider.DataBasedUserGroupPermissionDefinitionProvider.RemoveUserGroupPermissionDefinition(Guid userGroupId, String serializedEntityToken)
at Composite.C1Console.Security.Foundation.PluginFacades.UserGroupPermissionDefinitionProviderPluginFacade.RemoveUserGroupPermissionDefinition(Guid userGroupID, String serializedEntityToken)
at Composite.C1Console.Security.PermissionTypeFacade.GetUserGroupPermissionDefinitions(Guid userGroupId)
at Composite.C1Console.Security.PermissionTypeFacade.<GetUserGroupPermissionDefinitions>d__0.MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at Composite.C1Console.Security.PermissionTypeFacade.RecursiveUpdateCurrentUserGroupPermissionTypes(UserToken userToken, EntityToken entityToken, IEnumerable`1 userGroupPermissionDefinitions, HashSet`1 alreadyProcessedTokens)
at Composite.C1Console.Security.PermissionTypeFacade.GetCurrentPermissionTypes(UserToken userToken, EntityToken entityToken, IEnumerable`1 userPermissionDefinitions, IEnumerable`1 userGroupPermissionDefinitions)
at Composite.C1Console.Security.PermissionTypeFacade.IsSubBrachContainingPermissionTypes(UserToken userToken, EntityToken entityToken, IEnumerable`1 userPermissionDefinitions, IEnumerable`1 userGroupPermissionDefinitions)
at Composite.C1Console.Elements.Security.ElementSecurityFacade.<FilterActions>d__0.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Composite.Core.WebClient.FlowMediators.TreeServicesFacade.GetRoot()
at Composite.Services.TreeServices.GetElementsBySearchToken(ClientElement clientElement, String serializedSearchToken) in c:\Users\troym\Documents\My Web Sites\CompositeC1\Composite\services\Tree\TreeServices.asmx:line 142
at Composite.Services.TreeServices.GetRootElements(String dummy) in c:\Users\troym\Documents\My Web Sites\CompositeC1\Composite\services\Tree\TreeServices.asmx:line 94
InnerException:
However, as everything still works fine on my main development machine, I am focusing on getting things setup how they should be on this machine and I will worry about the second machine and the source control issue later.I would like to convert my data types to static data types as you suggested. I installed the Static Data Type creator tool and downloaded one of my data types to try converting it. I followed the example in this demo and everything appeared to go just fine but I cannot see the new static data type in the Data section of the C1 Console. I therefore, tried the same thing with all the source files downloaded directly from the demo and tried it with those files. I cannot see that data type in the console either:
Screenshot
I would appreciate any suggestions you can provide.
Thank you!