IntelliSense not available for some classes

D

Dominik Gorsler

Hi,

for some of the classes in my project, IntelliSense does not seem to be
available, whereas for others everything works fine.
I believe that for all the classes I have added after a certain date this
information lacks somehow.
I tried to rebuild IntelliSense information by deleting the obj-folder, but
that did not help.

How can I rebuild the IntelliSense "database" for all of my classes?

Regards,
Dominik
 
G

Guest

You only need to delete the .projdata files under the obj hierarchy, however
your solution should have fixed the problem. Are you sure that all the
classes that have the problem are within the same project?
 
D

Dominik Gorsler

Yes, all the problematic classes are in the same project.
Within these classes I get IntelliSens-Info correctly, but in some (not all)
of the other classes, that does not work even though compiliation of
instances and methods calls to these problematic classes is no problem.
 
K

Ken Wilson

Yes, all the problematic classes are in the same project.
Within these classes I get IntelliSens-Info correctly, but in some (not all)
of the other classes, that does not work even though compiliation of
instances and methods calls to these problematic classes is no problem.
Have you done your due diligence putting all the comments in for your
classes, methods, etc. Intellisense, I believe, needs these to work
at its best. My apologies though if I've incorrectly identified the
issue.

Ken Wilson
Seeking viable employment in Victoria, BC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top