Home All Groups Group Topic Archive Search About

Forms and datasets in separate assemblies ?

Author
12 Mar 2006 3:51 PM
Tom Bianchi
Hi,

is it possible to separate forms and datasets in two different projects in
the same solution ?  Visual Studio 2005 tells me that there are no data
sources associated with the project that contains the forms, and if I try to
drag the datasets from the toolbox on the form, the bindingsource isn't
created (I don't know if there are other problems in doing this).

Thanks,
Tom.

Author
13 Mar 2006 3:45 AM
Steven Nagy
You sure can, although I don't know about your specific problem.
I never create datasets from drag drop.
Also I am not totally clued up to any changes in datasources in VS2005
(still on 2003 here).

One thing you can do is make sure all your Namespaces are referenced
properly.
I usually make them the same namespace (form project, and data DLL).