RE: BC - Permissions Issue
HI All,
So i just tried again and got a new error.
To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '26080'.
[2022-06-22 16:36:13.41] 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 what i did to troubleshoot.
Error 1 - Verified server name and instance
Error 2 - Double checked the application version. - Business Central 20.1 (Platform 20.0.39668.42066 + Application 20.1.39764.39901) - im using Runtime 9.0 in VS.
Error 3 -Below is a screen shot of my app.json file. I haven't touched it.
{
"id": "c6af373d-0652-41a3-94c8-88edc2a9a0b4",
"name": "testgpm.al",
"publisher": "Default publisher",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "1.0.0.0",
"application": "20.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
},
"runtime": "9.0"
}