By default, the Visual Guard console displayed only the assemblies defined in the 'Assembly Path' property (or 'Application Path' for Web Application) and the assemblies statically referenced by these assemblies.
If your application dynamically loads some assemblies and you want to define security actions for classes located in this assemblies, you will have to specify the list of these assemblies in the 'Other Assemblies' property of your application in the Visual Guard Console.
This field can contain a list of assembly paths separated by semicolon (;) and you can use wildcard characters. For example 'c:\MyPath\*.dll;c\MyPath2\myassembly.dll' will add references to all assemblies located in the 'c:\MyPath' foler and the 'myassembly' assembly located in the 'c\MyPath2' folder.
Click the ellipsis (…) to open the 'Select Other Assembly Path' dialog box. This dialog box will help you to define a list of assemblies.