I have a local setup of umbraco 4.8 and I am running into this error:
Exception occurred while populating cache, Will set RazorDataTypeModelTypes to null so that this error remains visible and you don't end up with an empty cache with silent failure. 7.27401401117419 0.004629
The exception was System.Exception and the message was Unable to load one or more of the types in assembly 'Examine, Version=0.1.42.2941, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown:
System.IO.FileLoadException: Could not load file or assembly 'Lucene.Net, Version=2.9.4.1, Culture=neutral, PublicKeyToken=85089178b9ac3181' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040). at umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Assembly assembly, Type attribute)
at umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Type attribute)
at umbraco.MacroEngines.DynamicNode.TryGetMember(GetMemberBinder binder, Object& result)
I am pretty sure I must have rogue dll from another instalation messing stuff up, but i cant find it :( any help or pointers for tracking it down would be great.
Okay so I thought i may was well try upgrading to 4.9 just for a laugh, and now my stack trace error is no longer pointing to examine but to umbraco.global.
Exception occurred while populating cache, Will set RazorDataTypeModelTypes to null so that this error remains visible and you don't end up with an empty cache with silent failure. The exception was System.Exception and the message was Unable to load one or more of the types in assembly 'App_global.asax, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown: System.TypeLoadException: Could not load type 'umbraco.Global' from assembly 'umbraco, Version=1.0.4633.18696, Culture=neutral, PublicKeyToken=null'.. at umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Assembly assembly, Type attribute) at umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Type attribute) at umbraco.MacroEngines.DynamicNode.TryGetMember(GetMemberBinder binder, Object& result)
Exception occurred while populating cache
Hey guys,
I have a local setup of umbraco 4.8 and I am running into this error:
I am pretty sure I must have rogue dll from another instalation messing stuff up, but i cant find it :( any help or pointers for tracking it down would be great.
L
Okay so in the stack trace it is saying that it can't find
but i swear it is there,
L
Okay so I thought i may was well try upgrading to 4.9 just for a laugh, and now my stack trace error is no longer pointing to examine but to umbraco.global.
L
Make sure to delete App_global.asax.dll, it has been obsoleted in v4.8.0.
Thanks Sebastiaan Janssen your answer is correct :)
is working on a reply...