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

[736 byte] By [LuisD.Rojas] at [2007-12-24]
# 1
In case somebody needs it, I had to add to the custom tool property the tool name for generating the Typed DataSet: MSDataSetGenerator
LuisD.Rojas at 2007-8-31 > top of Msdn Tech,.NET Development,.NET Framework Data Access and Storage...

.NET Development

Site Classified