Home > Net >  . Could you tell me the great spirit CrystalDecisions CrystalReports. Engine. ReportDocument "o
. Could you tell me the great spirit CrystalDecisions CrystalReports. Engine. ReportDocument "o

Time:09-28

Troublesome everybody have a look at the great god, help me solve the,
Windows 10, 64, the newly installed health platform used to print notes is to prompt the following error, please the great god see what reason, how to solve, thank you,
"CrystalDecisions. CrystalReports. Engine. ReportDocument" of type initializers cause abnormal,

In CrystalDecisions. CrystalReports. Engine. ReportDocument.. Ctor ()
In VillageRoom. Report. PrintOutpatientInvoice.. Ctor (Int64 sfid, Boolean ispreview, Boolean isnew)
In VillageRoom. Wpf_Win_SF. UC. UCOutpRcptChargeList. BtnBd_Click (Object sender, RoutedEventArgs e)
In the System. Windows. RoutedEventHandlerInfo. InvokeHandler (Object target, RoutedEventArgs RoutedEventArgs)
In the System. Windows. EventRoute. InvokeHandlersImpl (Object source, RoutedEventArgs args, Boolean reRaised)
In the System. Windows. UIElement. RaiseEventImpl (DependencyObject sender, RoutedEventArgs args)
In the System. Windows. UIElement. RaiseEvent (RoutedEventArgs e)
In the System. Windows. Controls. The Primitives. ButtonBase. OnClick ()
In the System. Windows. Controls. A Button. The OnClick ()
In the System. Windows. Controls. The Primitives. ButtonBase. onm ouseLeftButtonUp (MouseButtonEventArgs e)
In the System. Windows. UIElement. onm ouseLeftButtonUpThunk (Object sender, MouseButtonEventArgs e)
In the System. Windows. Input. MouseButtonEventArgs. InvokeEventHandler (Delegate genericHandler, Object genericTarget)
In the System. Windows. RoutedEventArgs. InvokeHandler (Delegate handler, the Object target)
In the System. Windows. RoutedEventHandlerInfo. InvokeHandler (Object target, RoutedEventArgs RoutedEventArgs)
In the System. Windows. EventRoute. InvokeHandlersImpl (Object source, RoutedEventArgs args, Boolean reRaised)
In the System. Windows. UIElement. ReRaiseEventAs (DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
In the System. Windows. UIElement. onm ouseUpThunk (Object sender, MouseButtonEventArgs e)
In the System. Windows. Input. MouseButtonEventArgs. InvokeEventHandler (Delegate genericHandler, Object genericTarget)
In the System. Windows. RoutedEventArgs. InvokeHandler (Delegate handler, the Object target)
In the System. Windows. RoutedEventHandlerInfo. InvokeHandler (Object target, RoutedEventArgs RoutedEventArgs)
In the System. Windows. EventRoute. InvokeHandlersImpl (Object source, RoutedEventArgs args, Boolean reRaised)
In the System. Windows. UIElement. RaiseEventImpl (DependencyObject sender, RoutedEventArgs args)
In the System. Windows. UIElement. RaiseTrustedEvent (RoutedEventArgs args)
In the System. Windows. Input. The InputManager. ProcessStagingArea ()
In the System. Windows. Input. The InputManager. ProcessInput (InputEventArgs Input)
In the System. Windows. Input. InputProviderSite. ReportInput (InputReport InputReport)
In the System. Windows. Interop. HwndMouseInputProvider. ReportInput (IntPtr HWND, an InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, y Int32, Int32 wheel)
In the System. Windows. Interop. HwndMouseInputProvider. FilterMessage (IntPtr HWND, WindowMessage MSG, IntPtr wParam, IntPtr lParam, Boolean& Handled)
In the System. Windows. Interop. HwndSource. InputFilterMessage (IntPtr HWND, Int32 MSG, IntPtr wParam, IntPtr lParam, Boolean& Handled)
In Ms. Win32. HwndWrapper. WndProc (IntPtr HWND, Int32 MSG, IntPtr wParam, IntPtr lParam, Boolean& Handled)
In Ms. Win32. HwndSubclass. DispatcherCallbackOperation (Object o)
In the System. Windows. Threading. ExceptionWrapper. InternalRealCall (Delegate callback, Object args, Int32 numArgs)
In the System. Windows. Threading. ExceptionWrapper. TryCatchWhen (Object source and the Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

CodePudding user response:

This kind of question please check two things
1. The config files are lack the necessary configuration items
2. Whether the release folder lack the necessary DLL

The problem is in the

Static=new XXXX XXX XXXX () the static definition,

If XXXX depend on the configuration items, so no configuration config, abnormal will
If new XXXX (), he relies on internal other DLLS, don't have the DLL, will be abnormal (this also includes x86, x64 load the DLL failed, etc.)

CodePudding user response:

Lack the necessary DLL files
  • Related