Vijay
Guest
|
Posted:
Tue Oct 18, 2005 12:58 am Post subject:
The requested address is not valid in its context |
|
|
I am using a third party tool to subscribe to notifications from exchange
server 2003. I am using C# and windows application to connect from an XP/2003
server box to my exchange server which is running from a 2000 server box.
The problem is that, I get a socketexception:
Subscribed (vmohan) [69] {userMailbox.Contacts, NotificationType.Delete} to:
httpu://sfstest:4578/
Subscribed (vmohan) [70] {userMailbox.Tasks, NotificationType.NewMember} to:
httpu://sfstest:4578/
Subscribed (vmohan) [71] {userMailbox.Tasks, NotificationType.Update} to:
httpu://sfstest:4578/
Subscribed (vmohan) [72] {userMailbox.Tasks, NotificationType.Delete} to:
httpu://sfstest:4578/
Binding to end point (UDP)
System.Net.Sockets.SocketException: The requested address is not valid in
its context
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at
ExchangeLibrary.Subscriptions.SubscriptionThread.MainListenerThread(String
serverName, Int32 port, Boolean& success) in D:\Projects\Sales
Focus\Code\ExternalApplicationInterfaces\Projects\ExchangeLibrary\Subscriptions\SubscriptionThread.cs:line 108
I do not get any exception, if I run the same program from the exchange
server machine itself. Please help.
|
|