This question is locked. New answers and comments are not allowed.
I have this compilation error, worked well yesterday, but today this error appeared.
The project currently contains references to more than one version of System.Web.Mvc, a direct reference to version 1.0.0.0 and an indirect reference (through 'Telerik.Web.Mvc.GridActionAttribute') to version 2.0.0.0. Change the direct reference to use version 2.0.0.0 (or higher) of System.Web.Mvc.
C:\Saitm\Controllers\ProveedoresController.vb
The exact line referenced by the error is:
<GridAction()> _
Function _Index(ByVal id As Integer) As ActionResult
Thanks for your assistance
Eugenio
The project currently contains references to more than one version of System.Web.Mvc, a direct reference to version 1.0.0.0 and an indirect reference (through 'Telerik.Web.Mvc.GridActionAttribute') to version 2.0.0.0. Change the direct reference to use version 2.0.0.0 (or higher) of System.Web.Mvc.
C:\Saitm\Controllers\ProveedoresController.vb
The exact line referenced by the error is:
<GridAction()> _
Function _Index(ByVal id As Integer) As ActionResult
Thanks for your assistance
Eugenio