Yes this is possible.
You can compile them at runtime and then make your application smart enough
that it doesn't recompile the same XSD twice.
- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.ma.../13/63199.aspx
----------------------------------------------------------------------------
"MR" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Is there a way to load an XML schema into a dataset from a resource or
> other object? I am using ReadXmlSchema(filename) and that works fine.
> However, I have many XSD files that I would rather not have to distribute
> with the application.
> I would like to be able to use a typed dataset since the schema is defined
> in advance.
> Is this possible?
> thanks
>