Help - Class Library Project

S

szabelin

Hellooooo, maybe MS guys can answer this please?

How do I add SQL Tables from Server Explorer control, and
then configure Adapter, and generate Datasets if I have a:

<CLASS LIBRARY PROJECT>

Yes I know I can drag tables onto asp.net page, and on a
WinForm - but I don't have these because my project
is "Class Library Project" DLL. What's the recommended
workaround? I need to be able to frequently update my code-
gen'ed files.

Thank you
 
S

Stephen Muecke

Select your Project
From the File >Add New Item > Add Component
Then drag your tables onto the designer (when you generate the DataSet, make
sure the "Add this dataset to the designer" is NOT checked)

Stephen
 
S

szabelin

Thanks Stephen!

Sergey


-----Original Message-----
Select your Project
From the File >Add New Item > Add Component
Then drag your tables onto the designer (when you generate the DataSet, make
sure the "Add this dataset to the designer" is NOT checked)

Stephen





.
 

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

Top