When I open one of the Silverlight examples that uses the StiSLViewerControl, I get an exception in the design time environment of Visual Studio if I do the following:
(1) Open MainPage.xaml
(2) Click on the StiSLViewerControl
(3) Go to Properties, which is sorted by category
(4) Expand the Miscellaneous tab
Doing the above shows the following error message in the Visual Studio 2012 Designer:
An Exception was thrown.
XamlParseException: [Line: 0 Position: 0]
Stack Trace
at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
at MS.Internal.XcpImports.UIElement_Measure(UIElement element, Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at Stimulsoft.Controls.SL.DockPanel.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
InnerException: None
Thanks