Installation failed run source code using VS 2019.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 anni tempo fa
Hi
I downloaded nopCommerce v4.40.4 source code from the nopCommerce official site. I opened the code using VS 2019 and ran it shows installation page. I provided all information to setup database with sample data.  Settings as follows
Admin user email : [email protected]
Admin user password : <password>
Confirm the password : <same password>
Create Sample Data : Checked
Database : MS SQL Server
Server name : localhost\SQLExpress
Database name : nopcommerceTest
User Integrated Window Authentication : Checked

I used SQLExpress as a database to run the application. I created the database manually and provided the name in the installation page and used checked windows authentication.  After the progress bar is finished, application shows the following error.
"Setup failed: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."
I opened the database and saw tables are created but there is no sample data.
I searched the error in the forum but I did not get any result.
Any kind of help or hints is appreciable.

Thanks,
2 anni tempo fa
In the database, query the Log table and see if there are any errors.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.