I'm trying to use JabberCOM in VB.NET and when I try
to compile I get this error:
Unhandled Exception: The program '[3408] Jabber.exe'
has exited with code 0 (0x0).
System.Runtime.InteropServices.COMException
(0x80040202): Exception from HRESULT: 0x80040202.
at
System.Runtime.InteropServices.UCOMIConnectionPoint.Ad
vise(Object pUnkSink, Int32& pdwCookie)
at
JabberCOM.IJabberSessionEvents_EventProvider.add_OnCon
nect(IJabberSessionEvents_OnConnectEventHandler )
at JabberCOM.JabberSessionClass.add_OnConnect
(IJabberSessionEvents_OnConnectEventHandler )
at UniChat.modJabber.set_Jabber(JabberSession
WithEventsValue)
at UniChat.modJabber.Main() in C:\Documents and
Settings\Administrator\My Documents\Visual Studio
Projects\Jabber\Jabber\modJabber.vb:line 14
It does not occur when the only event I use is
OnConnect but when I add OnAuthError it crashes on
the "Jabber = New JabberSession" line.
This is my first time submitting something to the bug
tracker so I appologise if I missed something in
formatting.
Thanks,
Matt (keyskid@gmail.com)