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:

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
Can someone help me? Thanks in advance