Forms and datasets in separate assemblies ?

  • Thread starter Thread starter Tom Bianchi
  • Start date Start date
T

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.
 
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).
 
Back
Top