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
60
vs2012 mvc 4 @using infragistics.Web.Mvc not working..
posted

I'm working on my first mvc 4 app using uignite 2013.1 in vs2012. For some reason when I try to use "@using infragistics.web.mvc" in a chtml page it does not recognize the names space. If i go to my model or controller the name space if fine when I do a "using".  I thought it was  the machine I was working on but I setup a new machine have the same issue.  Anyone have any ideas?

Parents
No Data
Reply
  • 3115
    Suggested Answer
    Offline posted

    Hi obis01,

    Have you added your Infragistics.Web.Mvc.dll as a reference to your project? If yes try setting CopyLocal property to TRUE, right-click on the Infragistics.Web.Mvc under the references in your solution -> properties -> CopyLocal -> true.

    That will copy your dll into your bin folder.

     

    Hope that helps,

    Thanks,

    Todor Paskalev

Children