I just updated a WPF app to the latest 12.1 service release and got the following error with apparently with IG.xamPivotGrid.xaml
The tag 'DragDropManager.DropTarget' does not exist in XML namespace 'http://schemas.infragistics.com/xaml'. Line 3010 Position C:\Users\fzandomeni\Documents\BMS-APPS\Projects\Viking\Viking-ProcSpend WPF\Viking-ProcSpend\Themes\IG\IG.xamPivotGrid.xaml
<ig:DragDropManager.DropTarget>
<ig:DropTarget IsDropTarget="True" DropTargetMarkerBrush="{StaticResource DropTargetMarkerBrushFill}" DropChannels="Rows, Columns, Filters, MeasureList"/>
</ig:DragDropManager.DropTarget>
Is this a known issue? How can I solve it?
Thanks!
Fabian Zandomeni
Thanks Matt, that was the problem.
I wonder why that reference got lost during the upgrade to 12.1....
Cheers,
Fabian
HI,
It sounds like you are missing the Infragistics.DragDrop Assembly.
Please add it to your project's references.
Sincerely, Matt Developer Support Engineer