microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
718 stars 242 forks source link

Error downloading symbols #7740

Closed vickarma closed 1 month ago

vickarma commented 2 months ago

I've just installed a OnPremise Business Central installation on my computer (not using docker or other software), directly on my personal computer.

This is my first Hello World.

Trying to download symbols from Visual Studio I get the following error: image

BazookaMusic commented 1 month ago

This repository is for bugs in the AL language compiler and developer tools, so it's not the correct forum for this question.

However, from the looks of it, you are trying to download version 24 symbols for a server instance called BC14, which probably has an application with version 14.

Add "application":"14.0.0.0" in your app.json file