Hi,
I don't know if someone could help me on this. I have a couple of Visual Studio 2010 extensions. Most of these extensions are providing extra functionalities for the currently selected Control(s) on the VS (WPF\SL) design surface. The extensions are
available as a custom menu item on the selected control's context menu.
I used the following articles to implement these tools without any problem.
http://www.ningzhang.org/2009/03/31/how-to-write-silverlight-design-time-for-all-designers-visual-studio-2008-blend-2-blend-3-and-visual-studio-2010/
http://www.nullskull.com/a/1478/wpf-controls-default-style-or-template-by-extending-the-wpf-designer-in-visual-studio-2010.aspx
It's important to note, that the selected control could be any type of control (I had to make a new entry in the regedit - that's why i pasted the 2nd link!)
My problem is, that I would like to use these tools under VS2012 (WPF\SL\WP8\WinRT XAML) but I can't get these tools working and I don't find anyting about this topic on the msdn :(
Anyone could help me please?
Regards,
Pal