Hi
I am working on a project where i am using open source files.
I am getting error ' Starting a second message loop on a single thread is not valid operation'.
First I changed Application.Run to Form.ShowDialog but still I am having same issue.
Other thread (Application.Run) is in open source file.
Anybody know how to solve this isssue?