View Single Post
  #11 (permalink)  
Old 05-16-2008, 11:12 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 5,321
Last Blog:
Web slideshow in JavaS...
Rep Power: 45
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Tutorial: Starting C# with C# 2008 Express Edition

That is an error - it's a runtime exception. It occurs when you try to use a control that is currently being used by another thread (the one on which it was created).

Multiple threads are being used in this program. Jordan, have you made sure you're not using controls from another thread?
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Reply With Quote