Setup failed. nopcommerce 4.40

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 năm cách đây
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
1 năm cách đây
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
1 năm cách đây
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?
1 năm cách đây
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
1 năm cách đây
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.