Whenever i create a new configuration or open an exsiting configuration file in Configurator.exe, i get the following error:
System.Exception: Can't find image 'Stimulsoft.Report.WpfDesign.ContextTools.Images.ContextToolService.png' in resources of 'Stimulsoft.Report.WpfDesign, Version=2010.1.700.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' assembly
at Stimulsoft.Base.Drawing.StiImageUtils.GetImage(Assembly imageAssembly, String imageName, Boolean makeTransparent)
at Stimulsoft.Base.Drawing.StiImageUtils.GetImage(Type type, String imageName, Boolean makeTransparent)
at Stimulsoft.Base.Services.StiServiceCategoryBitmapAttribute.GetImage()
at Stimulsoft.Base.Services.StiServiceCategoryBitmapAttribute.GetImage(Type type)
at Stimulsoft.Report.Design.StiServicesForm.BuildServices(StiTreeView StiTreeView, StiServiceContainer serviceContainer)
at Stimulsoft.Report.Design.StiServicesForm.BuildServices()
at Stimulsoft.Report.Design.StiServicesForm.tbNew_Click(Object sender, EventArgs e)
at Stimulsoft.Controls.Win.DotNetBar.BaseItem.RaiseClick(eEventSource source)
at Stimulsoft.Controls.Win.DotNetBar.BaseItem.InternalMouseUp(MouseEventArgs objArg)
at Stimulsoft.Controls.Win.DotNetBar.PopupItem.InternalMouseUp(MouseEventArgs objArg)
at Stimulsoft.Controls.Win.DotNetBar.ButtonItem.InternalMouseUp(MouseEventArgs objArg)
at Stimulsoft.Controls.Win.DotNetBar.BaseItem.InternalMouseUp(MouseEventArgs objArg)
at Stimulsoft.Controls.Win.DotNetBar.GenericItemContainer.InternalMouseUp(MouseEventArgs objArg)
at Stimulsoft.Controls.Win.DotNetBar.Bar.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at Stimulsoft.Controls.Win.DotNetBar.Bar.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I checked the your dll using reflector and i saw that there is no png image equivalant to 'Stimulsoft.Report.WpfDesign.ContextTools.Images.ContextToolService.png', but it was referenced in the folloing code
[StiServiceBitmap(typeof(StiWpfCTService), "Stimulsoft.Report.WpfDesign.ContextTools.Images.Properties.png")]
public class StiWpfPropertiesCTService : StiWpfCTService
{
public override MenuItem CreateMenuItem(StiWpfDesignerControl designer)
{
..........
so , i couldnt enumerate wpf services therefore i couldnt configure them correctly.
please help me about what i must do to solve the problem.
Error in Configurator.exe
Error in Configurator.exe
Hello,
This problem was fixed in latest release version (2010.2.800).
Thank you.
This problem was fixed in latest release version (2010.2.800).
Thank you.