Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bot Framework Emulator gives error as "Couldn't Send"

Tags:

botframework

I have created my first bot application, but it's giving an error while running in the Bot Framework Emulator. it shows status of message I sent like "Couldn't send". Please suggest me what could be the reason.

emulator

like image 982
Vaijinath Harbak Avatar asked Apr 03 '17 14:04

Vaijinath Harbak


People also ask

How do I run a bot framework emulator?

Run a bot locally Before connecting your bot to the Bot Framework Emulator, you need to run your bot locally. You can use Visual Studio or Visual Studio Code to run your bot, or use command line. To run a bot using command line, do the following: C#


1 Answers

I had to launch the emulator with Run as Admin

like image 131
sonicbabbler Avatar answered Sep 21 '22 12:09

sonicbabbler