web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

Deployment Failed – Error parsing version string applicationDependencyVersion

(3) ShareShare
ReportReport
Posted on by 351

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

I have the same question (0)
  • Suggested answer
    YUN ZHU Profile Picture
    98,130 Super User 2026 Season 1 on at
    Hi, did you install the v27 extension on a version earlier than v27?
     
    Thanks.
    ZHU
  • LA-02071030-0 Profile Picture
    351 on at

    YES, its version is 27
     
  • KA-03030652-0 Profile Picture
    19 on at
    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).
  • Karthik Vasudevan Profile Picture
    3 on at
    Hi, 

    Same kind of issue is happening here from last Friday when publishing my app to particular Environment (Test Sandbox). 
     
    Error parsing version string:. Path 'value[6].applicationDependencyVersion', line 1, position 4418.
     
    There were no issues when publishing earlier.
    There is no change in app.json and no platform or application update in BC side recently.

    But there is no error if that same app is published to another environments (like FAT). so the issue is not in that extension app side.
     
    Another notable point is that error has occurred only when an app is published thru github CICD or "Upload Extension" action in BC. Not only that particulate app, same error happened even publishing other apps also. 

    But If an app is published from VS code than no issues. 
     
    I suspect that something happened in that TEST environment.
     
    Please share your inputs, If anyone has any idea for this.
     
    Thanks,
    Karthik 
     
     


     
  • Suggested answer
    OussamaSabbouh Profile Picture
    11,200 Super User 2026 Season 1 on at
    Hello,
     
    The error is basically because your compiled .app ended up with a bad platform/app dependency version inside the package, and the most likely cause in your app.json is "platform": "1.0.0.0" (that’s not a valid/minimum platform for BC 27). Either remove platform (if you don’t reference System objects) or set it to the real platform version from Help & Support → Troubleshooting → Platform (something 27.x.x.x), then rebuild and upload the new .app.
     
    Regards,
    Oussama Sabbouh
  • eliasdev Profile Picture
    2 on at
    Hello, Ive experienced the same issue. What fixed it for me was to delete and reclone the environment (Sandbox). Ive noticed this on multiple environments and tenants as well. 
     
    My app.json:
     
    {
      "id": "REDACTED",
      "name": ""REDACTED",
      "publisher": "REDACTED",
      "version": "27.3.260303.1",
      "brief": "",
      "description": "",
      "privacyStatement": "",
      "EULA": "",
      "help": "",
      "url": "",
      "logo": "",
      "dependencies": [
        {
          "id": "b830ef47-c998-4e30-bb03-52be437f36f6",
          "name": "SweBase",
          "version": "25.0.0.0",
          "publisher": "Programekonomi Svenska AB"
        }
      ],
      "screenshots": [],
      "platform": "27.0.0.0",
      "application": "27.3.0.0",
      "idRanges": [
        {
          "from": 70000,
          "to": 70500
        }
      ],
      "resourceExposurePolicy": {
        "allowDebugging": true,
        "allowDownloadingSource": false,
        "includeSourceInSymbolFile": true
      },
      "runtime": "16.0",
      "features": [
        "NoImplicitWith",
        "TranslationFile"
      ]
    }
  • Suggested answer
    Dhiren Nagar Profile Picture
    2,856 Super User 2026 Season 1 on at
     
    It is a know issue, Microsoft is currently in the process of releasing a fix. Once a hotfix has been released, it will resolve the issue. For workaround remove any Dev or Designer extension from your Environment.
     
     

    Tick the checkbox below to mark the answer as verified, if it helped resolve your question.

    Regards,
    Dhiren.
     
  • Suggested answer
    Touil Yahya Profile Picture
    220 on at
    The error is due to an invalid platform version ("1.0.0.0") in your app.json, which isn’t compatible with BC 27. Remove the platform entry (if not using System objects) or update it to a valid version (27.x.x.x), then rebuild and upload the .app.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,964 Super User 2026 Season 1

#2
Dhiren Nagar Profile Picture

Dhiren Nagar 1,086 Super User 2026 Season 1

#3
YUN ZHU Profile Picture

YUN ZHU 1,039 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans