This question is locked. New answers and comments are not allowed.
folks
We have just updated one of our development computers to .net 4.5 VS 2012 MVC 4
We have a Solution that was developed in .net 4.0 VS 2010 MVC3 with Telerik MVC extensions
We have updated this solution to .net 4.5 VS 2012 MVC 4
When we run it we get this error:
"Value cannot be null .Parameter name: item" of the type ArgumentNullException
it occurs in the _Layout.cshtml file on this line of code:
@(Html.Telerik().ScriptRegistrar().DefaultGroup(group => group.Add("telerik.all.min.js").Compress(true)))
This same code works in .net 4.0 VS 2010 MVC3
What could the issue be??
regards
GregJF
We have just updated one of our development computers to .net 4.5 VS 2012 MVC 4
We have a Solution that was developed in .net 4.0 VS 2010 MVC3 with Telerik MVC extensions
We have updated this solution to .net 4.5 VS 2012 MVC 4
When we run it we get this error:
"Value cannot be null .Parameter name: item" of the type ArgumentNullException
it occurs in the _Layout.cshtml file on this line of code:
@(Html.Telerik().ScriptRegistrar().DefaultGroup(group => group.Add("telerik.all.min.js").Compress(true)))
This same code works in .net 4.0 VS 2010 MVC3
What could the issue be??
regards
GregJF