Hello,
I am trying to deploy an extension through extension mangement to Business Central and I receive the following error:
Deploy Operation rejected. Error: Error parsing version string:. Path 'value[1].applicationDependencyVersion', line 1, position 597.; - Job Id : cea74028-b11b-43ee-ab68-c4e2a8915d45
And my app.json file is
and my app.json
{ "id": "b9232de9-f447-40d6-92f6-f3f5508019fd", "name": "DEMO", "publisher": "DEMO", "version": "1.0.0.0", "brief": "", "description": "", "privacyStatement": "", "EULA": "", "help": "", "url": "", "logo": "", "dependencies": [], "screenshots": [], "platform": "1.0.0.0", "application": "27.0.0.0", "idRanges": [ { "from": 50100, "to": 50160 } ], "resourceExposurePolicy": { "allowDebugging": true, "allowDownloadingSource": true, "includeSourceInSymbolFile": true }, "runtime": "16.0", "features": [ "NoImplicitWith" ] }
What's the reason behind thsi error


Report
All responses (
Answers (