Как разрешить Microsoft.Bot.Connector.Emulator.Core.dll Ошибка в ОС ubuntu 14.04 LTS?

#node.js #ubuntu-14.04 #botframework

#node.js #ubuntu-14.04 #botframework

Вопрос:

Я запустил простое приложение botframework. Но столкнулся с такой проблемой.

 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 
  

Как я могу решить эту проблему в ubuntu 14.04 LTS OS?

Спасибо

Ответ №1:

Похоже, это известная проблема, которую команда разработчиков ботов уже отслеживает. Проверьте проблему с GitHub.