Help - Class Library Project

  • Thread starter Thread starter szabelin
  • Start date Start date
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
 
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.
 
Back
Top