I have a project on WPF .NET Core. I added another project for Crystal Reports and I am trying to invoke the report window from inside main project.
Not implemented, this message appears:
System.BadImageFormatException: 'Could not load file or assembly' CrystalReportWpfApplication1, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null '. An attempt was made to load a program with an incorrect format.
The calling code is:
new CrystalReportWpfApplication1.Window1().Show();