Hi,
We have a requirement to open two windows in different UI threads.
Suppose,
X Wpf Window opens in Main thread
Y Wpf window opens in another thread
Now we have a tool window in both X window and Y window.
While we are trying to float the tool window programtaically in Y window using "toolWindow.Float()" we are getting following exception.When we tried to float the toolwindow in X window, it works fine with toolWindow.Float().Also the same error threading errors occurs when we double click on the Y Window toolWindow.
Please suggest any solution for this problem as this is becoming a Show Stopper issue for our application. Your help is highly appreciable. Waiting for your earliest response.
Thanks
Keshav