New 4.7 release does not compile?

2 tuần cách đây
After downloading the source of the new 4.7 version, I attempted to compile the app. I get 126 errors. I notice that there are no nuget packages reported as being installed ?

Thanks

2 tuần cách đây
I presume this is your post. And everything works fine now
2 tuần cách đây
[email protected] wrote:
After downloading the source of the new 4.7 version, I attempted to compile the app. I get 126 errors. I notice that there are no nuget packages reported as being installed ?

Thanks



Missing NuGet packages are likely causing your 126 compilation errors in nopCommerce 4.7.

Please check the below points:

Verify NuGet Package Manager: Make sure you have the latest version installed.

Restore NuGet Packages:

Open Solution Explorer in VS.
Right-click your project's name and select "Manage NuGet Packages..."
Click Restore in the top right corner.

This should download and install the missing dependencies. If errors persist, check the error messages for specific package issues.