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
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