Error saving member with memberService.save(member) - also on admin
Hello everyone.
I'm having an issue saving a member. I loaded the member and I get all the data fine but when saving via memberService.Save(member) I am getting the following:
Could not load type 'NPoco.ProcessMapperExtensions' from assembly 'NPoco, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null'.
Edit: I just noticed it also happens on the admin system. I can't save members without getting the same error.
Error saving member with memberService.save(member) - also on admin
Hello everyone.
I'm having an issue saving a member. I loaded the member and I get all the data fine but when saving via memberService.Save(member) I am getting the following:
Edit: I just noticed it also happens on the admin system. I can't save members without getting the same error.
Any thoughts?
Thank you in advance.
I found out it's a bug in 11.4.0 with members that have properties with the ContentPicker. I have reported it here.
add the NuGet package NPoco.SqlServer. It solved a very similar issue (publishing content) for me.
is working on a reply...