G
Guest
Hi. The project I am working on has its own Data namespace (e.g. MyApp.Data
). Within this namespace there are System and DataSet namespaces/folders
(e.g. MyApp.Data.System and MyApp.Data.DataSets ).
Because of this the autogenerated dataset classes within the DataSets folder
have a name collision because the autogenerated file includes System.Data
references, and the the compiler is complaining that "The type or namepsace
'Data' does not exist in the class or namespace 'MyApp.Data.System'...".
Other than renaming my namespaces, is there a fix for this?
Thanks
kh
). Within this namespace there are System and DataSet namespaces/folders
(e.g. MyApp.Data.System and MyApp.Data.DataSets ).
Because of this the autogenerated dataset classes within the DataSets folder
have a name collision because the autogenerated file includes System.Data
references, and the the compiler is complaining that "The type or namepsace
'Data' does not exist in the class or namespace 'MyApp.Data.System'...".
Other than renaming my namespaces, is there a fix for this?
Thanks
kh