I am using typed datasets in my C# library and I desided to re-structure files -move .xsd file to sub-folder.
Should it effect my code? I expected, that it shouldn't. But namespace of the generated typed-dataset has been changed and broke my code.
It seems there is no way to set it in the way I like - namespace is derived from folder and filename.
This is not good.
posted @ Friday, December 29, 2006 9:57 AM