I am trying to work with a 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 received the prerequisites, but for some reason, when I run the Im sample with an error, for example:
{"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"}
Does anyone know why I can get this error from a finished sample? Know how to fix this?
I managed to solve this problem by installing the project architecture on x64. This seems to fix the problem.