Visual Studio 2010 display problems with razor .cshtml script
Using razor for the first time here, and when I generate a macro using the included navigation snippet, Visual Studio complains about the calls to Parameter, @Model, and parent, giving me the message "One or more types required to compile a dynamic expression cannot be found. Are you missing references to Microsoft.Csharp.dll and System.Core.dll?" (screenclip below).
It's Umbraco 4.7.2, and the macro actually works, it's just really hard to hard to read with all the VS errors. Couldn't seem to find another thread with this exact error. I know I'm missing something obvious.
Visual Studio 2010 display problems with razor .cshtml script
Using razor for the first time here, and when I generate a macro using the included navigation snippet, Visual Studio complains about the calls to Parameter, @Model, and parent, giving me the message "One or more types required to compile a dynamic expression cannot be found. Are you missing references to Microsoft.Csharp.dll and System.Core.dll?" (screenclip below).
It's Umbraco 4.7.2, and the macro actually works, it's just really hard to hard to read with all the VS errors. Couldn't seem to find another thread with this exact error. I know I'm missing something obvious.
is working on a reply...