The runtime version '3.0' is not supported by the AL compiler

weneedweneed Member Posts: 81
I've installed last CU04 Business Central Version.
After I've installed Visual studio Code and AL extension from VSIX file included in package.
When I create my first AL project an error was in problem list:

"The runtime version '3.0' is not supported by the AL compiler"

Whats the problem?

Answers

  • weneedweneed Member Posts: 81
    I've solved installing AL extension from Visual Studio replacing VSIX installed from BC installation folder.
    Now cannot download symbol:

    The request for path /BC130/dev/packages?publisher=Microsoft&appName=System&versionText=14.0.0.0&tenant=default failed with code NotFound. Reason: No published package matches the provided arguments.

    All parameter are correct.-
  • weneedweneed Member Posts: 81
    OK solved also this. Problem is in my app.json. Platform version must be: "13.0.0.0" not: "14.0.0.0",
  • garmoogarmoo Member Posts: 17
    Thanks, had this myself after updating a container. The Platform and Runtime fields needed to be updated
Sign In or Register to comment.