EyeCatch Feed Generator v 2.3.0 in Umbraco 7.1.5 Error Loading Partial View
Hi there,
I wonder if you can help? I have installed the latest version of EyeCatch Feed Generator v 2.3.0 in Umbraco version 7.1.5 but when I add the "/atom" to my URL, which I would like to be converted to RSS, I get this error message:
Error loading Partial View script (file: ~/App_Plugins/FeedGenerator/Views/MacroPartials/AtomFeed.cshtml)
Did anyone else experience this issue? Could you please advise what the cause could be?
Thanks Ove for your response. Yes, that .dll is in the Bin directory. The .pdb file is there too. Do you have any other ideas what could be the cause of this issue?
Oops, my bad. I included the wrong dll file in the zip.
Please try to download it again, the EyeCatchFeedGenerator_2.3.0.zip file should now contain the correct dll.
EyeCatch Feed Generator v 2.3.0 in Umbraco 7.1.5 Error Loading Partial View
Hi there,
I wonder if you can help? I have installed the latest version of EyeCatch Feed Generator v 2.3.0 in Umbraco version 7.1.5 but when I add the "/atom" to my URL, which I would like to be converted to RSS, I get this error message: Error loading Partial View script (file: ~/App_Plugins/FeedGenerator/Views/MacroPartials/AtomFeed.cshtml)
Did anyone else experience this issue? Could you please advise what the cause could be?
Thank you!
Could you verify that the
EyeCatch.Umbraco.FeedGenerator.dll
is located in your/bin
folder?Thanks Ove for your response. Yes, that .dll is in the Bin directory. The .pdb file is there too. Do you have any other ideas what could be the cause of this issue?
Can you see if there are any error messages turning up in the
~/App_Data/Logs/UmbracoTraceLog.txt
file when you try to load the page with the macro?Yes, here we go:
2015-08-03 12:43:20,029 [67] WARN umbraco.macro - [Thread 70] Error loading Partial View (file: ~/AppPlugins/FeedGenerator/Views/MacroPartials/AtomFeed.cshtml). Exception: System.MissingMethodException: Method not found: 'System.Globalization.CultureInfo Umbraco.Web.PublishedContentExtensions.GetCulture(Umbraco.Core.Models.IPublishedContent, System.Uri)'. at EyeCatch.Umbraco.FeedGenerator.FeedModel.getLanguage() at ASP.PageAppPluginsFeedGeneratorViewsMacroPartialsAtomFeedcshtml.Execute() in c:\sitedirectory\App_Plugins\FeedGenerator\Views\MacroPartials\AtomFeed.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)
Thanks.
Ah. It seems a core method in Umbraco I am using is not available in 7.0 and 7.1, only in 7.2 and upwards.
Will release a new version tomorrow with a fix.
Brilliant, thank you so much!
Can you try the new 2.3.0 file? It should work now.
Thanks Ove. I installed this version just now but unfortunately I'm still getting the same error:
2015-08-04 22:25:44,398 [31] WARN umbraco.macro - [Thread 5] Error loading Partial View (file: ~/AppPlugins/FeedGenerator/Views/MacroPartials/AtomFeed.cshtml). Exception: System.MissingMethodException: Method not found: 'System.Globalization.CultureInfo Umbraco.Web.PublishedContentExtensions.GetCulture(Umbraco.Core.Models.IPublishedContent, System.Uri)'. at EyeCatch.Umbraco.FeedGenerator.FeedModel.getLanguage() at ASP.PageAppPluginsFeedGeneratorViewsMacroPartialsAtomFeedcshtml.Execute() in c:\sitedirectory\App_Plugins\FeedGenerator\Views\MacroPartials\AtomFeed.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)
Do you have any ideas why?
Oops, my bad. I included the wrong dll file in the zip. Please try to download it again, the EyeCatchFeedGenerator_2.3.0.zip file should now contain the correct dll.
Thanks a lot! This worked now :)
is working on a reply...