How to load dataset from DLL??

  • Thread starter Thread starter Adolf
  • Start date Start date
A

Adolf

lets say i have 3 datasets in my project and than i build it so i get a DLL

now i am working a second project that has an openfiledialog, where i choose
this DLL from my first project...now i want to get one of the three datasets
that are in this dll...how can i do that?

anyone?
 
So the 3 datasets are strongly typed datasets? with equivalent
representations as classes?

If you are requesting the file using OpenFileDialog, you can access the
datasets in it (which are nothing but classes) using reflection.

- Sahil Malik
Independent Consultant
You can reach me thru my blog at -
http://www.dotnetjunkies.com/weblog/sahilmalik/
 
reflection? what is a reflection? i am a newbie...so if you can please show
me an example..i will be very grateful

thx
 

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