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";
Thank you , this helped me resolve my Issue.
Seeing as how you will be installing a NetAdvantage for ASP (or jQuery), you will need to have an IIS server up and running on your computer.
Luckily, you have Win 7 so you will have the easiest time doing this - here are the instructions:http://learn.iis.net/page.aspx/28/installing-iis-on-windows-vista-and-windows-7/
If you are installing NetAdvantage for ASP.NET you will need to take a closer look at this sceenshot from the instructions: http://learn.iis.net/Content_Cache/707/image007.jpg
Taking into account the message from our installer, you will need to enable the "IIS6 Management Compatibility" sub-feature.
Godspeed, mate!
Each time i face a problem and i'm attaching the screen shot
Well, I'll start from the very top:1. You need to have MVC3 installed - if you don't have already, you can get it from http://www.asp.net/mvc/mvc32. Then you need to install our jQuery-based package from http://es.infragistics.com/dotnet/netadvantage/jquery-controls.aspx#Downloads (you will need to use the [NetAdvantage 2011 Vol. 2 Platform Installer])
3. Then you should be all set to use Taz's sample solution
(If you need some more details before that, you can refer to one of Taz's earlier blog posts)Give it a try and let us know if you encounter any problems.
oops!! something i 've been missing (i.e not installed yet) on my machine without which i am trying to build the MVC3EntityFramework solution downloaded from my link. Would you please show me the appropriate way that includes all the required installations regarding to build MVC3EntityFramework?