Thanks for Your answer !
Some more specific details:
1. I'm using Visual Studio.Net 2003 (the same problem also occured in the
2002 version). I have only seen this behaviour in one specific solution.
It's a C# solution with a lot of Windows Form projects and class libraries.
2. McAfee VirusScan v4.5.1 SP1 is active. It's configured for scanning
inbound files.
3. The problem occurs when using classes that all have the following in
common: the class is derived from a dataset and it also implements an
interface (consisting only of two methods). All these classes are defined in
one project (class library). Sometimes the problem will go away when I
rebuild this project.
The problem shows up in two different ways: one is that when I type the "."
after the objectname there is no response from intellisense, not even if I
press Ctrl-spacebar. The other is that intellisense will respond but it only
shows a subset of all properties and methods.
I hope this will give more clues to the "solving the intellisense-problem"
regards
--Stefan Kronberg
"Tian Min Huang" <timhuang@online.microsoft.com> wrote in message
news:CokjK41nDHA.2828@cpmsftngxa06.phx.gbl...[color=blue]
> Hello Stefan,
>
> Thanks for your post. As I understand, the problem you are facing is that
> IntelliSense does not work properly sometimes in Visual Studio .NET.[/color]
Please[color=blue]
> correct me if there is any misunderstanding. Now I'd like to share the
> following information with you:
>
> 1. What's the version of Visual Studio .NET, 2002 or 2003? Does the[/color]
problem[color=blue]
> occurs to a specific project or to all projects? What's the type of
> project, Visual C++, Visual Basic .NET, C#, Windows Froms, Web[/color]
application?[color=blue]
>
> 2. Do you have any anti-virus application installed? If so, I suggest you
> to disable it real-time monitor functionality and close/stop all other
> unnecessary programs and services to check if the problem still exists.
>
> 3. Concerning the problem Intellisense listing only base class methods or
> wrong methods and properties, there is a known issue for a corrupt
> projdata file. Generally speaking, the classview and intellisense data is
> stored in the following directory:
> project directory\obj\debug\*.projdata
>
> Please close VS.Net and delete that file. If the problem persists, make
> sure deleting all *.projdata file in all obj\subdirectories depending on
> what type of compile is used.
>
> 4. In addition, there are two KB articles on IntelliSense that may help:
>
> PRB: Methods or Properties Are Not Listed in AutoListMembers[/color]
(IntelliSense)[color=blue]
>
http://support.microsoft.com/?id=305404
>
> BUG: IntelliSense May Not List Properties That Only Have One Accessor in[/color]
an[color=blue]
> Interface
>
http://support.microsoft.com/?id=814742
>
> Hope this helps.
>
> Regards,
>
> HuangTM
> Microsoft Online Partner Support
> MCSE/MCSD
>
> Get Secure! --
www.microsoft.com/security
> This posting is provided "as is" with no warranties and confers no rights.
>[/color]