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?

Parents
No Data
Reply
  • 7566
    posted

    Hello Barney,

     

    Thank you for posting in our community.

     

    Would it be possible to send me a sample solution. Also did you try this with MVC3 project.

    I would like to review tour sample and investigate this further.

     

    Looking forward to hear from you.

     

    Sincerely,

    Georgi Sashev

    Developer Support Engineer

    Infragistics, Inc.

    http://es.infragistics.com/support

Children