Exchange Web Services and VS 2008 (Missing ExchangeServiceBinding)
After breaking my head for the day long for the missing proxy class ExchangeServiceBinding after adding the Exchange Web Services reference in Visual Studio 2008, I found the solution thought to share.
If same reference is added in to Visual studio 2005 IDE the proxy class for ExchangeServiceBinding is generated. So If someone wants rest his/her soul in peace just follow these steps:
Click on Add Service Reference > Click Advance Button (At bottom of page) > Click Add Web Reference Button > Place URL of WSDL file and there you go....
Happy coding/integration :)
Posted: Tuesday, December 16, 2008 4:30 PM by shmahar
Filed under: Visual Studio 2005, VS2008, VS2005, VS 2008, Exchange Web Service, ExchangeServiceBinding
Anonymous comments are disabled
come from :http://blogs.msdn.com/shmahar/archive/2008/12/16/exchange-web-services-and-vs-2008-missing-exchangeservicebinding.aspx
Comments
SpatDSG said:
Nice! Thanks! I looked for a while for this and your blog nailed it.
spatdsg