Subject: VS2005 Erratta
Greetings,
When attempting to use the XMPP component, along withe the mini client example the following error occurs while using Visual Studio 2005 Release Candidate (this also occurs in the beta 2):
Cross-thread operation not valid: Control 'rtfDebug' accessed from a thread other than the thread it was created on.
The error also occurs in the other debug area, and then again here:
private void XmppCon_OnRosterStart(object sender)
{
// Disable redraw for faster updating
lvwRoster.BeginUpdate();
}
I then recompiled the agsXMPP dll accordingly, along with the client and still receive these errors.
What might the cause and solution be?
Thank you
Ben
When attempting to use the XMPP component, along withe the mini client example the following error occurs while using Visual Studio 2005 Release Candidate (this also occurs in the beta 2):
Cross-thread operation not valid: Control 'rtfDebug' accessed from a thread other than the thread it was created on.
The error also occurs in the other debug area, and then again here:
private void XmppCon_OnRosterStart(object sender)
{
// Disable redraw for faster updating
lvwRoster.BeginUpdate();
}
I then recompiled the agsXMPP dll accordingly, along with the client and still receive these errors.
What might the cause and solution be?
Thank you
Ben