Trying to import from Crystal Reports

Stimulsoft Reports.NET discussion
Post Reply
jp15
Posts: 1
Joined: Fri Sep 06, 2024 10:29 am

Trying to import from Crystal Reports

Post by jp15 »

Hello,

I am trying to import my reports from Crystal Reports to Stimulsoft. I am trying to use the import tool that it redirects to when I try to import from the designer, but I can't get it to work.

It compiles fine and the application launches, but when I select the file I want to convert I get the following error:
Image

This is the message I get as output:

Code: Select all

Excepción no controlada: CrystalDecisions.Shared.CrystalReportsException: No se ha podido cargar el informe. ---> System.Runtime.InteropServices.COMException: No se abrió el documento.
   en CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.get_ReportAppServer()
   en CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.get_ReportAppServer()
   en CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
   --- Fin del seguimiento de la pila de la excepción interna ---
   en CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
   en CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
   en CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
   en Import.CrystalReports.Form1.btnConvert_Click(Object sender, EventArgs e) en C:\Users\Usuario\Downloads\Importing.Tools-master\Import.CrystalReports\MainForm.cs:línea 347
   en System.Windows.Forms.Control.OnClick(EventArgs e)
   en System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   en System.Windows.Forms.Control.WndProc(Message& m)
   en System.Windows.Forms.ButtonBase.WndProc(Message& m)
   en System.Windows.Forms.Button.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   en System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
   en System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   en System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   en System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   en Import.CrystalReports.Form1.Main() en C:\Users\Usuario\Downloads\Importing.Tools-master\Import.CrystalReports\MainForm.cs:línea 294
Here is the repository of the tool I am using: https://github.com/stimulsoft/Importing ... ree/master

Can someone help me? Thanks in advance
Lech Kulikowski
Posts: 7333
Joined: Tue Mar 20, 2018 5:34 am

Re: Trying to import from Crystal Reports

Post by Lech Kulikowski »

Hello,

Please send us your project with assemblies on support@stimulsoft.com for analysis.

Thank you.
Post Reply