Embed the XML manifest resource in the primary assembly
- Last UpdatedJul 08, 2024
- 1 minute read
To embed the XML manifest resource in the primary assembly
-
In Visual Studio, add the XML list file to the client control assembly project. Any file name can be used, with the extension .aaCFG.
-
Change the Build Action property value to Embedded Resource.
After compilation, the XML will be available in the assembly as an embedded manifest resource file.
During the client control import operation, the system will read any embedded XML manifest resources with the extension .aaCFG. The system will then import any listed assemblies that are stored in the same location as the primary assembly.