Intellisense does not show up on typed datasets

  • Thread starter Babu Mannaravalappil
  • 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.
 
K

Kathleen Dollard

Babu,

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

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