VahidN / EPPlus.Core

EPPlus.Core is an unofficial port of the EPPlus library to .NET Core
GNU Lesser General Public License v3.0
370 stars 93 forks source link

Runtime error: Could not load type System.StringExtensions from assembly CoreCompat.System.Drawing #7

Closed Myrmex closed 7 years ago

Myrmex commented 7 years ago

Hi, I'm trying to migrate an existing DLL using EPPlus 4.1.0 to .NET Core, thus replacing the reference to EPPlus with that to this port. At compile time I have no issues, but when consuming the library from a .NET 4.6.2 (WPF) application, I get this error when trying to create an Excel file:

could not load type System.StringExtensions from assembly CoreCompat.System.Drawing

Googling around, I found this post which seems related: https://github.com/dotnet/corefx/issues/15471. It seems that there is no viable solution to the issue right now. Is this correct? Should I just wait for a later release? Thanks you!

VahidN commented 7 years ago

Added .NET 4.x support too. Try V1.3.1 epppp