XSD Schema with Custom Control Issue
-
I have a Web Control Library Project that I have created that contains several custom controls that are used on web forms in a different project. I have created a custom xsd schema file and everything is working great. I have intellisense on the code ahead pages. My question is this: If I want to reference multiple Web Control Libraries that I have created, how can I implement intellisense for them all? The problem is that I cannot combine all the schema xml into a single xsd file nor can I combine all of the server control classes into a single library...(Its not important why I cannot do this, I just cant) Right now, in order to enable code ahead intellisense, I simply add this to the body tag: But since I need to reference multiple libraries with multiple xsd sheets, how would I go about this? Thanks Jason