I had earlier installed the 2024 Version and gotten the same issue so I think it’s something I’m missing.
[2024-06-05 22:28:07.70] Using reference symbols cache paths: [c:UsersHPDocumentsALBC230Project1.alpackages]
[2024-06-05 22:28:07.70] Sending request to http://localhost:7049/BC230/dev/metadata?tenant=default
[2024-06-05 22:28:11.76] Error: Could not connect to the server. Please verify that:
- The server is started.
- The development endpoint is enabled (DeveloperServicesEnabled server setting).
- The service name matches the one specified in the URL.
- The port number matches the one specified in the URL (DeveloperServicesPort server setting).
- The protocol matches the one specified in the URL (DeveloperServicesSSLEnabled server setting), and that a trusted certificate is used in case of an SSL connection.
[2024-06-05 22:28:11.76] Error: An error occured while processing the request.
Request ID: c800d8e7-637c-40bd-9ed0-32eb62aa24ca
Session ID: ed5a3fb9-98eb-4d9d-9b0d-575f5bfb244d
Attached is a screenshot of what I’m seeing plus my settings config file;
{
"version": "0.2.0",
"configurations": [
{
"name": "Your own server",
"request": "launch",
"type": "al",
"environmentType": "OnPrem",
"server": "http://localhost",
"serverInstance": "BC230",
"authentication": "Windows",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": "All",
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"tenant": "default",
"usePublicURLFromServer": true
}
]
}
I tried changing the settings using CMDLet and even trying to attach a debugging session from the other end but there was no progress.
Tenthboxer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.