We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Can't get Tools to work in existing MVC project

I have an existing MVC project, so it wasn't created from scratch using the SyncFusion MVC template.
Now according to the documentation at http://help.syncfusion.com/asp.net%20mvc/tools, I am told I need the following DLL's referenced in my project...

Syncfusion.Core.dll
Syncfusion.Linq.Base.dll
Syncfusion.Theme.Base.dll
Syncfusion.Shared.Mvc.dll
Syncfusion.Tools.Mvc.dll
AjaxMin.dll

I have all those DLL's referenced, yet when I try to link the reference to one of the controls in Visual Studio, I am told the 'Failed to import method'. I have attached a screenshot.

What can I do to fix this?

Thanks



problem_223e0d3d.rar

2 Replies

GQ Greg Quinn March 12, 2013 11:28 AM UTC

RESOLVED : I needed to add those assembly references in the web.config too..

<assemblies>
        <add assembly="Syncfusion.Core, Version=11.104.0.21, Culture=neutral, PublicKeyToken=632609B4D040F6B4" />
        <add assembly="AjaxMin, Version=4.57.4561.28951, Culture=neutral, PublicKeyToken=21ef50ce11b5d80f" />
        <add assembly="Syncfusion.Shared.Mvc, Version=11.144.0.21, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
        <add assembly="Syncfusion.Linq.Base, Version=11.104.0.21, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
        <add assembly="Syncfusion.Theme.Base, Version=11.104.0.21, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
        <add assembly="Syncfusion.Tools.Mvc, Version=11.144.0.21, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
      </assemblies>


VR Varalakshmi R.S Syncfusion Team March 13, 2013 07:06 AM UTC

Hi Greg,

 

Thanks for your interest in Syncfusion products.

 

We are very glad that your issue is resolved. Kindly get back to us if you would require further assistance on this.

 

Regards,

Varalakshmi

Loader.
Live Chat Icon For mobile
Up arrow icon