[2150] Inaccurate Ambigious invocation MVC3
The following code block produces a red error in R#
<% #if !DEBUG %>
<script src="<%:Links.Scripts.ga_js %>" type="text/javascript"></script>
<% #endif %>
The error claims it's an ambigious invocation: void Write( ... ) mehtods in the TextWriter class.
Solution is currently set to debug incase that matters.
Please sign in to leave a comment.
What type of Links.Scripts.ga_js - string?