Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
680
Help needed to get Charts Working with MVC 4
posted

Hi

I cant seem to get the charts working in particular I can't get the references in the Views.

I've added a reference to the  MVC3 Infragistics.Web.Mvc dll and can happily reference it from inside a controller.

However when I attempt to actually get something in a View using the Html helpers I get a message that I need to add a reference

I've tried putting the below in my view

@using Infragistics.Web.Mvc

And the below in my web.config:

 

 

 

 

 

 

 

 

 

 

 

<

 

 

pages>

<namespaces>

<

 

 

add namespace="Infragistics.Web.Mvc"/>

</

 

 

namespaces>

</

 

 

pages>

No joy I've tried closing/cleaning, reopening the solution and various other combinations to no avail

Any ideas?