the RSS feed generator isn't working on Umbraco 7.3.1, I get the following error:
2015-11-12 09:57:51,724 [P110392/D2/T8] WARN umbraco.macro - Error loading partial view macro (View: ~/AppPlugins/FeedGenerator/Views/MacroPartials/RssFeed.cshtml). Exception: System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.4.6.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)
File name: 'HtmlAgilityPack, Version=1.4.6.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a'
at EyeCatch.Umbraco.FeedGenerator.FeedModel.Initialize(IPublishedContent content, String source, String baseUrl, String[] documentTypeAliases, String keywordProperty, String summaryTextProperty, String fullTextProperty, Int32 maxDepth)
at EyeCatch.Umbraco.FeedGenerator.FeedModel..ctor(PartialViewMacroModel model) in C:\Projects\EyeCatch.Umbraco.RSSFeedGenerator\src\EyeCatch.Umbraco.FeedGenerator\FeedModel.cs:line 37
at ASP.PageAppPluginsFeedGeneratorViewsMacroPartialsRssFeedcshtml.Execute() in c:\Kendox\Websites\www.kendox.com\AppPlugins\FeedGenerator\Views\MacroPartials\RssFeed.cshtml:line 4
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext, TextWriter writer)
at Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase controller, ViewResultBase viewResult)
at Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro, IPublishedContent content)
at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
It seems that Eyecatch excepts and older version of HtmlAgilityPack.dll, but Umbraco Core updated the library. Can you provide an update for the current Umbraco version, please?
Eyecatch 2.4.0 + Umbraco 7.3.1
Hi,
the RSS feed generator isn't working on Umbraco 7.3.1, I get the following error:
2015-11-12 09:57:51,724 [P110392/D2/T8] WARN umbraco.macro - Error loading partial view macro (View: ~/AppPlugins/FeedGenerator/Views/MacroPartials/RssFeed.cshtml). Exception: System.IO.FileLoadException: Could not load file or assembly 'HtmlAgilityPack, Version=1.4.6.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) File name: 'HtmlAgilityPack, Version=1.4.6.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' at EyeCatch.Umbraco.FeedGenerator.FeedModel.Initialize(IPublishedContent content, String source, String baseUrl, String[] documentTypeAliases, String keywordProperty, String summaryTextProperty, String fullTextProperty, Int32 maxDepth) at EyeCatch.Umbraco.FeedGenerator.FeedModel..ctor(PartialViewMacroModel model) in C:\Projects\EyeCatch.Umbraco.RSSFeedGenerator\src\EyeCatch.Umbraco.FeedGenerator\FeedModel.cs:line 37 at ASP.PageAppPluginsFeedGeneratorViewsMacroPartialsRssFeedcshtml.Execute() in c:\Kendox\Websites\www.kendox.com\AppPlugins\FeedGenerator\Views\MacroPartials\RssFeed.cshtml:line 4 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) at Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext, TextWriter writer) at Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase controller, ViewResultBase viewResult) at Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro, IPublishedContent content) at umbraco.macro.LoadPartialViewMacro(MacroModel macro) at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
It seems that Eyecatch excepts and older version of HtmlAgilityPack.dll, but Umbraco Core updated the library. Can you provide an update for the current Umbraco version, please?
Best Regards Andreas
No plans to update the package any further?
is working on a reply...