Place ZIP archives, that you created with the export program, in the "VBControlScripts"-subfolder of your Visual Studio project. (This folder may only be named like this!):
- Add the ZIP archive in the project tree.
- In the properties window, set the "Copy to output directory" setting to "Copy always".
During the compilation process, the ZIP archives from all assemblies are stored (copied) together in the target directory "bin\Release\VBControlScripts". Do not forget to copy the VBControlScripts directory when you deploy it on the target system!
Important NOTE:
Your ZIP archives should only contain the data that fits to the corresponding assembly and the classes. Therefore, do not create archives containing, for example, designs belonging to classes from other assemblies!