How to resolve the error as “500 internal server error” in Bot Framework Channel Emulator?

前端 未结 7 1439
既然无缘
既然无缘 2021-02-09 08:20

I am working on Bot framework technology, recently Microsoft announced the new version (V3) of bot. I was already developed bots using old version, now I am trying to upgrade m

7条回答
  •  长情又很酷
    2021-02-09 09:02

    I discovered that a single public method apart from Post in Controller makes Bot Framework throw 500 InternalServerError. Simply keep only private and public Post method in your Controller and that should fix it.

提交回复
热议问题