Validate the extension manifest
- Last UpdatedJan 16, 2025
- 1 minute read
The contents of the extension manifest file (.aaPLUGIN) can be validated from inside the Visual Studio.NET IDE using the steps explained below:
-
Copy the IDE Extensions Xml Schema.xsd file to schemas folder under the Visual Studio.NET IDE installation path. Typically, this will be C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\schemas\xml.
-
Select the aaPLUGIN manifest file in the project tree and right-click.
-
Select “Open with…” command.
-
In the window that is shown, select HTML/XML editor.
-
Select 'Set As Default'. This will make it open the aaPLUGIN file in XML editor by default.
-
Select 'Open'.
-
Modify the <Root> tag to the following:
<Root xmlns="http://wonderware.com/aaide.xsd">
-
From the XML top-level menu, select the ‘Validate XML data’ command to validate the contents. Fix errors if any.