Subject: Login doesn't work after .Net 4
Hi there,
I use agsXmpp 1.1.0.0 dll from a C# winforms solution containing multiple projects.
After recently upgrading (most of) those projects to target runtime .Net 4 in VS.Net 2010, the code to login to the XMPP server no longer works.
The error in the logs is:
xmppCon_OnSocketError(): Exception is - The requested name is valid and was found in the database, but it does not have the correct associated data being resolved forSystem.Net.Sockets.SocketException (0x80004005): The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for
at System.Net.Dns.InternalGetHostByAddress(IPAddress address, Boolean includeIPv6)
at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
at agsXMPP.net.ClientSocket.Connect()
I suspect this is due to my move to .Net 4 causing issues like that described here with agsXMPP:
http://connect.microsoft.com/VisualStudio/feedback/details…
Are there any plans to release a new build of agsXMPP.dll that will resolve this error?
Thank you
C2010
I use agsXmpp 1.1.0.0 dll from a C# winforms solution containing multiple projects.
After recently upgrading (most of) those projects to target runtime .Net 4 in VS.Net 2010, the code to login to the XMPP server no longer works.
The error in the logs is:
xmppCon_OnSocketError(): Exception is - The requested name is valid and was found in the database, but it does not have the correct associated data being resolved forSystem.Net.Sockets.SocketException (0x80004005): The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for
at System.Net.Dns.InternalGetHostByAddress(IPAddress address, Boolean includeIPv6)
at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
at agsXMPP.net.ClientSocket.Connect()
I suspect this is due to my move to .Net 4 causing issues like that described here with agsXMPP:
http://connect.microsoft.com/VisualStudio/feedback/details…
Are there any plans to release a new build of agsXMPP.dll that will resolve this error?
Thank you
C2010
Coder2010
Show profile
Link to this post
