all groups > dotnet windows forms databinding > july 2007 >
You're in the

dotnet windows forms databinding

group:

Can I share a dataset among projects at design time?


Can I share a dataset among projects at design time? Leon_Amirreza
7/15/2007 8:08:51 PM
dotnet windows forms databinding:
I have genearated a Typed DataSet in a C# project and am able to use it in
the from designer (I can drop a dataset Object from tool box and Set its
DataSetName Property this typed dataset very normally)

my Question is:

Can I share this typed dataset with other projects in solution so I can use
in their form designer?
the reason I need this is
I guess regerating a Type in another project (Assembly) actually makes a new
type that is not considered the same by the .Net Runtime(even if the
definition is exactly the same)

Re: Can I share a dataset among projects at design time? ME
8/1/2007 11:15:34 AM
You could create a new DLL project that exposes the DataSet object and then
add a reference to that DLL to your other projects.

Thanks,

Matt

[quoted text, click to view]

AddThis Social Bookmark Button