So this Customer is running BC14 with both AL and C/AL objects. I've setup BC14 container, with "-enabledSymbolLoading".
When the container is ready, the first I bump into is this error:
The request for path /NAV/dev/apps?tenant=default&SchemaUpdateMode=synchronize&DependencyPublishingOption=default failed with code UnprocessableEntity. Reason: Extension compilation failed error
AL1024: A package with publisher 'Microsoft', name 'Application', and a version compatible with '14.0.0.0' could not be loaded. An element with the same key but a different value already exists. Key: Company Information
The downloaded symbol is named Microsoft_Application_14.6.36463.0.app
I don't understand what the REAL problem is here. Everything seems to be working in VS Code, I can compile the project etc.
Any ideas?