Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Suzulu opened this issue May 24, 2017 · 6 comments
Open

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

Suzulu opened this issue May 24, 2017 · 6 comments

Comments

@Suzulu
Copy link

Suzulu commented May 24, 2017

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
Copy link
Contributor

MalarGit commented May 24, 2017

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

@Suzulu
Copy link
Author

Suzulu commented May 25, 2017

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
Copy link

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
Copy link

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
Copy link

Same issue here... x64, VS2017

@krigol
Copy link

krigol commented Aug 13, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants