Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I fix SIPEPS reference missing from UCMA InstantMessagingCall quick start sample

Tags:

c#

.net

ucma

I’m attempting to work with UCMA sample and came across https://msdn.microsoft.com/en-us/library/office/dn454827(v=office.16).aspx I installed the SDK from https://msdn.microsoft.com/EN-US/library/office/dn465959(v=office.16).aspx and have the pre-requisites, but for some reason when I run the sample I’m facing an error like:

{"Could not load file or assembly 'SIPEPS, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.":"SIPEPS, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"}

Is anyone aware why I might be receiving this error from the out-of-the-box sample? Know how to fix it?

like image 650
David Hollowell - MSFT Avatar asked Jul 21 '15 17:07

David Hollowell - MSFT


1 Answers

I was able to solve this by setting the project architecture to x64. This seems to have corrected the issue.

like image 131
David Hollowell - MSFT Avatar answered Nov 16 '22 23:11

David Hollowell - MSFT