Setup failed. nopcommerce 4.40

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
один год назад
Hi
I'm trying to install nopcommerce 4.40 But the below error will be shown on the install page

Setup failed: An exception was thrown while activating λ:FluentMigrator.Runner.IVersionLoader.


MySQL version: 8.0.29
nopcommerce version: 4.40

How can fix this error?

Thank you
один год назад
Hi. It may be related to the MySql driver. Please update package of the Connector/NET in Nop.Data.csproj file:
<PackageReference Include="MySql.Data" Version="8.0.28" />
to
<PackageReference Include="MySql.Data" Version="8.0.29" />
For more details, https://github.com/nopSolutions/nopCommerce/issues/6284#issuecomment-1158782260
один год назад
Mahbubur Rahman wrote:
Hi. It may be related to the MySql driver. Please update package of the Connector/NET in Nop.Data.csproj file:
<PackageReference Include="MySql.Data" Version="8.0.28" />
to
<PackageReference Include="MySql.Data" Version="8.0.29" />
For more details, https://github.com/nopSolutions/nopCommerce/issues/6284#issuecomment-1158782260


Thank you for your reply

where can find Nop.Data.csproj file?
один год назад
well, you need to download source code version, then you will find it here src\Libraries\Nop.Data\Nop.Data.csproj
You need to build the source code after modify it.
Check it, https://github.com/nopSolutions/nopCommerce/issues/6284#issuecomment-1162528399
один год назад
Mahbubur Rahman wrote:
well, you need to download source code version, then you will find it here src\Libraries\Nop.Data\Nop.Data.csproj
You need to build the source code after modify it.
Check it, https://github.com/nopSolutions/nopCommerce/issues/6284#issuecomment-1162528399


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