In VS2003, strongly-typed dataset has Include property that allows you to specify the xsd schema. We found this very helpful because it allows reuse of strongly-typed datasets. But in VS2005 it is nowhere to be found or maybe it was hidden somewhere. When I added XSD Schema Include property is there but is that the right place to create strongly-type dataset? Another is, is it possible to include an xsd schema from different assembly? If "including" is no longer supported what is the best work around?