ankitbko / SkypeForBusinessBot

A bot to automatically respond to Skype For Business IM
https://ankitbko.github.io/2017/01/BusyBot-Sykpe-For-Business-Bot/
MIT License
30 stars 17 forks source link

Error for assembly Microsoft.Office.Uc. #1

Closed umaknow-charles closed 7 years ago

umaknow-charles commented 7 years ago

I get this error while running the LyncBot.Console.exe

Could not load file or assembly 'Microsoft.Office.Uc, Version=15.0.4603.1000, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.

ankitbko commented 7 years ago

Fixed it. In properties of Microsoft.Office.Uc "Embed Interos Types" was set to True which made "Copy Local" to false. Just changing it will work. I have pushed the changes.

virendrak commented 7 years ago

@ankitbko , this change is also working fine. Thanks for your help.