I have latest AL Language Extension Installed on VS Code.
After resetting my BC sandbox. I Created a new project and tried to download Symbols then these error showed up:
[2019-10-10 20:19:35.86] Using reference symbols cache path: c:\Users\Umar Naeem\Documents\AL\ALProject2\./.alpackages
[2019-10-10 20:19:37.62] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=System%20Application&versionText=1.0.0.0 failed with code 429. Reason:
[2019-10-10 20:19:37.64] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=System&versionText=15.0.0.0 failed with code 429. Reason:
[2019-10-10 20:19:38.05] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Base%20Application&versionText=15.0.0.0 failed with code 429. Reason:
[2019-10-10 20:19:38.05] Could not download reference symbols. Please ensure that:
1. The correct server name and instance are specified in the launch.json file.
2. The correct application version is specified in the app.json file.
3. The dependencies are correctly specified in the app.json file.
this is my app.json file:
and this is launch.json
after debugging this error shows up
error AL1022: A package with publisher 'Microsoft', name 'Base Application', and a version compatible with '15.0.0.0' could not be found in the package cache folder 'c:\Users\Umar Naeem\Documents\AL\ALProject2\./.alpackages'
Compilation ended at '20:51:13.670'.
Error: The package could not be created.
Can anyone help me?