I have some third party control that consumes lot of UI therad time. It is hosted in a VS tool window. I created another STA thread that pumps messages and try to create this toolwindow from there. But it got failed.
Actually i called ShowToolWindow() from this thread and inside the function it will try to FindToolWindow()
Please suggest me a way to do this if some one has experience in hosting tool window from a thread other than UI thread.