Is this a bug?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'n using VS2003

I.m using two typed datasets. One of them has stopped supplying intellisense
methods: e.g.

dsLocation.Locations.Clear(); // ok, intellisense from Locations tbl provided
dsDepartment.Departments // Doesn't provide intellisense from the
Departments table.

If I manually add the method, it compiles and runs ok. Is this a known bug?

Just interested. Thanks
Ant
 
Back
Top