首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何解决Ubuntu14.04LTS操作系统中的Microsoft.Bot.Connector.Emulator.Core.dll错误?

如何解决Ubuntu14.04LTS操作系统中的Microsoft.Bot.Connector.Emulator.Core.dll错误?
EN

Stack Overflow用户
提问于 2016-10-04 07:02:32
回答 1查看 123关注 0票数 0

我运行了僵尸框架的简单应用程序。但面对这样一个问题。

代码语言:javascript
复制
admin@admin-desktop:~/Documents/botjs/BotFrameworkEmulator-Console$ mono BFEmulator.exe
Microsoft Bot Framework Channel Emulator v3.0.6043.30574

/exit or /quit to exit
/settings to change port, emulator serviceurl, bot endpoint, appId and appSecret settings
/dump [#] to show contents of last # activitys (default: 1)
/attachment [path] <- to add a file to your activity

Current settings:
Port:                9000
Emulator ServiceUrl: http://localhost:9000/
Bot Endpoint:        http://localhost:3978/api/messages
BotId:               Bot1
AppId:               disabled
AppPassword:         disabled

Send message to bot:
hi
User1 said:
 hi
/home/admin/Documents/botjs/BotFrameworkEmulator-Console/Microsoft.Bot.Connector.Emulator.Core.dll Error : 0 : System.TypeLoadException: Could not load type 'Microsoft.Bot.Connector.Emulator.ChannelEmulator+<VerifyAuthentication>d__63' from assembly 'Microsoft.Bot.Connector.Emulator.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
  at Microsoft.Bot.Connector.Emulator.ChannelEmulator+<<StartServer>b__61_0>d.MoveNext () [0x00000] in <filename unknown>:0 
/home/admin/Documents/botjs/BotFrameworkEmulator-Console/Microsoft.Bot.Connector.Emulator.Core.dll Error : 0 : System.TypeLoadException: A type load exception has occurred.
  at Microsoft.Bot.Connector.Emulator.ChannelEmulator+<<StartServer>b__61_0>d.MoveNext () [0x00000] in <filename unknown>:0 

如何在ubuntu14.04LTS操作系统中解决这个问题?

谢谢

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-10-04 13:06:24

这似乎是一个已知的问题,bot建造团队已经在跟踪。检查一下GitHub问题

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/39846092

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档