Can't Generate Dataset from XSD
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I'm not sure what is wrong with my setup but I can't generate a dataset class of the following schema I always get a error CS0542: 'dccollection': member names cannot be the same as their enclosing types Can anyone else build a typed dataset without compile errors of this schema?
-
I'm not sure what is wrong with my setup but I can't generate a dataset class of the following schema I always get a error CS0542: 'dccollection': member names cannot be the same as their enclosing types Can anyone else build a typed dataset without compile errors of this schema?
Jarrett Vance wrote: I always get a error CS0542: 'dccollection': Either rename the container or the element....