c# - Exchange Web Services on Windows 10 IoT Core (UAP) -


i'm developing application in c# should run on raspberry pi 2 running windows 10 iot core. want use exchange web services access our exchange server. problem can't ews work universal windows application that's supposed run on raspberry. when try add package in nuget following error message:

microsoft.exchange.webservices 2.2.0 not compatible uap,version=v10.0 (win10-arm). 

if download dll's manually microsoft , add them in visual studio can compile , deploy code application starts , tries run first line:

exchangeservice service = new exchangeservice(exchangeversion.exchange2010_sp2); 

i following error:

an exception of type 'system.io.fileloadexception' occurred in microsoft.exchange. webservices.dll not handled in user code  additional information: not load file or assembly 'system.core, version=3.5.0.0, culture=neutral, publickeytoken=b77a5c561934e089' or 1 of  dependencies. located assembly's manifest definition not match  assembly reference. (exception hresult: 0x80131040) 

i don't why can't load system.core. tried add system.core reference vs won't let me since it's there beginning.

does have tips @ on how ews work application?

regards


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -