After upgrading to CMS Import 2.5 (on an Umbraco 6.1.6 site), I'm getting a lot of error when starting the site. The error is as follows:
Method 'get_DataTypeId' in type 'CMSImport.Library.AdvancedSettingControls.BooleanSettingsControl' from assembly 'CMSImportLibrary, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Stack trace:
[TypeLoadException: Method 'get_DataTypeId' in type 'CMSImport.Library.AdvancedSettingControls.BooleanSettingsControl' from assembly 'CMSImportLibrary, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.]
System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes) +0
System.Reflection.RuntimeAssembly.GetExportedTypes() +49
Umbraco.Core.TypeFinder.GetTypesWithFormattedException(Assembly a) +129
Umbraco.Core.TypeFinder.GetClasses(Type assignTypeFrom, IEnumerable`1 assemblies, Boolean onlyConcreteClasses, Func`2 additionalFilter) +520
umbraco.BusinessLogic.Actions.Action.<ReRegisterActionsAndHandlers>b__1() +62
Umbraco.Core.ObjectResolution.LazyManyObjectsResolverBase`2.<get_InstanceTypes>b__1(Func`1 x) +11
System.Linq.<SelectManyIterator>d__14`2.MoveNext() +267
System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) +552
Umbraco.Core.ObjectResolution.LazyManyObjectsResolverBase`2.get_InstanceTypes() +740
Umbraco.Core.ActionsResolver.CreateInstances() +102
Umbraco.Core.ObjectResolution.ManyObjectsResolverBase`2.get_Values() +467
umbraco.BusinessLogic.Actions.Action.GetJavaScriptFileReferences() +29
Umbraco.Web.UI.Umbraco.Umbraco.RenderActionJs() +83
Umbraco.Web.UI.Umbraco.Umbraco.Page_Load(Object sender, EventArgs e) +1690
System.EventHandler.Invoke(Object sender, EventArgs e) +0
Umbraco.Web.UI.Pages.BasePage.OnLoad(EventArgs e) +19
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
Ok, think I've got it solved. There was an outdated cmsimport dll in my bin folder. It was eployed there from another project which contained a reference in VS
Errors after update to 2.5
Hi Richard,
After upgrading to CMS Import 2.5 (on an Umbraco 6.1.6 site), I'm getting a lot of error when starting the site. The error is as follows:
Method 'get_DataTypeId' in type 'CMSImport.Library.AdvancedSettingControls.BooleanSettingsControl' from assembly 'CMSImportLibrary, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Stack trace:
Any ideas?
Ok, think I've got it solved. There was an outdated cmsimport dll in my bin folder. It was eployed there from another project which contained a reference in VS
is working on a reply...