XML Generating a Dataset

  • Thread starter Thread starter Steven Nagy
  • Start date Start date
S

Steven Nagy

Hey All,

I have written a tool that generates XML for a dataset.
You know when you add a dataset file to a project, you write the XML
and the code gets generated automatically? Well I want this sitting in
a seperate DLL project.
However, the code generated by VS specifies a constructor that is
INTERNAL.

Is it possible to either tell VS that the generated code should have
public constructors, or perhaps to specify somewhere in the XML to tell
it to make them public?

I don't want move the dataset into the main project if i don't have to.
Essentially it prevents the dataset from being reusable across
projects. This is bad for me.

Any help is greatly appreciated.

Cheers,
Steven
 
Back
Top