Suppose I had two web applications, admin.myWebAddress.com and www.myWebAddress.com. Now suppose that I have a dataset defined in mySite.xsd which is the same in both applications. Also suppose I have a loader class defined in myLoader.vb. So then in any file in admin.myWebAddress.com I can do something like: "Protected WithEvents mySiteDS As admin.mySite". The problem is that if I change mySite.xsd, I want the same changes applied to the other. But I can't reference "admin.mySite" from the www.myWebAddress.com application, even if they are in the same solution. Someone please enlighten me on this whole subject!<BR>