Al: Could not download symbols Error after Installing AL July Update (LATEST)

Created on 13 Jul 2017  路  3Comments  路  Source: microsoft/AL

I have an error on downloading symbols stage.
"Could not download symbols. Please see the Visual Studio Code output log for more details."

Log:
[2017-07-13 10:15:26.51] Using reference symbols cache path: c:\Users\vmadmin\Documents\AL\test\packages
[2017-07-13 10:15:26.54] Downloading from http://localhost:7049/navision_main/dev/packages?publisher=Microsoft&appName=US&versionText=10.0.0.0 ... Error (NotFound)
[2017-07-13 10:15:26.54] Could not download reference symbols

launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "publish",
"name": "Local server",
"server": "http://localhost",
"serverInstance": "navision_main",
"tenant": "default",
"windowsAuthentication": true,
"startupObjectId": 22
}
]
}
navision_main is started.
Windows user exists in NAV Users table.

bydesign question

Most helpful comment

Due to us undergoing some internal build process changes the July Update had to be released on the W1 version. The samples on GitHub have been updated but all other projects need to be manually switched to:

"application": {
    "version": "10.0.0.0",
    "locale": "W1"
  } 

All 3 comments

If you change the dependencies in your app.json by replacing "US" by "W1" it should work.

On my database, US localization was not installed (I guess that is why I got this error message)

Yes! Worked.
Thanks!

Due to us undergoing some internal build process changes the July Update had to be released on the W1 version. The samples on GitHub have been updated but all other projects need to be manually switched to:

"application": {
    "version": "10.0.0.0",
    "locale": "W1"
  } 
Was this page helpful?
0 / 5 - 0 ratings

Related issues

angela2389 picture angela2389  路  3Comments

malue19 picture malue19  路  3Comments

AndersMad picture AndersMad  路  3Comments

SteveKrisjanovsD365 picture SteveKrisjanovsD365  路  3Comments

worldofthenavcraft picture worldofthenavcraft  路  3Comments