This question is locked. New answers and comments are not allowed.
hi,
i'm upgrading my telerik mvc3 project from telerik.web.mvc 2011.1.315.340 to 2011.2.712.340.
i added the new assembly and ran the project.. noticed none of my js scripts or css had been loaded.
i went into 1 of my razor views which had a telerik grid on tbe page and removed:
@using Telerik.Web.Mvc.Extensions
@using Telerik.Web.Mvc.UI
which caused the Html.Telerik to not be recongised which requires me to import the using statements - however, when i use the automatic import method of an unrecongised method i get the following error: "failed to import method".
it appears something is wrong with the dll.
any suggestions?
i'm upgrading my telerik mvc3 project from telerik.web.mvc 2011.1.315.340 to 2011.2.712.340.
i added the new assembly and ran the project.. noticed none of my js scripts or css had been loaded.
i went into 1 of my razor views which had a telerik grid on tbe page and removed:
@using Telerik.Web.Mvc.Extensions
@using Telerik.Web.Mvc.UI
which caused the Html.Telerik to not be recongised which requires me to import the using statements - however, when i use the automatic import method of an unrecongised method i get the following error: "failed to import method".
it appears something is wrong with the dll.
any suggestions?