Pretty much a blank install apart from DocType mixins. Downloaded latest uComponents from here, installed package and get the following error?
An unhandled exception occurred
System.TypeLoadException: Could not load type 'umbraco.editorControls.mediapicker.MediaPickerDataType' from assembly 'umbraco.editorControls, Version=1.0.4715.27667, Culture=neutral, PublicKeyToken=null'.
at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)
at System.Reflection.RuntimeAssembly.GetExportedTypes()
at Umbraco.Core.TypeFinder.GetTypesWithFormattedException(Assembly a)
at Umbraco.Core.TypeFinder.GetClasses(Type assignTypeFrom, IEnumerable`1 assemblies, Boolean onlyConcreteClasses, Func`2 additionalFilter)
at Umbraco.Core.TypeFinder.FindClassesOfType[T](IEnumerable`1 assemblies, Boolean onlyConcreteClasses)
at Umbraco.Core.TypeFinder.FindClassesOfType[T](IEnumerable`1 assemblies)
at Umbraco.Core.PluginManager.b__1c[T]()
at Umbraco.Core.PluginManager.LoadViaScanningAndUpdateCacheFile[T](TypeList typeList, TypeResolutionKind resolutionKind, Func`1 finder)
at Umbraco.Core.PluginManager.ResolveTypes[T](Func`1 finder, TypeResolutionKind resolutionType, Boolean cacheResult)
at Umbraco.Core.PluginManager.ResolveTypes[T](Boolean cacheResult)
at Umbraco.Core.CoreBootManager.InitializeApplicationEventsResolver()
at Umbraco.Web.WebBootManager.InitializeApplicationEventsResolver()
at Umbraco.Core.CoreBootManager.Initialize()
at Umbraco.Web.WebBootManager.Initialize()
at Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e)
at Umbraco.Core.UmbracoApplicationBase.Application_Start(Object sender, EventArgs e)
I've just testing this now (on a fresh v6.1.6 install, no other packages) - I got a bit worried that I hadn't tested installing v6.0.0 from the package repo (inside the back-office). But it appears to all work fine.
I noticed in your error message that it references umbraco.editorControls.mediapicker.MediaPickerDataType. I know this was a correction from an original a typo in the Umbraco core (it previously was umbraco.editorControls.mediapicker.MemberPickerDataType - yup a long time bug/typo!).
I'm not 100% sure when the typo was corrected, but it makes me think that somehow an older version of umbraco.editorControls has been copied into your /bin folder? Is that remotely possible?
Can't install v6.0.0 into Umbraco v6.1.6
Pretty much a blank install apart from DocType mixins. Downloaded latest uComponents from here, installed package and get the following error?
Thats weird. Is that when you log into the backend?
That's straight after install. Click install package, does a postback and seems to be installing. Then I get that YSOD.
I've just testing this now (on a fresh v6.1.6 install, no other packages) - I got a bit worried that I hadn't tested installing v6.0.0 from the package repo (inside the back-office). But it appears to all work fine.
I noticed in your error message that it references
umbraco.editorControls.mediapicker.MediaPickerDataType
. I know this was a correction from an original a typo in the Umbraco core (it previously wasumbraco.editorControls.mediapicker.MemberPickerDataType
- yup a long time bug/typo!).I'm not 100% sure when the typo was corrected, but it makes me think that somehow an older version of
umbraco.editorControls
has been copied into your /bin folder? Is that remotely possible?Thanks, Lee.
I tweeted you bud. I retested for my santity. I think I had a rogue reference to an old version in a project that is referenced in the solution.
I recopied all the original DLL's, did a clean, removed the references and it's worked! Sorry to have got you worried.
No worries. Better to be safe than sorry! :-)
Cheers, Lee.
is working on a reply...