Plugin with data access 4.30

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

thanks.
3 года назад
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.
3 года назад
I want to add new table and data access

Thank you
3 года назад
Best to look at Nop.Plugin.Tax.FixedOrByCountryStateZip
3 года назад
https://docs.nopcommerce.com/en/developer/plugins/plugin-with-data-access.html

This not working with 4.30 ?
3 года назад
The database interface has now changed to use Linq2db and Fluent Migrator so it is different to v4.2 which used Entity Framework
3 года назад
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
3 года назад
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.
3 года назад
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
3 года назад
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.