Lost InetlliSense

  • Thread starter Thread starter MS News \(MS ILM\)
  • Start date Start date
M

MS News \(MS ILM\)

How do I get back IntelliSense
Lost IntelliSense in all Languages etc..


already went to Tools-Options-Text Editor-All Languages-General and made
sure that
AutoListMembers is checked, tried Ctrl-space, CtrlPeriod no luck

Restarted computer and VS.Net etc..

where else to look


Thanks
 
MS News (MS ILM) said:
How do I get back IntelliSense
Lost IntelliSense in all Languages etc..
already went to Tools-Options-Text Editor-All Languages-General and made
sure that
AutoListMembers is checked, tried Ctrl-space, CtrlPeriod no luck
Restarted computer and VS.Net etc..
where else to look

Where are you trying to use IntelliSense?
And which version of Visual Studio .NET are you using?

When you work with inline code in an .aspx page, IntelliSense is not
available for server-side code.
http://support.microsoft.com/default.aspx?scid=kb;en-us;306151

PRB: Methods or Properties Are Not Listed in AutoListMembers (IntelliSense)
http://support.microsoft.com/default.aspx?scid=kb;en-us;305404

QFEKB FIX: IntelliSense May Not List Members with Complex Signatures
http://support.microsoft.com/default.aspx?scid=kb;en-us;816065

PRB: IntelliSense Features Do Not Appear in Visual Basic 6.0
for .NET COM Interop Components
http://support.microsoft.com/default.aspx?scid=kb;en-us;813809

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com
 
I have
VS.NET 2003-EA Windows 2000-AS all upto date
I am using IntelliSense in CodeBehind where I always used it.
It was working for me this morning. but not now.
I don't believe in inline code. don't use it at all

a simple 'System.' //<< without quotes << will not
show anything

checked all individual languages setup etc.. No luck

but now is gone??????????????
 
MS News (MS ILM) said:
I have
VS.NET 2003-EA Windows 2000-AS all upto date
I am using IntelliSense in CodeBehind where I always used it.
It was working for me this morning. but not now.
I don't believe in inline code. don't use it at all
a simple 'System.' //<< without quotes << will not
show anything
checked all individual languages setup etc.. No luck
but now is gone??????????????

Do you still have project references to these libraries?

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com
 
Yes for sure
I even opened other projects to see if one project only is effected and no
dice.
 
checked link followed instructions, I have done this before
double checked and,

No luck
 
MS News (MS ILM) said:
checked link followed instructions, I have done this before
double checked and, No luck


I was hoping the "delete the .NCB file" trick would work for you.
Did you try closing the solution file first?
- Close the solution.
- Delete the .ncb file.
- Reopen the solution.
Note reopening the solution creates a new .ncb file.

If that doesn't work for you, then you could try re-installing Visual Studio .NET 2003.
Or call MS support...

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com
 
Actually what fixed my problem is when I closed all documents in a solution
then re-opened
Intellisense came back. Now I did not do anything else at all.
this must be a glitch in .NET but not a handicap
Thank you
 
MS News (MS ILM) said:
Actually what fixed my problem is when I closed all documents in a solution
then re-opened Intellisense came back. Now I did not do anything else at all.
this must be a glitch in .NET but not a handicap

Interesting... Thanks for the follow-up!

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com
 
Back
Top