Hi,
I created a web service .cs file using wsdl command for Exchange 2010 web services. The created file looks good, and it can be compiled in the application, too.
But when the code runs like
ExchangeServiceBinding binding = new ExchangeServiceBinding();
It got the exception: "There was an error reflecting type 'ProxyHelpers.EWS.AttachmentType'."
Any ideas about it?
Thanks a lot.