Typed DataSet Class not exposing its members
Hi all,
I've made a Typed DataSet and create 2 DataTables manually.
I added few columns for them and a relation between them. The ParentDataTable has a primary key which we can call Id and that field also is contained in the child parent. This field is the one that creates the relation between both tables.
If I get to the code, I can declare a variable of the Typed DataSet type, but when I call for the methods, it does not show me those methods. I think it is not being generated so, I can not access the class members, like typed tables and row collections.
I'm Using VS.NET 2005.
Does somebody knows what it may be the problem?
thanks in advance
Luis Diego Rojas
Excelsus

