Intellisense does not show up on typed datasets

  • Thread starter Thread starter Babu Mannaravalappil
  • Start date Start date
B

Babu Mannaravalappil

I have a typed dataset that was created in VS.NET IDE using the xsd
dataset wizard (By the way, I use VS.NET 2003 with .NET 1.1). But the
problem is, the intellisense disappears on this dataset randomly.
Some times the intellisense properly shows all the available
properties and methods in my dataset. Some other times (for reasons I
can't find) it simply does not show. The dataset is created in one
project and is being used in another project. All the project and
namespace references are properly set. Another wierd thing is that
when the Intellisense disappears, if I just rebuild the project that
holds the dataset, the intellisense properly finds it in the other
project. I am clueless. Can anybody help?

Babu.
 
Babu,

Are you in VB.NET? If so, does the background compiler start showing things
as incorect (squiggles)?
 
Back
Top