Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your code is not Thread-safe. #9

Closed
GoogleCodeExporter opened this issue Sep 21, 2015 · 5 comments
Closed

Your code is not Thread-safe. #9

GoogleCodeExporter opened this issue Sep 21, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Compile and run the Time Series example with Visual Studio 2005.
2. You will get the run-time error: "Cross-thread operation not valid: 
Control 'currentIterationBox' accessed from a thread other than the thread 
it was created on."

Under VS 2005 you cannot run code that is not thread safe.
See: http://msdn2.microsoft.com/en-us/library/ms171728.aspx for more 
details.

What version of the product are you using? On what operating system?
Windows XP, Visual Studio 2005.

Original issue reported on code.google.com by CBra...@CypressPoint.com on 29 Dec 2006 at 10:16

Attachments:

@GoogleCodeExporter
Copy link
Author

Yes, it is true. The code was written under .NET 1.0 and then under 1.1, so it 
was 
not designed for .NET 2.0 initially. The transition to .NET 2.0 is already in 
the 
progress, so soon it will be finished.

Original comment by andrew.k...@gmail.com on 8 Feb 2007 at 8:46

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by andrew.k...@gmail.com on 13 Feb 2007 at 9:03

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

All samples were updated to VS.NET 2005 and thread safery was added.

Original comment by andrew.k...@gmail.com on 23 Feb 2007 at 7:27

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by andrew.k...@gmail.com on 26 Aug 2007 at 6:34

  • Changed state: Verified

@GoogleCodeExporter
Copy link
Author

Original comment by andrew.k...@gmail.com on 19 May 2008 at 6:08

  • Changed state: Released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant