Intellisense not working in one file within my project

  • Thread starter Thread starter Etienne-Louis Nicolet
  • Start date Start date
E

Etienne-Louis Nicolet

In one file within a project, Intellisense is not working. Furthermore, XML
documentations are displayed as "..." only (instead of showing the summary)
when collapsed. The other files seem to be ok.

Is the file corrupt? How can I resolve this problem?

Thanks for any suggestions,
Etienne-Louis Nicolet
 
Hi there.

When my intellisense stopped working one time last year, one suggestion that
I tried was to close Visual Studio, go to the BIN folder of the project I
was working on and delete it. Potentially it was something to do with the
PDB files that was causing an issue.

This may or may not be the case with you, but give it a go.

Cheers.
Jas.
 
Hi Jason,

After cleaning up the solution and subsequently rebuilding it, I solved the
problem. I guess, the result is more or less the same as with your
approach...

Many thanks for your support,
Etienne
 
Back
Top