I'm trying to generate a typed dataset from an XSD, yet if I add more than
90 columns in the XSD I don't see any of the public methods on the type
datatable object. I can replicate this easily and consistently in several
projects. Is this a known limit?

Signature
John Mark Howell
Blog: jmarkhowell.blogspot.com
John Mark Howell - 31 Mar 2006 21:06 GMT
Just to let everyone know, there is not a problem with the typed dataset
generator. The problem was that my row was going to exceed the maximum row
size and that was causing the strange problem. Once I split my table into
smaller row sizes, it works fine.
John Mark Howell
Blog: jmarkhowell.blogspot.com