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

Kendo.Mvc.Export missing assembly reference?

1 Answer 1865 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Chad
Top achievements
Rank 2
Chad asked on 23 Apr 2020, 08:46 PM

Currently trying to use either of these examples

https://demos.telerik.com/aspnet-mvc/editor/all-tools or https://demos.telerik.com/aspnet-mvc/editor/import-export

in a project created using the Telerik UI new project setup. When I try to build I get an error 
CS0234 The type or namespace name 'Export' does not exist in the namespace 'Kendo.Mvc' (are you missing an assembly reference?)

Referencing -> using Kendo.Mvc.Export;

I have looked for Kendo.Mvc.Export and am not able to find it.

 

Is the example outdated? What am I missing?

1 Answer, 1 is accepted

Sort by
1
Misho
Telerik team
answered on 27 Apr 2020, 10:23 AM

Hello Chad,

The sample template projects that comes with Visual Studio extensions enables you to fast kick-off with a few basic configuration of Kendo MVC widgets. The y, however, doesn't include all the assemblies that might be necessary for the wide range of scenarios covered in our online demos application such as the editor document processing inport/export.

For that functionality to work, it is necessary to add additional assemblies to the references in your project. For more information you could check the Requirements section of Editor Import/Export article:

https://docs.telerik.com/aspnet-mvc/html-helpers/editors/editor/import-export#requirements

All the necessary assemblies should be available also locally when you have the Telerik UI for ASP.NET MVC product installed, under:

C:\Program Files (x86)\Progress\Telerik UI for ASP.NET MVC Rx yyyy

There you could also find the whole examples project together with dlls under wrappers\aspnetmvc\Examples

I hope you will find this information helpful.

Best Regards,
Misho
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Editor
Asked by
Chad
Top achievements
Rank 2
Answers by
Misho
Telerik team
Share this question
or