This is a migrated thread and some comments may be shown as answers.

'Kendo.Mvc.UI.Fluent.EditorToolFactory' does not contain a definition for 'InsertFile' and no extension method 'InsertFile' accepting a first argument

2 Answers 541 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Chad
Top achievements
Rank 1
Chad asked on 12 Aug 2014, 07:01 PM
I'm trying to implement the Kendo editor.  It was working great until I tried to add in the file upload feature.  I've stripped out all the kendo files and re added to make sure I had the latest version including the dll.  This is my _Layout header...


<head>
<meta charset="utf-8" />
    <title>@ViewBag.Title</title>
<link id="size-stylesheet" rel="stylesheet" type="text/css" href="~/Content/HighRes.css" />
    <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
        @Styles.Render("~/Content/kendo/css")
        @Scripts.Render("~/bundles/modernizr")
        @Scripts.Render("~/bundles/jquery")
        @Scripts.Render("~/bundles/kendo")
</head>

I feel like this is just a boneheaded error.  Any idea what i'm doing wrong....?

2 Answers, 1 is accepted

Sort by
0
Chad
Top achievements
Rank 1
answered on 12 Aug 2014, 07:08 PM
ASP.NET MVC 4
Kendo UI v2014.2.716
Windows 7
Google Chrome
jQuery 2.1.1
0
Daniel
Telerik team
answered on 14 Aug 2014, 02:57 PM
Hello Chad,

The only reason for the exception that I can think of is that the Kendo.Mvc assembly referenced in the project is not from the latest version. If this is not the case then please check the attached project and let me know if the exception is thrown on your side or if I am missing something.

Regards,
Daniel
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
Chad
Top achievements
Rank 1
Answers by
Chad
Top achievements
Rank 1
Daniel
Telerik team
Share this question
or