This question is locked. New answers and comments are not allowed.
Hello Telerik!
We have updated to Q2 2011 and since then we get an argument exception whenever we try to show a RadWindow with a RadDocking in it. The exception occurs on the line "var desiredSize = base.MeasureOverride(availableSize);" in the file WindowPresenterBase.cs on line 195.
The debug output produces the following two lines just before the main exception:
A first chance exception of type 'System.ArgumentNullException' occurred in Telerik.Windows.Controls.Docking
A first chance exception of type 'System.ArgumentException' occurred in System.Windows.dll
I have no idea whatsoever where these errors occur and they started when we updated to the latest release. We have a separate Theme-dll though which compiles and run fine with the new release, but I had to make a few small changes in the RadDocking control template for it in order to work. Are there any more changes in the control templates I should be aware of?
The RadWindows we are showing are not declared in XAML by the way.
We have updated to Q2 2011 and since then we get an argument exception whenever we try to show a RadWindow with a RadDocking in it. The exception occurs on the line "var desiredSize = base.MeasureOverride(availableSize);" in the file WindowPresenterBase.cs on line 195.
The debug output produces the following two lines just before the main exception:
A first chance exception of type 'System.ArgumentNullException' occurred in Telerik.Windows.Controls.Docking
A first chance exception of type 'System.ArgumentException' occurred in System.Windows.dll
I have no idea whatsoever where these errors occur and they started when we updated to the latest release. We have a separate Theme-dll though which compiles and run fine with the new release, but I had to make a few small changes in the RadDocking control template for it in order to work. Are there any more changes in the control templates I should be aware of?
The RadWindows we are showing are not declared in XAML by the way.
