@Mansi Soni
@OussamaSabbouh
@Teagen Boll but i can't download the symbol im getting the error
If you are targeting a cloud instance, supply these IDs if contacting Microsoft support.
[2026-06-05 13:13:44.13] The request for path /v2.0/sandbox/dev/packages?publisher=Microsoft&appName=System&versionText=28.0.0.0&appId=8874ed3a-0643-4247-9ced-7a7002f7135d failed with code NotFound. Reason: Not Found
[2026-06-05 13:13:44.17] Error: Not Found
[2026-06-05 13:13:44.17] Error: Error: An error occured while processing the request.
Request ID: 2e23382b-1c85-47aa-a665-59727f5cdb3b
Session ID: 1a257933-d4ea-46ca-91e6-55896ecd58be
If you are targeting a cloud instance, supply these IDs if contacting Microsoft support.
[2026-06-05 13:13:44.17] The request for path /v2.0/sandbox/dev/packages?publisher=Microsoft&appName=Application&versionText=28.0.0.0 failed with code NotFound. Reason: Not Found
[2026-06-05 13:13:44.17] 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.
the below is my app json file
{
"id": "1dfff4b4-8a49-4c31-a634-cd3c54f1ee3b",
"name": "ALProject1",
"publisher": "Default Publisher",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "1.0.0.0",
"application": "28.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"runtime": "17.0",
"features": [
"NoImplicitWith"
]
}
and this is my launch file
{
"version": "0.2.0",
"configurations": [
{
"name": "Microsoft cloud sandbox",
"request": "launch",
"type": "al",
"environmentType": "Sandbox",
"environmentName": "Sandbox",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": "All",
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true
}
]
}