AntoonVs
AntoonVs

Reputation: 91

Could not load file or assembly Microsoft.Exchange.Webservices.dll on client PC

I know there are more articles of this on the internet i think i found them all but still cant solve my problem for the client PC's.

i have a windows forms project installed on a server that every client PC's useses. I added the reference 2 my project and installed the EwsManagedApi on my own computer for testing and changed the location of where 2 find the references to the folder that EwsManagedApi installs.

When i am trying to use the module that uses the Exchange Web Services i get the error.

I only have the shotcut on my pc and the application is running good. i know the reference path is good i checked this more than 5 times. but when i just copy the dll to my folder where the shortcut is it is working good. what do i have to do to get the dll from the server where the aopplication is installed.

Tanx

Upvotes: 0

Views: 4063

Answers (1)

Carlos Landeras
Carlos Landeras

Reputation: 11063

You have to install the Microsoft Exchange WebServices API 2.0 in every client to be sure you have all the necesary assemblies.

Microsoft Exchange Web Services Managed API 2.0

In addition, check out the the server version. Maybe it is 64 bits and the clients are running 32 bits.

Upvotes: 1

Related Questions