I am trying to build some block grid components which include an image media content picker to be able to upload images and use them on my website,
but I got an error that says: while I am saving and publishing it.
An error occurred
Could not load type 'NPoco.ProcessMapperExtensions' from assembly 'NPoco, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null'.
Exception Details
System.TypeLoadException, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: Could not load type 'NPoco.ProcessMapperExtensions' from assembly 'NPoco, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null'.
I also get this when publishing a home page using Umbraco v11.3. I notice its 2 months now and no-one has bothered to reply from Umbraco. Not a good situation especially considering we have just upgraded to this version.
This is a user based help forum and is not necesarily frequented by Umbraco personnel. Should you require assistance from Umbraco you should raise a support request or a bug report
Problem with publishing images
I am trying to build some block grid components which include an image media content picker to be able to upload images and use them on my website, but I got an error that says: while I am saving and publishing it. An error occurred Could not load type 'NPoco.ProcessMapperExtensions' from assembly 'NPoco, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null'.
Exception Details System.TypeLoadException, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: Could not load type 'NPoco.ProcessMapperExtensions' from assembly 'NPoco, Version=5.7.1.0, Culture=neutral, PublicKeyToken=null'.
and this is my packages in the csproj file
I also get this when publishing a home page using Umbraco v11.3. I notice its 2 months now and no-one has bothered to reply from Umbraco. Not a good situation especially considering we have just upgraded to this version.
This is a user based help forum and is not necesarily frequented by Umbraco personnel. Should you require assistance from Umbraco you should raise a support request or a bug report
I added the NuGet package NPoco.SqlServer and its resolved this for me.
is working on a reply...