XlsIO: 'Unable to find an entry point named 'CopyMemory' in DLL 'kernel32.dll' on workbook.SaveAs(filename)

I'm building an application that creates an Excel file. I'm using WPF, .NET Core, and Syncfusion File Formats. Once I have created the worksheet I attempt to save it with the SaveAs function. I receive the exception: System.EntryPointNotFoundException: 'Unable to find an entry point named 'CopyMemory' in DLL 'kernel32.dll'.'

Has anyone else seen this? Any recommended solution?

Thank you.

1 Reply

KK Konduru Keerthi Konduru Ravichandra Raju Syncfusion Team June 1, 2020 08:57 AM UTC

Hi Charles, 

Greetings from Syncfusion. 

We have faced similar issue previously and got a solution through GitHub. We request you to look into the following link for more information and try the suggestion provided. 

After trying the suggestion the issue has been resolved at our side.  

If you still face the issue, kindly share the issue reproducing sample along with the packages you are using, which will be helpful for us in investigating the query. 

Regards, 
Keerthi. 


Loader.
Up arrow icon