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.
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"
}
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: