Closed m-brv closed 3 years ago
Where do you get this error? I cannot recognize that? I would need the full output of the scripts and not just the error. The output contains a lot of information, which can help me identify why this fails on your setup.
Hi, I'm getting this error from Visual Studio Code - Output section when I run the script. This started appearing since I installed the latest version of BcContainerHelper. I'm afraid I can't get any other output from the script.
How do you run the script? (f5?) I don't think this is related to BcContainerHelper - I think it is something in VS Code which intercepts what you are running. If you run the script in PowerShell ISE it probably works just fine, meaning that some extension you have in VS Code is taking over. There might be a different way of running PowerShell from VS Code, than what you are doing.
For my reference.
I got the same error when doing a 'AL : Publish'.
Problem occured when in the app.json file, I had commented some dependencies.
// {
// "id": "1a5f070a-5f66-4259-9e8e-xxxxxxxx",
// "name": "Core-Test",
// "publisher": "Publisher",
// "version": "19.0.0.0"
// },
Removing this part from the app.json fixed the issue.
I had the same error compiling my project. This has nothing to do with BcContainerHelper. Running VS Code 1.86.0 and AL Language Extension (pre-release). After changing to release, the problem went away.
PLEASE DO NOT INCLUDE ANY PASSWORDS OR TOKENS IN YOUR ISSUE!!!
Describe the issue Error message while trying to run Local-DevEnv.ps1 file.
Scripts used to create container and cause the issue
Full output of scripts
Screenshots If applicable, add screenshots to help explain your problem.
Additional context
Thanks