We're using the SmartBlog functionality and all was working fine until Saturday morning. We're receiving the following error and can't pin why;
Exception Details: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: The call is ambiguous between the following methods or properties: 'Umbraco.Web.UmbracoHelper.Media(params int[])' and 'Umbraco.Web.UmbracoHelper.Media(params string[])'
Source Error:
Line 21: <![endif]-->
Line 22: <head>
Line 23: <title>Collinson Latitude | @CurrentPage.Name</title>
Line 24: <link rel="icon" type="image/ico" href="/Images/favicon.ico"/>
Line 25: <!-- Meta Data -->
Removing line 23 displays another error. As I'm not fully versed in C# I'd really appreciate some help with this!
Nothing has changed, that I've been made aware of. Although our regular Backend office guy is off sick today so he may have changed something, I can't be 100% sure..
The version is: Umbraco version 7.1.4 assembly: 1.0.5261.28127
And there is a reported issue on this too, the issue can be found here http://issues.umbraco.org/issue/U4-3633. I know that it is not for the smart blog, but maybe you could do similar to solve this.
Ok - I just moved your post into the forum of the package and hopefully the creator of the package or some other bright minds in here have a clue about why the error is happening. Unfortunately I'm lost at the moment.
I had previously come across the resolution you linked to, however, this doesn't appear to solve the issue. It seems to me that the issue lies within the belly of the C# coding as removing line 23 (which was stated as the problem, and is currently being used on all main page Templates) only serves to then bring up a different error...
Jan: Thanks for moving this to the relevant section, apologies for not submitting to the correct place, initially.
Here's hoping that someone may be able to assist...
The call is ambiguous
Hi,
We're using the SmartBlog functionality and all was working fine until Saturday morning. We're receiving the following error and can't pin why;
Exception Details: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: The call is ambiguous between the following methods or properties: 'Umbraco.Web.UmbracoHelper.Media(params int[])' and 'Umbraco.Web.UmbracoHelper.Media(params string[])'
Source Error:
Removing line 23 displays another error. As I'm not fully versed in C# I'd really appreciate some help with this!
Kind regards,
Scott
Hi Scott
Has any of the content changed saturday morning? Has there been other kind of changes in regards to code or server setup that you know about?
What version of Umbraco are you using?
Looking forward to hearing from you.
/Jan
Hi Jan,
Nothing has changed, that I've been made aware of. Although our regular Backend office guy is off sick today so he may have changed something, I can't be 100% sure..
The version is: Umbraco version 7.1.4 assembly: 1.0.5261.28127
Cheers,
Scott
Hi Scott.
Perhaps this could be a help http://our.umbraco.org/forum/templating/templates-and-document-types/46223-How-to-solve-the-call-is-ambiguous-issue-in-Belle-RC-Version
And there is a reported issue on this too, the issue can be found here http://issues.umbraco.org/issue/U4-3633. I know that it is not for the smart blog, but maybe you could do similar to solve this.
Hope this helps, at some point.
/Dennis
Hi Scott
Ok - I just moved your post into the forum of the package and hopefully the creator of the package or some other bright minds in here have a clue about why the error is happening. Unfortunately I'm lost at the moment.
/Jan
Hi Dennis,
I had previously come across the resolution you linked to, however, this doesn't appear to solve the issue. It seems to me that the issue lies within the belly of the C# coding as removing line 23 (which was stated as the problem, and is currently being used on all main page Templates) only serves to then bring up a different error...
Jan: Thanks for moving this to the relevant section, apologies for not submitting to the correct place, initially.
Here's hoping that someone may be able to assist...
Kind regards,
Scott
is working on a reply...