I just installed the uTube package onto an Umbraco installation and
managed to get the classic video player working fine, however when I
tried the chromeless player I got the following exception in my page...
Can anyone help?
Unable to load one or more of the types in
assembly 'umbraco.MacroEngines.Legacy, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null'. Exceptions were
thrown:<br>System.TypeLoadException
: Method 'get_SupportedExtensions' in type 'umbraco.MacroEngines.Legacy.DLRScriptingEngine'
from assembly 'umbraco.MacroEngines.Legacy, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null' does not have an
implementation.<br>Unable to load one or more of the types in
assembly 'umbraco.MacroEngines.Legacy, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null'. Exceptions were
thrown:<br>System.TypeLoadException: Method 'get_SupportedExtensions' in type 'umbraco.MacroEngines.Legacy.DLRScriptingEngine'
from assembly 'umbraco.MacroEngines.Legacy, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null' does not have an
implementation.<br> at
umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Assembly assembly, Type attribute)<br> at umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Type attribute)<br> at umbraco.macro.GetXsltExtensionsImpl()<br> at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String
cacheKey, Object syncLock, CacheItemPriority priority,
CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency,
TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem)<br>
at umbraco.macro.GetXsltExtensions()<br> at umbraco.macro.AddMacroXsltExtensions()<br> at umbraco.macro.GetXsltTransformResult(XmlDocument
macroXML, XslCompiledTransform xslt, Dictionary`2 parameters)<br>
at umbraco.macro.loadMacroXSLT(macro macro,
MacroModel model, Hashtable pageElements)
Umbraco 4.7.0 / uTube Chromeless player error
HI All
I just installed the uTube package onto an Umbraco installation and managed to get the classic video player working fine, however when I tried the chromeless player I got the following exception in my page... Can anyone help?
Unable to load one or more of the types in assembly 'umbraco.MacroEngines.Legacy, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown:<br>System.TypeLoadException
Hi A, welcome to the forum!
From the error message, I'm guessing that it's not an issue with uTube, but an Umbraco upgrade that has left an old file behind.
If you did upgrade from v4.6 to v4.7, then go to your /bin folder and delete the "umbraco.MacroEngines.Legacy.dll"
That should resolve this issue.
Cheers, Lee.
Hi Lee,
Will give this a shot and report back, thanks for the reply and sorry about the delay in replying.
A
is working on a reply...