Isnt there intellisense in the vs,net for ASP.Net.
I have made a component in vb and i am using it in the ASP.Net but VS.Net is not showing its properties and methods . Why is that so.
Am i missing some thing
Printable View
Isnt there intellisense in the vs,net for ASP.Net.
I have made a component in vb and i am using it in the ASP.Net but VS.Net is not showing its properties and methods . Why is that so.
Am i missing some thing
Of course the Intellisense works for ASP.NET.
Is it working for objects other than your component?
no its also not working for asp.net as well .
when i type responseand when i press dot ,it doest give me the list of all properties and all . even when i press cntril + space it also not compelte the property ,method or any name of variabel.
what thing can be missing
Are you in the code portion, or the HTML view?
An incompletely/incorrectly compiled user control.
Make sure it's been written correctly, built, and referenced properly.
what do you mean by properly compiled ???
I have compiled it with the prescribed options and properly refrenced it .. i am using it properly in my ASP code but its just that control's properties are not coming in code window .
else i am also wondering why other properties of ASP are not coming ..
Are they also not properly compiled or i am missing some options or what ?
I thought you said it was working for ASP.NET. :confused:Quote:
Originally posted by Kirun
else i am also wondering why other properties of ASP are not coming ..
Has your control been registered in the GAC?
how can i make this control registered in GAC ?
No, one of the reasons for the Intellisense crapping out was when certain assembiles got registered into the GAC. Don't know the details.
If that's not it, are your projects compiling successfully?
yes ,sucessfully : infact i am using it in an application and its just working fine .