Could not load file or assembly 'EPPlus' in nopcommerce 3.80

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I am getting above error in nopcommerce 3.80.

full error i.e. : "Could not load file or assembly 'EPPlus, Version=4.0.4.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"

I surprise that why this type of error is showing, because this EPPLUS.dll already has been given reference to my project with the suitable version i.e. 4.0.4.0.

And also showing this dll in project bin folder.

Then also showing this error.
5 years ago
sksoni wrote:
I am getting above error in nopcommerce 3.80.



I surprise that why this type of error is showing, because this EPPLUS.dll already has been given reference to my project with the suitable version i.e. 4.0.4.0.

.


Error seems to be version mismatch.
5 years ago
Be sure your project is using "do not copy" for the core references.  (They will already be in the core bin, and should not be anywhere else like your plugin folder)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.