Hi all,
I did a code to implement a dockable window and it is working fine in my machine.
But when I deploy the same in another machine, the OnCreate method is not invoked automatically whereas the constructor which intailize the component "InitializeComponent();" is invoked. How to resolve this issue? Kindly suggest.