Quantcast
Channel: Visual Studio and Visual Web Developer Express
Viewing all articles
Browse latest Browse all 3509

intellisense not working

$
0
0

Hi,

i was creating a web application in asp.net mvc 3. Now i migrated in visual studio 2013 by selecting the target framework mvc 3 compatible.

Aplication is executing successfully but i lost the intellisense and IDE shows the errors.

when i build the application, it build successfully but when i open a web page , it show the following error in error window. Guide please. thanks

Error	7	The name 'model' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	1	2	Org.Softech.Inventory
Error	8	The name 'ViewBag' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	3	5	Org.Softech.Inventory
Error	9	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	8	22	Org.Softech.Inventory
Error	10	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	10	30	Org.Softech.Inventory
Error	11	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	11	21	Org.Softech.Inventory
Error	12	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	12	23	Org.Softech.Inventory
Error	13	The name 'ViewBag' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	14	15	Org.Softech.Inventory
Error	14	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	62	26	Org.Softech.Inventory
Error	15	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	87	43	Org.Softech.Inventory
Error	16	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	105	20	Org.Softech.Inventory
Error	17	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	119	22	Org.Softech.Inventory
Error	18	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	133	20	Org.Softech.Inventory
Error	19	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	215	24	Org.Softech.Inventory
Error	20	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	245	24	Org.Softech.Inventory
Error	21	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	299	36	Org.Softech.Inventory
Error	22	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	311	85	Org.Softech.Inventory
Error	23	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	329	103	Org.Softech.Inventory
Error	24	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	352	20	Org.Softech.Inventory
Error	25	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	374	65	Org.Softech.Inventory
Error	26	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	392	15	Org.Softech.Inventory
Error	27	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'BeginForm' and no extension method 'BeginForm' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	396	14	Org.Softech.Inventory
Error	28	The name 'FormMethod' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	396	36	Org.Softech.Inventory
Error	29	The name 'Url' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	403	27	Org.Softech.Inventory
Error	30	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'RenderPartial' and no extension method 'RenderPartial' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	410	25	Org.Softech.Inventory
Error	31	The name 'ViewBag' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	414	44	Org.Softech.Inventory
Error	32	The name 'ViewBag' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	415	22	Org.Softech.Inventory
Error	33	The name 'ViewBag' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	417	22	Org.Softech.Inventory
Error	34	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'HiddenFor' and no extension method 'HiddenFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	421	20	Org.Softech.Inventory
Error	35	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'HiddenFor' and no extension method 'HiddenFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	422	20	Org.Softech.Inventory
Error	36	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'HiddenFor' and no extension method 'HiddenFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	423	21	Org.Softech.Inventory
Error	37	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'HiddenFor' and no extension method 'HiddenFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	426	31	Org.Softech.Inventory
Error	38	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'LabelFor' and no extension method 'LabelFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	427	52	Org.Softech.Inventory
Error	39	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'TextBoxFor' and no extension method 'TextBoxFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	429	47	Org.Softech.Inventory
Error	40	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'LabelFor' and no extension method 'LabelFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	434	52	Org.Softech.Inventory
Error	41	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'DropDownListFor' and no extension method 'DropDownListFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	436	47	Org.Softech.Inventory
Error	42	The type or namespace name 'SelectList' could not be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	436	95	Org.Softech.Inventory
Error	43	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'LabelFor' and no extension method 'LabelFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	443	48	Org.Softech.Inventory
Error	44	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'DropDownListFor' and no extension method 'DropDownListFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	445	54	Org.Softech.Inventory
Error	45	The type or namespace name 'SelectList' could not be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	445	99	Org.Softech.Inventory
Error	46	The name 'ViewData' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	445	142	Org.Softech.Inventory
Error	47	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'LabelFor' and no extension method 'LabelFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	449	52	Org.Softech.Inventory
Error	48	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'TextBoxFor' and no extension method 'TextBoxFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	451	33	Org.Softech.Inventory
Error	49	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'LabelFor' and no extension method 'LabelFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	487	54	Org.Softech.Inventory
Error	50	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'TextBoxFor' and no extension method 'TextBoxFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	489	36	Org.Softech.Inventory
Error	51	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'TextBoxFor' and no extension method 'TextBoxFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	490	35	Org.Softech.Inventory
Error	52	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'LabelFor' and no extension method 'LabelFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	494	53	Org.Softech.Inventory
Error	53	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'EditorFor' and no extension method 'EditorFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	496	47	Org.Softech.Inventory
Error	54	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'LabelFor' and no extension method 'LabelFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	501	48	Org.Softech.Inventory
Error	55	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'TextAreaFor' and no extension method 'TextAreaFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	503	47	Org.Softech.Inventory
Error	56	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'LabelFor' and no extension method 'LabelFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	509	51	Org.Softech.Inventory
Error	57	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'TextBoxFor' and no extension method 'TextBoxFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	510	53	Org.Softech.Inventory
Error	58	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'LabelFor' and no extension method 'LabelFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	512	51	Org.Softech.Inventory
Error	59	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'TextBoxFor' and no extension method 'TextBoxFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	513	54	Org.Softech.Inventory
Error	60	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'LabelFor' and no extension method 'LabelFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	521	49	Org.Softech.Inventory
Error	61	'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'CheckBoxFor' and no extension method 'CheckBoxFor' accepting a first argument of type 'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	523	66	Org.Softech.Inventory
Error	62	The name 'TempData' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	533	53	Org.Softech.Inventory
Error	63	The name 'ViewData' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	540	26	Org.Softech.Inventory
Error	64	The name 'ViewData' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	540	57	Org.Softech.Inventory
Error	65	The name 'ViewData' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	548	125	Org.Softech.Inventory
Error	66	The name 'ViewData' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	553	27	Org.Softech.Inventory
Error	67	The name 'ViewData' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	553	59	Org.Softech.Inventory
Error	68	The name 'ViewData' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	561	126	Org.Softech.Inventory
Error	69	The name 'ViewBag' does not exist in the current context	e:\inventory 20Feb2014\January2015\26Jan2015\Org.Softech.Inventory\Views\MaterialInspaction\InspectionAddEdit.cshtml	573	32	Org.Softech.Inventory

 


Viewing all articles
Browse latest Browse all 3509

Trending Articles