Error parsing XSLT file after upgrading from 4.5.1 to 4.8.1
Hello. I am very new to Umbraco. I did the upgrade follwing the instructions found at http://umbraco.codeplex.com/releases/view/92481 and http://our.umbraco.org/wiki/install-and-setup/upgrading-an-umbraco-installation. I had a heck of a time to get the install wizard to acknowledge that it finished upgrading. After the intial install and it stated it completed correctly, when I went to the default website page, the wizard would restart, but would skip from step 2 to step 6. It magically stopped doing that and started to partially render the correct content. I see images and some content, but anything data that resides in a .XSLT file, I get an error saying that it cannot parse it. I have rendered the page with the /?umbdebugshowtrace=true parameter and I get the following. Any help would be greatly appreciated. Thanks in advance.
Request Details
Session Id:
xgibbemeet1ya4j0bpuv1vix
Request Type:
GET
Time of Request:
9/12/2012 10:49:53 AM
Status Code:
200
Request Encoding:
Unicode (UTF-8)
Response Encoding:
Unicode (UTF-8)
Trace Information
Category
Message
From First(s)
From Last(s)
aspx.page
Begin PreInit
umbracoInit
handling request
2.82E-05
0.000028
request handler
current url ''
0.0004684
0.000440
umbracoRequestHandler
xpath: '/root/*'
0.0005338
0.000065
umbracoRequestHandler
xpath: '/root/* [@urlName = ""] | /root/*'
0.00056
0.000026
umbracoRequestHandler
xpath: '/root/* [@urlName = ""] | /root/*'
0.0005839
0.000024
umbracoRequestHandler
Just before xPath query (False, '/root/* [@urlName = ""] | /root/*')
0.0006043
0.000020
umbracoRequestHandler
pageXPathQueryStart: '/root'
0.0006206
0.000016
umbracoRequestHandler
After xPath query
0.0007091
0.000089
umbracoRequestHandler
Access checking started
0.000779
0.000070
umbracoRequestHandler
Page not protected
0.000812
0.000033
umbracoRequestHandler
Access checking ended
0.0008287
0.000017
umbracoInit
Done handling request
0.0008452
0.000017
umbracoPage
Element loaded: data
0.001124
0.000279
umbracoPage
Aliases must be unique, an element with alias 'data' has already been loaded!
0.0011733
0.000049
umbracoPage
Aliases must be unique, an element with alias 'data' has already been loaded!
0.0012121
0.000039
umbracoPage
Aliases must be unique, an element with alias 'data' has already been loaded!
0.0012487
0.000037
umbracoPage
Aliases must be unique, an element with alias 'data' has already been loaded!
0.0012865
0.000038
umbracoPage
Aliases must be unique, an element with alias 'data' has already been loaded!
0.0013215
0.000035
umbracoPage
Aliases must be unique, an element with alias 'data' has already been loaded!
0.0013721
0.000051
umbracoPage
Pagedata loaded for Home (ID: 1085)
0.0013959
0.000024
umbracoPage
Looking up skin information
0.0014383
0.000042
aspx.page
End PreInit
0.0032659
0.001828
aspx.page
Begin Init
0.0033127
0.000047
renderMacro
Rendering started (macro: [XSLT] Page Title, type: 1, cacheRate: 0)
0.0033599
0.000047
umbracoMacro
Before adding extensions
0.003428
0.000068
umbracoMacro InnerException
Unable to load one or more of the types in assembly 'Fizzler.Systems.HtmlAgilityPack, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown: System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) Unable to load one or more of the types in assembly 'Fizzler.Systems.HtmlAgilityPack, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown: System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' 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.macro.GetXsltExtensionsImpl() at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem) at umbraco.macro.GetXsltExtensions() at umbraco.macro.AddMacroXsltExtensions() at umbraco.macro.GetXsltTransformResult(XmlDocument macroXML, XslCompiledTransform xslt, Dictionary`2 parameters) at umbraco.macro.loadMacroXSLT(macro macro, MacroModel model, Hashtable pageElements)
Error parsing XSLT file after upgrading from 4.5.1 to 4.8.1
Hello. I am very new to Umbraco. I did the upgrade follwing the instructions found at http://umbraco.codeplex.com/releases/view/92481 and http://our.umbraco.org/wiki/install-and-setup/upgrading-an-umbraco-installation. I had a heck of a time to get the install wizard to acknowledge that it finished upgrading. After the intial install and it stated it completed correctly, when I went to the default website page, the wizard would restart, but would skip from step 2 to step 6. It magically stopped doing that and started to partially render the correct content. I see images and some content, but anything data that resides in a .XSLT file, I get an error saying that it cannot parse it. I have rendered the page with the /?umbdebugshowtrace=true parameter and I get the following. Any help would be greatly appreciated. Thanks in advance.
Request Details
Trace Information
System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Unable to load one or more of the types in assembly 'Fizzler.Systems.HtmlAgilityPack, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown:
System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.3.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' 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.macro.GetXsltExtensionsImpl()
at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem)
at umbraco.macro.GetXsltExtensions()
at umbraco.macro.AddMacroXsltExtensions()
at umbraco.macro.GetXsltTransformResult(XmlDocument macroXML, XslCompiledTransform xslt, Dictionary`2 parameters)
at umbraco.macro.loadMacroXSLT(macro macro, MacroModel model, Hashtable pageElements)
Simply remove the Fizzler.Systems.HtmlAgilityPack.dll from the bin folder
is working on a reply...