Installing and Configuring nopCommerce 4.20 (Установка и настройка nopCommerce 4.20)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Good afternoon!
     I already have nopCommerce 3.70 on my computer, I decided to install nopCommerce 4.20 as well.
I have the following software installed on my computer:
1. Windows 7;
2. Visual Studio Community 2019 16.4.2;
3. Microsoft SQL Serve 2008 R2 Express Edition;
4. Microsoft .NET Core Runtime - 2.2.8 (x64);
5. Microsoft .NET Core SDK 2.2.110 (x64);
6. Microsoft .NET Core SDK 2.2.402 (x64);
7. Microsoft .NET Core SDK 3.1.100 (x64) from Visua Studio;
8. Microsoft .NET Framework 4.8;
9. Microsoft .NET Framework 4.8 (Russian);
10. Microsoft ASP.NET Core 2.2.8 - Shared Framework.

Version 3.70 works, in version 4.20 it gives an error:
Win32Exception: Cannot find the specified file

SqlException: A network or instance error occurred while establishing a connection to SQL Server. Server not found or unavailable. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: named pipe provider, error: 40-Could not open a connection to SQL Server)

     Tell me what the error is, maybe because the program is installed: Microsoft SQL Serve 2008 R2 Express Edition?

Best regards, Sergei
----------------------------------------------------------
Добрый день!
     У меня на компьютере уже стоит nopCommerce 3.70, решил установить еще и версию nopCommerce 4.20.
У меня на компьютере установлено следующее программное обеспечение:
1.  Windows 7;
2.  Visual Studio Community 2019 16.4.2;
3.  Microsoft SQL Serve 2008 R2 Express Edition;
4.  Microsoft .NET Core Runtime – 2.2.8 (x64);
5.  Microsoft .NET Core SDK 2.2.110 (x64);
6.  Microsoft .NET Core SDK 2.2.402 (x64);
7.  Microsoft .NET Core SDK 3.1.100 (x64) from Visua Studio;
8.  Microsoft .NET Framework 4.8;
9.  Microsoft .NET Framework 4.8 (Русский);
10.  Microsoft ASP.NET Core 2.2.8 – Shared Framework.

Версия 3.70 работает, в вот версия 4.20 выдает ошибку:
Win32Exception: Не удается найти указанный файл

SqlException: при установлении соединения с SQL Server произошла ошибка, связанная с сетью или экземпляром. Сервер не найден или недоступен. Убедитесь, что имя экземпляра указано правильно и что SQL Server настроен на разрешение удаленных подключений. (поставщик: поставщик именованных каналов , ошибка: 40-не удалось открыть соединение с SQL Server)

     Скажите в чем ошибка, может быть потому что установлена программа:  Microsoft SQL Serve 2008 R2 Express Edition?

С уважением, Сергей
4 years ago
Looks like SQL Server service is not running on your machine. To make sure, press window + R, type services.msc and search for SQL SERVER(SQLEXPRESS) in the list.
4 years ago
SQL Server error is only side affect. The actual error is some file(s) missing.  if you can see what the name of the file is from the error, it would help.
4 years ago
Windows exception - Looks like windows program is not available / running
mhsjaber wrote:
Looks like SQL Server service is not running on your machine. To make sure, press window + R, type services.msc and search for SQL SERVER(SQLEXPRESS) in the list.

Is SQL Server running ?
4 years ago
SQL SERVER (SQLEXPRESS) in the list is and works in automatic mode.
Today when viewing in a browser, it gives another error:

SqlException: Invalid syntax near "OFFSET" construct. Invalid use of the NEXT parameter in a FETCH statement.
-------------------------------------------------------------------------
SQL SERVER (SQLEXPRESS) в списке есть и работает в автоматическом режиме.
Сегодня при просмотре в браузере, выдает другую ошибку:
SqlException: Неправильный синтаксис около конструкции "OFFSET". Недопустимое использование параметра NEXT в инструкции FETCH.
4 years ago
I just checked the requirements and it says
Supported databases - MS SQL Server 2012 or above
See https://docs.nopcommerce.com/en/user-guide/installing/technology-system-requirements.html
4 years ago
Many thanks!
I realized I will try to install MS SQL Server 2012.

Большое спасибо!
Я понял, буду пробовать установить MS SQL Server 2012.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.