Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Im working on mvc3, in cshtml file, when i'm trying to use control like

@Html.CheckBoxFor(m => m.name) 


or mentioning namespace in cshtml file at top like

@model Hertz.Connect.Business.models.MySettingsModel
@using Hertz.Connect.Web
@using Hertz.Connect.Business
@using Hertz.Connect.Web.helpers
@using Eileo.XmlRpc.Entities


..... i'm not getting intellisense for that @html.controls or namespace or when tried to access models properties like (m = m.name) intelli-sense not working , not getting which component is missed while installing..

please say which need to be installed to get that intelli-sense in cshtml file
Posted
Updated 3-Feb-12 17:24pm
v2
Comments
zyck 4-Feb-12 11:01am    
what kind of Operating System you have? try to unstall then re-install

Honestly, I've had VS 2010 crash when I hand edit HTML. I don't think there's anything you can do, if you're service packed up, the IDE just sucks....
 
Share this answer
 
Comments
zyck 5-Feb-12 21:51pm    
dont make a solution if you are just posting a comment, if you what to comment just click "Have a Question or Comment"
Christian Graus 5-Feb-12 21:53pm    
There is no solution - the IDE sucks. But, thanks for the lesson on how to use the site.
m19anand 6-Feb-12 9:02am    
thanks for sharing ur views and ideas, after installing vs 2010 sp1 intelli-sense working and editing html is also quick,.... sp1 is the culprit... :-)
thanks for sharing ur views and ideas, after installing vs 2010 sp1 intelli-sense working and editing html is also quick,.... sp1 is the culprit... :-)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900