Bot Framework作曲家卡在启动服务器上
I've just install Bot Framework Composer and when I try to start it up it just gets stuck on starting server and it never continues or start up successfully. Please assist, I don't know what's causing this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果在Windows上,您是否可以检查Microsoft Visual C ++重新分布文件是否已安装。
在某些环境中,如果未安装这些文件,Microsoft Bot Composer可能无法正常工作。
有关如何安装
vc_redist.arm64.exe
的说明,请参见 Microsoft Visual C ++重新分布最新支持的下载。If on Windows, could you please check whether the Microsoft Visual C++ redistributable files are installed.
In some environments, Microsoft Bot Composer may not work correctly if these files aren't installed.
For instructions on how to install
vc_redist.arm64.exe
, see Microsoft Visual C++ Redistributable latest supported downloads.在将机器人框架作曲家工作良好数月后,今天遇到了这个问题。安装最新的Visual C ++分发无济于事,也没有重新安装Bot Framework Composer(到同一位置或新位置)。
最终使用 procmon ,通过
bot bot Framework framework Composer进行过滤。 exe
,并在结果列中排除成功
。尝试从c:\ users \< username> \ appdata \ roaming \ botframeworkcomposer
读取/写入时存在缓冲区溢出。 删除该文件夹解决了问题。Ran into this issue today after having Bot Framework Composer working fine for months. Installing the latest Visual C++ distributable did not help, nor did reinstalling Bot Framework Composer (either to the same location or a new location).
Ended up using ProcMon, filtering by
Bot Framework Composer.exe
, and excludingSUCCESS
in the Results column. There was a buffer overflow when attempting to read/write fromC:\Users\<username>\AppData\Roaming\BotFrameworkComposer
. Deleting that folder fixed the problem.c:\ users&lt;用户名&gt; \ appdata \ roaming \ botframeworkcomposer。删除该文件夹解决了问题。
C:\Users<username>\AppData\Roaming\BotFrameworkComposer. Deleting that folder fixed the problem.