点击此处---> 群内免费提供SAP练习系统(在群公告中)
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
我正在努力理解为什么我的报告导致我的程序崩溃。 在VS 2019的开发中工作正常。这是我从Windows获得的日志文件。 我已经重新安装了Crystal Reports。 任何帮助,我将不胜感激:
日志名称:应用程序
来源:.NET运行时
日期:2020年3月18日09:12:30
事件ID:1026
任务类别:无
级别:错误
关键字:经典
用户:N/A
计算机:首页
说明:
应用程序:Schedular.exe
框架版本:v4.0.30319
说明:由于未处理的异常,进程已终止。
异常信息:System.IO.FileLoadException
在CrystalDecisions.Shared.SharedUtils..cctor()
异常信息:System.TypeInitializationException
在CrystalDecisions.Shared.SharedUtils.get_CurrentControl()
在CrystalDecisions.Shared.SharedUtils.GetEffectiveCulture()
在CrystalDecisions.CrystalReports.Engine.CREngineRes.GetString(System.String)
在CrystalDecisions.CrystalReports.Engine.ReportDocument.CheckForCrystalReportsRuntime()
在CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()
异常信息:System.TypeInitializationException
在CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()
在Schedular.WindowMissions.MissionsItemList.QuickPrint_Click(System.Object,System.Windows.RoutedEventArgs)
在System.Windows.EventRoute.InvokeHandlersImpl(System.Object,System.Windows.RoutedEventArgs,布尔值)上
在System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject,System.Windows.RoutedEventArgs)
在System.Windows.Controls.Primitives.ButtonBase.OnClick()
在System.Windows.Controls.Button.OnClick()
在System.Windows.Controls.Ribbon.RibbonButton.OnClick()
在System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)
在System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate,System.Object)
在System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object,System.Windows.RoutedEventArgs)
在System.Windows.EventRoute.InvokeHandlersImpl(System.Object,System.Windows.RoutedEventArgs,布尔值)上
在System.Windows.UIElement.ReRaiseEventAs(System.Windows.DependencyObject,System.Windows.RoutedEventArgs,System.Windows.RoutedEvent)
在System.Windows.UIElement.OnMouseUpThunk(System.Object,System.Windows.Input.MouseButtonEventArgs)
在System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate,System.Object)
在System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object,System.Windows.RoutedEventArgs)
在System.Windows.EventRoute.InvokeHandlersImpl(System.Object,System.Windows.RoutedEventArgs,布尔值)上
在System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject,System.Windows.RoutedEventArgs)
在System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)
在System.Windows.Input.InputManager.ProcessStagingArea()
在System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs)
在System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)
在System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr,System.Windows.Input.InputMode,Int32,System.Windows.Input.RawMouseActions,Int32,Int32,Int32)
在System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr,MS.Internal.Interop.WindowMessage,IntPtr,IntPtr,布尔ByRef)
在System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr,Int32,IntPtr,IntPtr,布尔ByRef)
at MS.Win32.HwndWrapper.WndProc(IntPtr,Int32,IntPtr,IntPtr,布尔ByRef)
在MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
在System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate,System.Object,Int32)
在System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object,System.Delegate,System.Object,Int32,System.Delegate)
在System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority,System.TimeSpan,System.Delegate,System.Object,Int32)
在MS.Win32.HwndSubclass.SubclassWndProc(IntPtr,Int32,IntPtr,IntPtr)
在MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
在System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
在System.Windows.Application.RunDispatcher(System.Object)
在System.Windows.Application.RunInternal(System.Windows.Window)
在Schedular.App.Main()
不知道为什么。
尝试我的示例测试应用-
https://blogs.sap.com/2016/02/17/how-to-parameters-in-crystal-reports-for-visual-studio-net /
使用ProcessMonitor查看缺少的内容。
尝试在EXE上单击鼠标右键,然后选择"以管理员身份运行"。
您知道这在代码中的什么位置吗?
以及您正在使用哪个CR的VS SP?您能张贴您用来运行报告的代码并指出错误发生的位置吗?
嗨,戴尔,这是我正在使用的代码:
感谢您的帮助
感谢,当您创建报告时,您使用了什么数据源?
可能是您无法控制的字段映射API
如果CR无法完全映射字段,则会自动删除该字段并引起各种问题。
尝试将数据转储到XML文件中 然后将XML加载并设置到XML文件中。
CR需要XML和XSD文件。
Don
我尝试实例化报告 从调用窗口,但这也不起作用。 每当我上线时,它就会中断
如果新报告崩溃,则说明安装有问题。
右键单击setup.exe
您可能还想先修复VS。
唐
一周热门 更多>