Intellisense

  • Thread starter Thread starter rbutch
  • Start date Start date
R

rbutch

hey guys quick question. all of a sudden my intellisense feature in Visual Studio seemed to stop functioning.
could there have possibly been something i inadvertantly Clicked to Stop this?

i mean i can type Dim foo as st....................and usually the list comes up with the choices.
but, nothing

thanks for any help.
rik

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
just an fyi update. intellisense works fine in other projects, so its something my fumble-fingers did. i can always just create another project, but, thanks for any help provided.
rik

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
I think I Figured it out. my Project lost a reference to an Assembly.

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
Hello there,

Yes you are right check references of project or using or import
statements in your files.

regards,
bhawin13
Happy coding
 
Back
Top