Is there a preferred way to update the Visual Studio Schema Cache Catalog?

Acalleypync

New Member
The Visual Studio Schema Cache is a global location to store XML Schemas that are used for IntelliSense and XML document validation. There is a catalog.xml that allows you to bind schema files to specific namespaces or extensions.Is there a preferred way to have your installer update the catalog? It is easy enough to parse and modify the XML, but I wanted to make sure there isn't some other method to call that causes the catalog to be updated.So the question is: Should an installer just edit and update the catalog.xml directly, or is there a different preferred method of updating it?
 
Back
Top