An Exception in Visual Studio when viewing properties

Stimulsoft Reports.Silverlight discussion
Locked
Scottioioio
Posts: 47
Joined: Thu Dec 20, 2012 6:58 pm

An Exception in Visual Studio when viewing properties

Post by Scottioioio »

I am familiarizing myself with the StiSLViewerControl Silverlight viewer control and have opened the samples downloaded with the Stimulsoft Reports Ultimate package. I am using Visual Studio 2012 and version 2012.3 of Stimulsoft Reports.

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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: An Exception in Visual Studio when viewing properties

Post by Alex K. »

Hello,

We made some improvements in this direction.
Please check the next prerelease build when it will be available.

Thank you.
Locked