Hi,
I have already created and added custom folders (e.g., Documentation
, Dlls
, Visuals
) inside my protocol solution in Visual Studio. However, when I compile the protocol and try to save it as a .dmprotocol
file, these folders and their contents are not included in the exported package.
Could you please clarify what steps are required to ensure that these folders are bundled within the .dmprotocol
?
Is there any specific configuration or metadata file I need to modify for this?
My Project
dmprotocol inside
Can't see index.htm & TitanLive.vxd files.
Thank you in advance for your help.
Hi Jose,
When DIS creates a .dmprotocol package, it currently will process the following items:
- protocol XML file
- assemblies: Assemblies put in the Dlls folder (and assemblies from used NuGet packages) will end up in the Assemblies folder of the dmprotocol package
- templates: Templates put in the DefaultTemplates folder will end up in the Templates folder of the dmprotocol package
DIS will not process visuals and documentation when creating a .dmprotocol package.
The reason for the documentation (no longer) being included in the dmprotocol package is that at Skyline the connector documentation is now made available online (from this repository).
The Visio files for connectors on the other hand are stored in dedicated repositories (as these are dedicated items on the catalog).