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
 
D

David Sceppa

A simple class does not include a design surface like a
Windows or Web form, but you can add a Component Class to your
project which will provide this functionality.

I hope this information proves helpful.

David Sceppa
Microsoft
This posting is provided "AS IS" with no warranties,
and confers no rights. You assume all risk for your use.
© 2003 Microsoft Corporation. All rights reserved.
 

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