Azure / botbuilder-instrumentation-cs

BotBuilder Instrumentation (C#)
MIT License
5 stars 9 forks source link

Encountering System.MissingMethodException #17

Open zell12 opened 6 years ago

zell12 commented 6 years ago

Hi, When trying to use InstrumentedLuisDialog for my LUIS dialog, I'm getting 'Exception thrown: 'System.MissingMethodException' in Microsoft.Bot.Builder.dll' at runtime and abruptly terminates the call. Has anyone encountered this issue as well?

morsh commented 6 years ago

@itye-msft have you seen this by any chance?

zell12 commented 6 years ago

I'm using .NET Framework 4.6.1 with Microsoft.ApplicationInsights v2.6.4 and the latest version of Microsoft.Bot.Builder SDK v3.15.2.2 as of this writing

Noc2 commented 6 years ago

I just tried to set up the system for the first time and I'm having the same problems.

itye-msft commented 6 years ago

Hi @zell12 and @Noc2 It looks like there are some breaking changes with the latest SDKs. During the development of this repo, I used Microsoft.ApplicationInsights v2.4.0 and Microsoft.Bot.Builder SDK v3.8.3

Currently the option would be to test with the older versions. If you happen to upgrade to the new SDKs please send a PR, and we would be more than happy to merge it.

Thanks