Hi, I am trying to deploy an extension through PublishpertenantextensionApps to Business Central and I receive the following error:
Deploy Operation rejected. Error: Error parsing version string:. Path 'value[0].applicationDependencyVersion', line 1, position 276.; - Job Id : 9aca2f5a-9fc8-4892-b9fb-d6bf192a9b4f
And my app.json file is
and my app.json
{
"id": "723d3287-6f74-48fb-ab81-365811b2fa6b",
"name": "form Custom",
"publisher": "prg as",
"version": "27.0.0.0",
"brief": "form Customization",
"description": "form Custom",
"privacyStatement": "https://apps.prgas.com.tr/privacy-policy/",
"EULA": "https://apps.prg as.com.tr/eul",
"help": "https://prgas.microsoftcrmportals.com",
"url": "https://www.prga.com",
"logo": "PrgaLogo.png",
"screenshots": [],
"platform": "27.0.46208.0",
"application": "27.4.45366.46399",
"runtime": "16.0",
"internalsVisibleTo": [
{
"id": "4a8d06dc-349a-42d3-a39e-86f1f79a297b",
"name": "Form-Test",
"publisher": "prg as"
}
],
"idRanges": [
{
"from": 50000,
"to": 59999
}
],
"features": [
"NoImplicitWith",
"TranslationFile",
"GenerateCaptions"
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
}
}
What's the reason behind this error (I've attached Version screenshot of application and platform).