HI
Tried use Avalon Dock in WPF- VS 2012, sample project compiles and executes fine, but design time not showing and It could not find any AvalonDock controls, like Resizepanel, other then DockManager, its not find sub elements. VS2012 .NET 4.5 and x86.
Comments: ** Comment from web user: iSerge **
Tried use Avalon Dock in WPF- VS 2012, sample project compiles and executes fine, but design time not showing and It could not find any AvalonDock controls, like Resizepanel, other then DockManager, its not find sub elements. VS2012 .NET 4.5 and x86.
Comments: ** Comment from web user: iSerge **
I resolved this issue by copying AvalonDock assembly into GAC.
Detailed instructions:
1. Open Visual Studio command prompt as administrator
2. cd to directory where you downloaded AvalonDoc assembly
3. Issue command "gacutil /i AvalonDock.dll" or "gacutil /i Xceed.Wpf.AvalonDock.dll" for version 2.0.2000