c# - Microsoft.Lync.Model assembly not found on Asp.Net application -


i writing asp.net application uses lync client api user availability state lync.

now strange error when calling lync api methods:

"the file or assembly 'microsoft.lync.model [...] not found".

but have referenced lync client api in correct version.

what have change make working?

the lync client api may not ideal fit asp .net application depends of 2 using.

there 1 desktop applications , 1 silverlight applications, see https://msdn.microsoft.com/en-us/library/office/jj933180.aspx more details.

regardless of version using need lync client installed on machine. explicit if using api on server suspect server need lync client installed there.

it's worth noting there web api lync https://msdn.microsoft.com/en-us/library/office/dn962133(v=office.16).aspx


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -