visual studio 2008 - Jabber-Net release build fails to connect to XMPP Server -
I downloaded from jabber-net source I vs 2005/08 SSNL file (2005-jabber-net.sln) Open, set the "2005-example" as the active project, create it in debug mode, after connecting to the XMPP server, after the method (), the callback is called jc_OnAuthenticate (), which means that The application is connected to XMPP server.
Then I in release mode. Creating the SLN, the same example went on again, this time the connect () does not happen after the call, callback jc_OnAuthenticate () is never called; Is this a known problem with overbought?
There is some code in the debug. :
\ jabber \ protocol \ EnumParser.cs (184):
debug Asset (map.TryGetValue (Value, Out Val));
I write it again:
bool b = map.TryGetValue (value, out value); Debug.Assert (b);
Works (at least for me).
Comments
Post a Comment