I've installed the 2.0 beta of uBlogsy in umbraco 4.7 - when I publish and view the demo blog that comes with the package, I get a load of errors on the front end of the blog:
Error loading Razor Script /uBlogsy/uBlogsyListPosts.cshtml Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Error loading Razor Script /uBlogsy/uBlogsyListAuthors.cshtml Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Error loading Razor Script /uBlogsy/uBlogsyListCategories.cshtml Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Error loading Razor Script /uBlogsy/uBlogsyListTags.cshtml Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Error loading Razor Script /uBlogsy/uBlogsyListPosts.cshtml Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Error loading Razor Script /uBlogsy/uBlogsyListComments.cshtml Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Error loading Razor Script /uBlogsy/uBlogsyListPostArchive.cshtml Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Thought you might ask that! I was trying to remember earlier...
I'm not certain now, but I think it was either due to some changesets which I'd applied (relating to other things) which I unwound, and/or due to the fact that I'd installed and uninstalled uBlogsy several times (different versions) - I think the uninstall had left some files / folders behind, despite saying it had completed successfully - and that cause version conflicts.
2.0 beta bugs
Hi Anthony
I've installed the 2.0 beta of uBlogsy in umbraco 4.7 - when I publish and view the demo blog that comes with the package, I get a load of errors on the front end of the blog:
Error loading Razor Script /uBlogsy/uBlogsyListPosts.cshtml
Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Error loading Razor Script /uBlogsy/uBlogsyListAuthors.cshtml
Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Error loading Razor Script /uBlogsy/uBlogsyListCategories.cshtml
Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Error loading Razor Script /uBlogsy/uBlogsyListTags.cshtml
Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Error loading Razor Script /uBlogsy/uBlogsyListPosts.cshtml
Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Error loading Razor Script /uBlogsy/uBlogsyListComments.cshtml
Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Error loading Razor Script /uBlogsy/uBlogsyListPostArchive.cshtml
Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
Any ideas what might be wrong?
Thanks
Allan
I've uninstalled 2.0 now, and installed 1.35 - however I'm getting similar errors there too...
Are you running on local host?
"Method not found: 'System.Collections.Generic.List" says to me that you're missing some assemblies.
Can you run other umbraco sites in Razor?
I managed to get this working in the end - sorry, I should have updated this thread.
What was the issue?
Thought you might ask that! I was trying to remember earlier...
I'm not certain now, but I think it was either due to some changesets which I'd applied (relating to other things) which I unwound, and/or due to the fact that I'd installed and uninstalled uBlogsy several times (different versions) - I think the uninstall had left some files / folders behind, despite saying it had completed successfully - and that cause version conflicts.
is working on a reply...