You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm assuming this could be a problem with MVC4. When outputting a string using
${ViewBag.Message}
I get this exception:
[RuntimeBinderException: The call is ambiguous between the following methods or properties: 'System.IO.TextWriter.Write(string, params object[])' and 'System.IO.TextWriter.Write(char[])']
CallSite.Target(Closure , CallSite , TextWriter , Object ) +181
System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid2(CallSite site, T0 arg0, T1 arg1) +450
The text was updated successfully, but these errors were encountered:
I'm assuming this could be a problem with MVC4. When outputting a string using
${ViewBag.Message}
I get this exception:
[RuntimeBinderException: The call is ambiguous between the following methods or properties: 'System.IO.TextWriter.Write(string, params object[])' and 'System.IO.TextWriter.Write(char[])']
CallSite.Target(Closure , CallSite , TextWriter , Object ) +181
System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid2(CallSite site, T0 arg0, T1 arg1) +450
The text was updated successfully, but these errors were encountered: