Release UL_2014.01.10: VBSample CustomDesigner does not work
Posted: Fri Jan 17, 2014 8:40 am
Hello,
the Silverlight VB.NET sample "C:\Program Files (x86)\Stimulsoft Reports.Ultimate 2013.3\Samples\Silverlight\VB.Net\Pure\CustomDesigner\"
does not work anymore in prerelease "Release UL_2014.01.10" (release 2013.3 does not work as well).
Compile error:
interface method "Public Property Designer As Stimulsoft.Report.SLDesign.StiSLDesignerControl Implements Stimulsoft.Report.SLDesign.IStiSLDesignerMenu.Designer"
does not exist anymore and 1-2 other compile errors.
After correcting the compile errors i get the following exception during startup initialization:
System.Windows.Markup.XamlParseException occurred
LineNumber=9
LinePosition=47
Message=The invocation of the constructor on type 'Stimulsoft.Report.SLDesign.StiSLDesignerControl' that matches the specified binding constraints threw an exception. [Line: 9 Position: 47]
StackTrace:
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at CustomDesigner.MainPage.InitializeComponent()
at CustomDesigner.MainPage..ctor()
InnerException: System.MissingMethodException
Message=Constructor on type 'CustomDesigner.CustomMenu' not found.
StackTrace:
at Stimulsoft.Base.StiActivator.CreateObject(Type type, Object[] arguments)
at Stimulsoft.Report.SLDesign.StiSLDesignerControl.LoadCustomMenu()
at Stimulsoft.Report.SLDesign.StiSLDesignerControl..ctor(StiReport report)
at Stimulsoft.Report.SLDesign.StiSLDesignerControl..ctor()
InnerException:
Thanks
the Silverlight VB.NET sample "C:\Program Files (x86)\Stimulsoft Reports.Ultimate 2013.3\Samples\Silverlight\VB.Net\Pure\CustomDesigner\"
does not work anymore in prerelease "Release UL_2014.01.10" (release 2013.3 does not work as well).
Compile error:
interface method "Public Property Designer As Stimulsoft.Report.SLDesign.StiSLDesignerControl Implements Stimulsoft.Report.SLDesign.IStiSLDesignerMenu.Designer"
does not exist anymore and 1-2 other compile errors.
After correcting the compile errors i get the following exception during startup initialization:
System.Windows.Markup.XamlParseException occurred
LineNumber=9
LinePosition=47
Message=The invocation of the constructor on type 'Stimulsoft.Report.SLDesign.StiSLDesignerControl' that matches the specified binding constraints threw an exception. [Line: 9 Position: 47]
StackTrace:
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at CustomDesigner.MainPage.InitializeComponent()
at CustomDesigner.MainPage..ctor()
InnerException: System.MissingMethodException
Message=Constructor on type 'CustomDesigner.CustomMenu' not found.
StackTrace:
at Stimulsoft.Base.StiActivator.CreateObject(Type type, Object[] arguments)
at Stimulsoft.Report.SLDesign.StiSLDesignerControl.LoadCustomMenu()
at Stimulsoft.Report.SLDesign.StiSLDesignerControl..ctor(StiReport report)
at Stimulsoft.Report.SLDesign.StiSLDesignerControl..ctor()
InnerException:
Thanks