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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top