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

Dot net build error when creating bot #9777

Open
2 of 8 tasks
VantageTH opened this issue Oct 17, 2024 · 4 comments
Open
2 of 8 tasks

Dot net build error when creating bot #9777

VantageTH opened this issue Oct 17, 2024 · 4 comments
Labels
Needs-triage A new issue that require triage Type: Bug Something isn't working

Comments

@VantageTH
Copy link

Describe the bug

Unable to create an empty bot.

I get the following error

Command failed: dotnet build dataquerybot.csproj

Version

Version: 2.1.2
Electron: 8.2.4
Chrome: 80.0.3987.165
NodeJS: 12.13.0
V8: 8.0.426.27-electron.0

Browser

  • Electron distribution
  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

To Reproduce

Steps to reproduce the behavior:

Create new bot
select empty not
provide name
provide location
select azure web app as runtime type

Expected behavior

creation of empty bot

Screenshots

Image

Additional context

@VantageTH VantageTH added Needs-triage A new issue that require triage Type: Bug Something isn't working labels Oct 17, 2024
@geo-msft
Copy link

Hi, Do you have node installed?

If you open a cmd and type node -v, does it print the version?
Is the node added to the System path variable?

Can you start composer in Debug mode with these steps:

Open an admin command prompt and set the following environment variables for enabling the debug logs:

C:\Windows\System32>set ELECTRON_ENV=development
C:\Windows\System32>set DEBUG=composer*

Run the bot framework composer, using below command

C:\Windows\System32>"C:\Program Files\Bot Framework Composer\Bot Framework Composer.exe" --debug
// replace this part C:\Program Files\Bot Framework Composer with the actual path to your composer location on the machine.

and then reproduce the error?

Then share the output of the debug?

@dgcas2024
Copy link

Same issues.
Debug:
Image

@haack42
Copy link

haack42 commented Nov 21, 2024

I have the same issue and yes I have node installed:
$ node -v
v20.14.0

I did install the software just for my user and not for everyone.

Found same issue as in the previous comment to happen until I installed the dotnet 3.1 SDK - then the error was gone.

@chumtoadafuq
Copy link

chumtoadafuq commented Dec 15, 2024

had the same issue as OP, was fixed by installing latest version of nodejs (v22)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-triage A new issue that require triage Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants