Hello,
I met below error when I test our modules with EVS.
ExtensionMessageID: 47138
ExtensionID: 4862
MessageTypeID: 1
MessageID: 9ed37b47-82da-4aed-b24f-93c6bf32e141
Message: A file (\advancedaudioplayer.dll) specified in the manifest is missing from the extension.
Rule: PackageVerification.Rules.TwoWayFileChecker
The issue seems caused by the Assemble section in manifest file:
<component type="Assembly">
<assemblies>
<assembly>
<name>AdvancedAudioPlayer.dll</name>
</assembly>
</assemblies>
</component>
The file is in bin folder of the package.
If I change the name of Assemble to <name>bin\AdvancedAudioPlayer.dll</name>, it can pass the EVS check. However, the package cannot be installed because there is an error.
You can download the modules from http://www.zldnn.com/download.aspx.
How can I do to let the module pass the EVS check?
Regards
Lei