Plugin with data access 4.30

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 3 años
This topic not working with 4.30 .
https://docs.nopcommerce.com/en/developer/plugins/plugin-with-data-access.html
Any updates ?

thanks.
Hace 3 años
https://docs.nopcommerce.com/en/developer/plugins/how-to-write-plugin-4.30.html
I never start a plugin from the beginning. I always copy a similar plugin and edit it.
Hace 3 años
I want to add new table and data access

Thank you
Hace 3 años
Best to look at Nop.Plugin.Tax.FixedOrByCountryStateZip
Hace 3 años
https://docs.nopcommerce.com/en/developer/plugins/plugin-with-data-access.html

This not working with 4.30 ?
Hace 3 años
The database interface has now changed to use Linq2db and Fluent Migrator so it is different to v4.2 which used Entity Framework
Hace 3 años
unfortunately I get Error and no new entity in database
"FileNotFoundException: Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Unknown location"

Any tutorial for "Plugin with data access"

Thank you
Hace 3 años
khedr wrote:
..."FileNotFoundException: Could not load file or assembly 'System.Configuration.ConfigurationManager,...

I don't think this is related to your data access question.  Did you try to load a plugin from another version of nopCommerce?

As Yidna suggested, it's best to look at the source code for an existing plugin.
Hace 3 años
The error happened after installed the plugin.
But there is no new entity in database..
Is there any step after install the plugin or external code out the plugin ?

Thank you
Hace 3 años
https://docs.nopcommerce.com/en/developer/plugins/plugin-with-data-access-4.30.html

That work with me.

Thank you
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.