Finally a new version. Thank you! Now I'm happy :D
Just upgraded from Q1 2013 to Q2 2013. Fixed the project paths. Rebuilt our solution. Now I'm unhappy again :(
Broken features
* Drag-dropping our shapes from our panel does not produce a shape in our diagram.
* Connections are invisible. (Even if I remove our custom connection style.)
Now, please don't tell me to create a god-damn sample project for you. You changed something in Q2 that implies these silent errors. Please fix them as soon as possible or tell us how to adapt to whatever the changes were.
Thank you
Update
Please note that we create our own connection using GetConnectionContainerForItemOverride(). Also, dropping does not work even if I explicitly add a drop-handler in the view's code-behind:
DragDropManager.AddDropHandler(this, OnDropItem);
or
DragDropManager.AddDropHandler(this.diagram, OnDropItem);