I've created a DockableWindow in my Add-In (vs 2010, c#, arcobjects 10 sp2) and the esri config was updated with the following:
<DockableWindows>
<DockableWindow id="CTArcMapAddin_AreasDockWindow" class="AreasDockWindow+AreasDockWindowImpl" caption="Areas" image="Images\AreasDockWindow.png">
<InitialPlacement height="300" width="250" state="unpinned" position="left" />
</DockableWindow>
</DockableWindows>
I run the Add-In and the dockable window shows up on the left side...
Then when changing the "position" value to "right" and running the addin again it's still positioned to the left...why does that change not show through...a bug maybe?
