Nop.Services.Messages.IEmailSende

4 months ago
notice this error today any help would be appreciated.
The "Nop.Services.Messages.IEmailSender" interface/class has been overridden in those assemblies: Nop.Plugin.Misc.Twilio.Email, Nop.Plugin.Misc.Sendinblue. This situation may cause errors because there is only one of them will be used (Please contact the assembly(ies) developers to solve this problem.)
4 months ago
nvm i can remove that plugin i dont need it.
4 months ago
Yes basically it is saying there is two plugins overriding the same interface/class Nop.Services.Messages.IEmailSender
1. Nop.Plugin.Misc.Twilio.Email
and
2. Nop.Plugin.Misc.Sendinblue
Only one of the plugins will work - the one which has used the highest order specified
So you need to work out which one you want to use and Uninstall the other one
1 week ago
I see the logic in what you described here but I have situation where the 'overriding' assemblies are listed as the same. I only have one instance of that dll with the listed service , so I dont understand what it is saying.

Thx for any help,
Geoffk
1 week ago
@Geoffk - please post the full error message (including stack trace)
1 week ago
Thx for reply but I have found the error .... class was incorrectly registered in a second plugin.