|
|
Rank: Member Groups: Member
Joined: 11/2/2009 Posts: 69
|
hi I get faced with this error, when exit Designer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.ArgumentOutOfRangeException: Not a valid calendar for the given culture. Parameter name: value at System.Globalization.DateTimeFormatInfo.set_Calendar(Calendar value) at System.Globalization.CultureInfo.get_DateTimeFormat() at System.Globalization.CultureInfo.GetFormat(Type formatType) at System.Globalization.DateTimeFormatInfo.get_CurrentInfo() at System.DateTime.ToString(String format) at Stimulsoft.Report.StiLogService.Write(String message) at Stimulsoft.Report.StiLogService.Write(Type type, String message) at Stimulsoft.Report.Design.StiDesignerControl.DisposeDesigner() at Stimulsoft.Report.Design.StiDesignerControl.OnFormClosed(Object sender, EventArgs e) at System.Windows.Forms.Form.OnClosed(EventArgs e) at System.Windows.Forms.Form.WmClose(Message& m) at System.Windows.Forms.Form.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)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
Designer Assembly Version: 2009.3.501.0 Win32 Version: 2009.3.501.0 CodeBase: file:///C:/Program%20Files/Stimulsoft%20Reports.Net%202009.3%20Trial/Bin/Designer.exe
Stimulsoft.Report Assembly Version: 2009.3.501.0 Win32 Version: 2009.3.501.0 CodeBase: file:///C:/Program%20Files/Stimulsoft%20Reports.Net%202009.3%20Trial/Bin/Stimulsoft.Report.DLL
System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
Stimulsoft.Base Assembly Version: 2009.3.501.0 Win32 Version: 2009.3.501.0 CodeBase: file:///C:/Program%20Files/Stimulsoft%20Reports.Net%202009.3%20Trial/Bin/Stimulsoft.Base.DLL
Stimulsoft.Report.Design Assembly Version: 2009.3.501.0 Win32 Version: 2009.3.501.0 CodeBase: file:///C:/Program%20Files/Stimulsoft%20Reports.Net%202009.3%20Trial/Bin/Stimulsoft.Report.Design.DLL
Stimulsoft.Controls.Win Assembly Version: 2009.3.501.0 Win32 Version: 2009.3.501.0 CodeBase: file:///C:/Program%20Files/Stimulsoft%20Reports.Net%202009.3%20Trial/Bin/Stimulsoft.Controls.Win.DLL
System.Web Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
Stimulsoft.Report.Win Assembly Version: 2009.3.501.0 Win32 Version: 2009.3.501.0 CodeBase: file:///C:/Program%20Files/Stimulsoft%20Reports.Net%202009.3%20Trial/Bin/Stimulsoft.Report.Win.DLL
Stimulsoft.Editor Assembly Version: 2009.3.501.0 Win32 Version: 2009.3.501.0 CodeBase: file:///C:/Program%20Files/Stimulsoft%20Reports.Net%202009.3%20Trial/Bin/Stimulsoft.Editor.DLL
Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
Stimulsoft.Controls Assembly Version: 2009.3.501.0 Win32 Version: 2009.3.501.0 CodeBase: file:///C:/Program%20Files/Stimulsoft%20Reports.Net%202009.3%20Trial/Bin/Stimulsoft.Controls.DLL
System.Design Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll
************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
<configuration> <system.windows.forms jitDebugging="true" /> </configuration>
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I corrected the machine.config the
and
set default settings for date and language
Is if you need further explanation, ask
Thank you. so29 attached the following image(s):

|
|
Rank: Advanced Member Groups: Stimulsoft Team
Joined: 6/9/2006 Posts: 1,132
|
Hello,
What OS is installed on your PC? What is the localization?
Thankl you.
|
|
Rank: Member Groups: Member
Joined: 11/2/2009 Posts: 69
|
hi
Quote: What OS is installed on your PC?
winXP professional 2002 sp2
Quote:What is the localization? Location US language English
Thank you.
|
|
Rank: Advanced Member Groups: Administration, Stimulsoft Team
Joined: 2/19/2009 Posts: 952
|
Hello,
Thank you for your information. We have made some changes. Please check next prerelease build.
Thank you.
|
|
Rank: Member Groups: Member
Joined: 11/2/2009 Posts: 69
|
hi
In time to save the faces get the error There is need also to say it?
Thank you
|
|
Rank: Advanced Member Groups: Administration, Stimulsoft Team
Joined: 2/19/2009 Posts: 952
|
Hello,
Sorry i don't understand you.
Thank you.
|
|
Rank: Member Groups: Member
Joined: 11/2/2009 Posts: 69
|
hi
Quote:Sorry i don't understand you.
When I save the project to Designer (.mrt) Faced with the error become
Of how about it?
Thank you
|
|
Rank: Advanced Member Groups: Stimulsoft Team
Joined: 6/9/2006 Posts: 1,132
|
Hello,
This error is fixed and the patch will be available in the next prerelease build from 15-March-2010.
Thank you.
|
|
Rank: Member Groups: Member
Joined: 11/2/2009 Posts: 69
|
hi
Quote:This error is fixed and the patch will be available in the next prerelease build from 15-March-2010
Where do I download this file؟؟
I do not find it here http://stimulsoft.com/ReportsNetDownloads.aspx
Please guide me
Thank you
|
|
Rank: Advanced Member Groups: Stimulsoft Team
Joined: 6/9/2006 Posts: 1,132
|
Hello,
The patch from March is not available. You may download either official release at http://www.stimulsoft.com/Downloads.aspx or the latest prerelease build at http://www.stimulsoft.com/ReportsNetDownloads.aspx .
Thank you.
|
|
|
Guest |