Forms and datasets in separate assemblies ?

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.
 
S

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

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