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
40
I got Infragistics not found error
posted

 

I am sure Infragistics.Web.Mvc was added to reference but I still get error while running

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0246: The type or namespace name 'Infragistics' could not be found (are you missing a using directive or an assembly reference?)

Source Error:

Line 1:  @using Infragistics.Web.Mvc;
Line 2:  @{
Line 3:      ViewBag.Title = "Home Page";