I am just experimenting with DNN8.0 CTP 5 and trying to convert an ASP.NET MVC application over to DNN MVC Modules. The MVC application uses Telerik UI ASP.NET MVC which are server side wrappers for Kendo.UI. However i am getting the following error. Can any one help??
Error: ICMS -Agreements Register - Subjects is currently unavailable.DotNetNuke.Services.Exceptions.ModuleLoadException: c:\inetpub\DNN_CTP\DesktopModules\MVC\ICMS\AgreementsRegister\Views\Subject\Index.cshtml(5): error CS1928: 'DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper<System.Collections.Generic.IEnumerable<ICMS.Modules.AgreementsRegister.Models.ICMS.SubjectModel>>' does not contain a definition for 'Kendo' and the best extension method overload 'Kendo.Mvc.UI.HtmlHelperExtension.Kendo(System.Web.Mvc.HtmlHelper)' has some invalid arguments ---> System.Web.HttpCompileException: c:\inetpub\DNN_CTP\DesktopModules\MVC\ICMS\AgreementsRegister\Views\Subject\Index.cshtml(5): error CS1928: 'DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper<System.Collections.Generic.IEnumerable<ICMS.Modules.AgreementsRegister.Models.ICMS.SubjectModel>>' does not contain a definition for 'Kendo' and the best extension method overload 'Kendo.Mvc.UI.HtmlHelperExtension.Kendo(System.Web.Mvc.HtmlHelper)' has some invalid arguments at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) at System.Web.Compilation.BuildManager.GetCompiledType(VirtualPath virtualPath) at System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) at DotNetNuke.Web.Mvc.Framework.ActionResults.DnnViewResult.ExecuteResult(ControllerContext context, TextWriter writer) at DotNetNuke.Web.Mvc.MvcHostControl.RenderModule(ModuleRequestResult moduleResult) at DotNetNuke.Web.Mvc.MvcHostControl.OnLoad(EventArgs e) --- End of inner exception stack trace ---