I'm installing uBlogsy onto my existing site. I use ublogsy on pretty much every site i build and it works great! This is a new error i've come across wondering if anyone else has had it or can give me a little point in the right direction. Here is what the error is from log file:
System.TypeLoadException: Could not load type 'Umbraco.Core.Models.IContent' from assembly 'Umbraco.Core, Version=1.0.4834.19773, 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.GetTypes(Type assignTypeFrom, IEnumerable`1 assemblies, Boolean onlyConcreteClasses)
at Umbraco.Core.TypeFinder.GetAssignablesFromType[T](IEnumerable`1 assemblies, Boolean onlyConcreteClasses)
at Umbraco.Core.TypeFinder.FindClassesOfType[T](IEnumerable`1 assemblies, Boolean onlyConcreteClasses)
at Umbraco.Core.TypeFinder.FindClassesOfType[T](IEnumerable`1 assemblies)
at Umbraco.Core.PluginManager.<ResolveTypes>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.InitializeResolvers()
at Umbraco.Web.WebBootManager.InitializeResolvers()
at Umbraco.Core.CoreBootManager.Initialize()
at Umbraco.Web.WebBootManager.Initialize()
at Umbraco.Web.UmbracoApplication.Application_Start(Object sender, EventArgs e)
It breaks the whole site and shows this error until i delete the ublogsy dll's and it works again so i can uninstall it. I've checked to see if i had any faulty DLL's but everything seems ok and the usual files in there as i only have two packages installed google maps and image gen and i've tried installing uBlogsy withouth those two on to see if they were causing the error and still the same.
Umbraco Version : 4.11.6 (Assembly version: 1.0.4834.19775)
ASP.Net Version : 4.0.30319.17929
IIS: 7.5
I'm using the same umbraco version i do for all other sites and uBlogsy is fine. Any ideas?
New error on install of uBlogsy ??
Hi there,
I'm installing uBlogsy onto my existing site. I use ublogsy on pretty much every site i build and it works great! This is a new error i've come across wondering if anyone else has had it or can give me a little point in the right direction. Here is what the error is from log file:
It breaks the whole site and shows this error until i delete the ublogsy dll's and it works again so i can uninstall it. I've checked to see if i had any faulty DLL's but everything seems ok and the usual files in there as i only have two packages installed google maps and image gen and i've tried installing uBlogsy withouth those two on to see if they were causing the error and still the same.
Umbraco Version : 4.11.6 (Assembly version: 1.0.4834.19775)
ASP.Net Version : 4.0.30319.17929
IIS: 7.5
I'm using the same umbraco version i do for all other sites and uBlogsy is fine. Any ideas?
Thanks
Check ublogsy versions...
ublogsy 2.x works for umbraco 4.11.x
ublogsy 3.x works for umbraco 6+
Sorry about that! Silly not checking the most obvious! Thanks
one beer you owe me then :)
Agreed!
Does the ublogsy 2.x version exist at the Umbraco package repository or do i have to install in manually?
Get it here:
http://our.umbraco.org/FileDownload?id=4494
Cool Anthony, thanks!
is working on a reply...