Hi Anthony. I can also confirm this error. Running locally. I am running umbraco v 4.7.0 (Assembly version: 1.0.4090.21631). I am using the 4.7.1 version of the umbraco macroEngines DLL, not sure if this may cause the issue? FYI I have the following DLLs in my bin:
It does seem it is to do with the new umbraco.MacroEngines.dll, I rolled back to the old version and there are no errors. Pity as a lot of my razor now depends on the new DLL. Is your beta version compatible with the new DLL do you know Anthony? I have had a look at my references and I cannot see any problem.. let me know if you can replicate this issue.
FYI I am using the dll from the Umbraco 4.7.1.425 nightly.
I was under the assumption that it was already medium trust. There is nothing crazy going on. I have no idea on what will be involved in making it medium trust.
The source is available.
I hope this image is readable... Michael, these are the files that i have in my bin:
Error Viewing
Get the following error display on page
Error loading Razor Script uBlogsyShowPost.cshtml
Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
When viewing http://www.uberhosting.co.uk/blog/2011/july/testing-again-kc.aspx
Im on shared hosting wondering whether its permissions based?
Does this happen locally?
What version are you running?
It may be a missing dll?
Umbraco 4.7 and is installed on shared host with dailyrazor on plesk
Which version of the blog are you running? 1.32 or 1.4?
Have you tried it locally?
Kevin
Did you ever resolve this? If so, what was the fix, as I'm having similar issues.
Thanks
Allan
No not had a chance to look at it yet.
1.32
I am having the same issue. Installed uBlogsy 1.35 on the 4.7.1 RC Umbraco. I had to go from 4.7 to the RC as need to run medium trust for my host.
Is there a 1.4 of uBlogsy I can try? I got this version working without issue on a different website where I have full trust levels on the server.
This error is normally because you're missing a dll in your bin.
Does this work locally?
Which dll and I shall try adding it?
I have just noticed you don't support medium trust though, so that is likely the issue. Any plans to introduce support for medium trust hosting?
Hi Anthony. I can also confirm this error. Running locally. I am running umbraco v 4.7.0 (Assembly version: 1.0.4090.21631). I am using the 4.7.1 version of the umbraco macroEngines DLL, not sure if this may cause the issue? FYI I have the following DLLs in my bin:
Error: Error loading Razor Script uBlogsyShowPost.cshtml
Method not found: 'System.Collections.Generic.List`1 umbraco.MacroEngines.DynamicNodeList.get_Items()'.
If I step through the code the missing method exception is thrown on line 48: DynamicNode prev = NodeHelper.GetNextPost(d);
Happy to help with this issue, as I could really do with this aweome blog in my project :-)
It does seem it is to do with the new umbraco.MacroEngines.dll, I rolled back to the old version and there are no errors. Pity as a lot of my razor now depends on the new DLL. Is your beta version compatible with the new DLL do you know Anthony? I have had a look at my references and I cannot see any problem.. let me know if you can replicate this issue.
FYI I am using the dll from the Umbraco 4.7.1.425 nightly.
I was under the assumption that it was already medium trust. There is nothing crazy going on. I have no idea on what will be involved in making it medium trust.
The source is available.
I hope this image is readable... Michael, these are the files that i have in my bin:
is working on a reply...