Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to run "Local binary .NET SDK version" command. Check output window for more details. #5675

Closed
kewear opened this issue Sep 13, 2024 · 5 comments

Comments

@kewear
Copy link

kewear commented Sep 13, 2024

Describe the Bug with repro steps

Created new project in VS Code and am getting this error

NodeJs Binaries: C:\Users\kewear.azurelogicapps\dependencies\NodeJs

FuncCoreTools Binaries: C:\Users\kewear.azurelogicapps\dependencies\FuncCoreTools

3:47:07 PM: Running command: "Local binary .NET SDK version 6.0.421"…

DotNetSDK Binaries: C:\Users\kewear.azurelogicapps\dependencies\DotNetSDK

'Local' is not recognized as an internal or external command,

operable program or batch file.

3:47:07 PM: Azure Logic Apps Standard Runtime Dependencies validation and installation completed successfully.

3:47:52 PM: Logic App project name set to hybridTest

3:47:55 PM: Running command: "Local binary .NET SDK version 6.0.421"…

'Local' is not recognized as an internal or external command,

operable program or batch file.

3:47:55 PM: Error: Failed to run "Local binary .NET SDK version" command. Check output window for more details.

3:50:02 PM: Running command: "Local binary .NET SDK version 6.0.421"…

'Local' is not recognized as an internal or external command,

operable program or batch file.

3:50:03 PM: Error: Failed to run "Local binary .NET SDK version" command. Check output window for more details.

What type of Logic App Is this happening in?

Standard (VSCode)

Which operating system are you using?

Windows

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

No

Workflow JSON

No response

Screenshots or Videos

image

Browser

NA

Additional context

No response

@wsilveiranz
Copy link
Contributor

@ccastrotrejo this looks like an issue on with onboarding, can you check with @kewear ?

@kewear
Copy link
Author

kewear commented Sep 13, 2024

Some additional details - it looks like it is somehow related to vscode-azurelogicapps-4.23.0 4.vsix which is a hybrid vsix. I have used this vsix before. But regardless, not sure what I should do with that error message

@ccastrotrejo ccastrotrejo self-assigned this Sep 16, 2024
@ccastrotrejo
Copy link
Contributor

Hey @kewear it looks like your settings configuration have changed. It looks like the vscode extension is trying to directly execute the Local binary .NET SDK version 6.0.421 command, which is something we don't do. Could you please check if you have the following configuration right?

  • Azure Logic Apps Standard: Func Core Tools Binary Path - /Users/username/.azurelogicapps/dependencies/FuncCoreTools/func
  • Azure Logic Apps Standard: Node JS Binary Path - /Users/username/.azurelogicapps/dependencies/NodeJs/bin/node
  • Azure Logic Apps Standard: Dotnet Binary Path - /Users/username/.azurelogicapps/dependencies/DotNetSDK/dotnet

username its just a placeholder should be your username in your computer

image

Copy link

We requested more information to triage this issue. If the issue goes more than 7 days with no more information it'll be automatically closed.

@github-actions github-actions bot added the stale label Sep 21, 2024
@kewear
Copy link
Author

kewear commented Sep 23, 2024

I have tried to repo this and now seems to be functioning properly so I will close ticket

@kewear kewear closed this as completed Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants