سلام.
یکی از خطاهای عجیبی که برای من تا بحال به وجود آمده، همین خطای fastreport در ویندوز 8 هست. هنگامی که پیش‌نمایش گزارش fastreport به کاربر نمایش داده می‌شود مشکل زیر نمایش داده می‌شود.
کسی تا بحال با این مشکل برخورد کرده؟؟؟ چه باید کرد؟؟؟

System.TypeInitializationException: The type initializer for 'FastReport.Design.PageDesigners.Page.ReportWorksp ace' threw an exception. ---> System.FormatException: Input string was not in a correct format.
at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)
at FastReport.Utils.Converter.FromString(Type type, String value)
at FastReport.Utils.Converter.StringToFloat(String value)
at FastReport.Design.PageDesigners.Page.ReportWorkspa ce..cctor()
--- End of inner exception stack trace ---
at FastReport.BandBase.PointInObject(PointF point)
at FastReport.ReportPage.HitTest(PointF mouse)
at FastReport.Preview.PreviewWorkspace.OnMouseMove(Mo useEventArgs e)
at System.Windows.Forms.Control.WmMouseMove(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
at System.Windows.Forms.UserControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)