vb.net problems with STAThread() Error: invalidOperationException
My Problem is:
I want to make the function "createFolder" faster (or at least not
blocking my main thread), by adding a new callback to my threadpool. The
result is that.
I marked the main function with the STAThread() and the exception tells me
to mark my main function with the STAThread().
I'm open to any tips!
No comments:
Post a Comment