I went through the notes and didn't see anything about the grid not working at all on v6.0.3? Anyone have a suggestion. When I click on a node with the grid (5 properties all textstring), I get the following (can't open the node or do anything):
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
[ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.]
System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0
System.Reflection.Assembly.GetTypes() +159
uComponents.DataTypes.DataTypeGrid.ServiceLocators.DataTypeFactoryServiceLocator.GetDataTypeFactories() +171
uComponents.DataTypes.DataTypeGrid.ServiceLocators.DataTypeFactoryServiceLocator.GetDataTypeFactory(TDataType dataType) +99
uComponents.DataTypes.DataTypeGrid.ServiceLocators.DataTypeFactoryServiceLocator.GetDisplayValue(IDataType dataType) +26
uComponents.DataTypes.DataTypeGrid.DataEditor.GenerateValueRows() +2944
uComponents.DataTypes.DataTypeGrid.DataEditor.CreateChildControls() +1557
System.Web.UI.Control.EnsureChildControls() +182
System.Web.UI.Control.PreRenderRecursiveInternal() +60
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4201
[ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.] System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0 System.Reflection.RuntimeModule.GetTypes() +9 System.Reflection.Assembly.GetTypes() +143 uComponents.DataTypes.DataTypeGrid.ServiceLocators.DataTypeFactoryServiceLocator.GetDataTypeFactories() +190 uComponents.DataTypes.DataTypeGrid.ServiceLocators.DataTypeFactoryServiceLocator.GetDataTypeFactory(TDataType dataType) +100 uComponents.DataTypes.DataTypeGrid.ServiceLocators.DataTypeFactoryServiceLocator.GetDisplayValue(IDataType dataType) +29 uComponents.DataTypes.DataTypeGrid.DataEditor.GenerateValueRows() +3004 uComponents.DataTypes.DataTypeGrid.DataEditor.CreateChildControls() +1576
Datatype Grid and Umbraco 6.0.3 YSOD
I went through the notes and didn't see anything about the grid not working at all on v6.0.3? Anyone have a suggestion. When I click on a node with the grid (5 properties all textstring), I get the following (can't open the node or do anything):
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Hi there,
Just got the same thing on umbraco 4.11.5:
Was fine but now get this:
[ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.] System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0 System.Reflection.RuntimeModule.GetTypes() +9 System.Reflection.Assembly.GetTypes() +143 uComponents.DataTypes.DataTypeGrid.ServiceLocators.DataTypeFactoryServiceLocator.GetDataTypeFactories() +190 uComponents.DataTypes.DataTypeGrid.ServiceLocators.DataTypeFactoryServiceLocator.GetDataTypeFactory(TDataType dataType) +100 uComponents.DataTypes.DataTypeGrid.ServiceLocators.DataTypeFactoryServiceLocator.GetDisplayValue(IDataType dataType) +29 uComponents.DataTypes.DataTypeGrid.DataEditor.GenerateValueRows() +3004 uComponents.DataTypes.DataTypeGrid.DataEditor.CreateChildControls() +1576
Any Idea?
cheers
mkariti
We had to downgrade to uComponents to 5.2 (I think it was).
Hi,
many thanks for your reply.
How did you go about downgrading?
Also, the funny thing is that on my dev machine it works fine.
Cheers
mkariti
Uninstalled and reinstalled. I tried to install it over but that didn't go over so well.
Will uninstall affect my data?
Update - Ok just copied fresh bin to prod and its fixed!
In case anyone runs across this thread - lucuma's advice of downgrading to 5.2 resolved this for me.
is working on a reply...