I have tried to install Articulate from local package as well as through the Package Repository on Umbraco v6.1.5, with Contour, but keep encountering the following message:
Could not load type 'Umbraco.Core.Models.PublishedContent.PublishedContentWrapped' from assembly 'Umbraco.Core, Version=1.0.4993.19246, Culture=neutral, PublicKeyToken=null'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.TypeLoadException: Could not load type 'Umbraco.Core.Models.PublishedContent.PublishedContentWrapped' from assembly 'Umbraco.Core, Version=1.0.4993.19246, Culture=neutral, PublicKeyToken=null'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[TypeLoadException: Could not load type 'Umbraco.Core.Models.PublishedContent.PublishedContentWrapped' from assembly 'Umbraco.Core, Version=1.0.4993.19246, Culture=neutral, PublicKeyToken=null'.]
System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes) +0
System.Reflection.RuntimeAssembly.GetExportedTypes() +49
Umbraco.Core.TypeFinder.GetTypesWithFormattedException(Assembly a) +128
Umbraco.Core.TypeFinder.GetClasses(Type assignTypeFrom, IEnumerable`1 assemblies, Boolean onlyConcreteClasses, Func`2 additionalFilter) +520
Umbraco.Core.PluginManager.LoadViaScanningAndUpdateCacheFile(TypeList typeList, TypeResolutionKind resolutionKind, Func`1 finder) +53
Umbraco.Core.PluginManager.ResolveTypes(Func`1 finder, TypeResolutionKind resolutionType, Boolean cacheResult) +1377
Umbraco.Core.CoreBootManager.InitializeApplicationEventsResolver() +77
Umbraco.Web.WebBootManager.InitializeApplicationEventsResolver() +9
Umbraco.Core.CoreBootManager.Initialize() +386
Umbraco.Web.WebBootManager.Initialize() +57
Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e) +122
[HttpException (0x80004005): Could not load type 'Umbraco.Core.Models.PublishedContent.PublishedContentWrapped' from assembly 'Umbraco.Core, Version=1.0.4993.19246, Culture=neutral, PublicKeyToken=null'.]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +12949749
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +175
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475
[HttpException (0x80004005): Could not load type 'Umbraco.Core.Models.PublishedContent.PublishedContentWrapped' from assembly 'Umbraco.Core, Version=1.0.4993.19246, Culture=neutral, PublicKeyToken=null'.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12966756
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12806561
Any idea what's happening? Articulate 1.04 should be compatible with Umb6.1.5 right? Thanks in advance!
Can't complete install
Hi
I have tried to install Articulate from local package as well as through the Package Repository on Umbraco v6.1.5, with Contour, but keep encountering the following message:
Could not load type 'Umbraco.Core.Models.PublishedContent.PublishedContentWrapped' from assembly 'Umbraco.Core, Version=1.0.4993.19246, Culture=neutral, PublicKeyToken=null'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.TypeLoadException: Could not load type 'Umbraco.Core.Models.PublishedContent.PublishedContentWrapped' from assembly 'Umbraco.Core, Version=1.0.4993.19246, Culture=neutral, PublicKeyToken=null'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Any idea what's happening? Articulate 1.04 should be compatible with Umb6.1.5 right? Thanks in advance!
Hello,
Articulate is only compatible with Umbraco 7.1+.
Jeroen
Whoops, sorry. I wasn't looking at the compatibility chart right... Thanks!
is working on a reply...