microsoft / BotBuilder-RealTimeMediaCalling

BotBuilder-RealTimeMediaCalling extends the BotBuilder to enable bots to engage in Skype audio-video calling. It provides real-time, programmable access to the voice, video, and screen sharing streams of a Skype call. The bot is a direct participant in a Skype 1:1 call.
MIT License
76 stars 36 forks source link

IIS error with Microsoft.Skype.Bots.Media #8

Open Suzulu opened 7 years ago

Suzulu commented 7 years ago

Hello! I want to deploy RealTimeMediaCalling bot application for IIS By default, I created projects (Bot Application, MVC, WebApi, etc.) All works good.

After adding Microsoft.Skype.Bots.Media to the project, I see an error. https://www.screencast.com/t/GYhpa10jJ7a

"Could not load file or assembly 'Microsoft.Rtc.Internal.Media' or one of its dependencies. An attempt was made to load a program with an incorrect format."

I tried:

  1. Compiled the project for the platforms AnyCPU, x64, x86
  2. Changed "Enable 32-bit Application to True" in ApplicationPool(IIS).
  3. Installed the latest version VCRedist x86 and x64 Nothing helps...

If I delete this library, then again the project works well. Where my mistake? Can you please help.

PS:I have VS2015(14.0.25421.03 Update 3)

MalarGit commented 7 years ago

we support only 64 bit mode. Could you compile for x64 and see if that fixes the problem.

Suzulu commented 7 years ago

I compiled for x64, but the problem remained... The problem is repeated after adding Microsoft.Skype.Bots.Media https://www.screencast.com/t/PRWcTGqj

kronwell commented 7 years ago

Hi, can anyone please advice how solve this issue? I can confirm ASP.Net application compilation fails even for x64... (tested on VS2017, latest update included).

prabhakarreddy1234 commented 7 years ago

I am facing the same issue. I can compile the code but getting error while running the application. Configuration : X64, VS2017, Latest Update. No luck.

kharenzze commented 5 years ago

Same issue here... x64, VS2017

krigol commented 4 years ago

Same issue here as well. x64, x86, Any CPU... all give the same error when I run the program. VS2019