nopCommerce 4.10 BETA released. Please share your impressions

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Ditto

timmit wrote:
.NET Core is supposed to be faster than .NET Framework right? And one of the goals of 4.1 was to improve performance. It would be awesome to get some benchmarks comparing 4.0 with 4.1. Nop team, are you able to do this?
5 years ago
LuckyWolf19 wrote:
Do you mind confirming if and/or when this version will run on Linux servers?

https://github.com/nopSolutions/nopCommerce/issues/3095

In this version we've finally fully moved to .NET Core. But we still support Windows only. We plan to support Linux in version 4.20
5 years ago
a.m. wrote:
Do you mind confirming if and/or when this version will run on Linux servers?

https://github.com/nopSolutions/nopCommerce/issues/3095
In this version we've finally fully moved to .NET Core. But we still support Windows only. We plan to support Linux in version 4.20


What is making the solution require Windows when its on dotnet core? Does any projects or external references require .Net?
5 years ago
a.m. wrote:
In the release notes it says:
● Removed PayPal Direct plugin from the solution
● Removed FedEx plugin from the solution

Does that mean that the Nop team will no longer support those plugins?
Hi Eduardo,

1. This PayPal API doesn't work anymore (for newly registered merchants). So we won't support it
2. We'll publish and support FedEx on our marketplace

Thanks Andrei!
5 years ago
chadwixk wrote:
Ditto

.NET Core is supposed to be faster than .NET Framework right? And one of the goals of 4.1 was to improve performance. It would be awesome to get some benchmarks comparing 4.0 with 4.1. Nop team, are you able to do this?


https://www.ageofascent.com/2016/02/18/asp-net-core-exeeds-1-15-million-requests-12-6-gbps/
https://blogs.msdn.microsoft.com/dotnet/2017/06/07/performance-improvements-in-net-core/
5 years ago
Question. One of my vendors has a WSDL I use to pull their inventory. But NET CORE doesn’t support SOAP calls anymore. Anyone have any suggestions what I should use?
5 years ago
dootchie wrote:
Question. One of my vendors has a WSDL I use to pull their inventory. But NET CORE doesn’t support SOAP calls anymore. Anyone have any suggestions what I should use?


SOAP is old thing now. You should move to Rest Services using ASP.net Web API's that are also available in .net Core.

See this link

https://docs.microsoft.com/en-us/aspnet/core/web-api/?view=aspnetcore-2.1
5 years ago
Hello Andrei,

We've tried installing the very latest version of nopCommerce 4.10 both on our local machines and on Azure to test it out.
We've found three issues.

1. We've tried installing nopCommerce 4.10 on our local machines using SQL Server 2008 R2. Once the installation is complete we get the following error:

SqlException: Incorrect syntax near 'OFFSET'.
Invalid usage of the option NEXT in the FETCH statement.


2. We started the installation process of nopCommerce 4.10 on Azure. However, after a certain amount of time (while the installation loader was shown) we got a 500 timeout error.
Although, if you access the site after the error the site is loaded. If you get the error you might believe the installation was not successful and try again.

3. After accessing the newly installed site (the same one created in issue #2) the HTML is loaded but the CSS files are not. For some reason, all the scripts are included but none of the CSS files are included. This way the site looks broken.
It turns out that after restarting the website the CSS is then loaded correctly.

Regards,
Anton
5 years ago
Does that mean it is possible to use another db engine?

Congratulation with the progress, it is a rarity these days that SW development delivers as estimated, you apparently must have found the golden formular :)
5 years ago
Nop-Templates.com wrote:
Hello Andrei,

We've tried installing the very latest version of nopCommerce 4.10 both on our local machines and on Azure to test it out.
We've found three issues.

1. We've tried installing nopCommerce 4.10 on our local machines using SQL Server 2008 R2. Once the installation is complete we get the following error:

SqlException: Incorrect syntax near 'OFFSET'.
Invalid usage of the option NEXT in the FETCH statement.


2. We started the installation process of nopCommerce 4.10 on Azure. However, after a certain amount of time (while the installation loader was shown) we got a 500 timeout error.
Although, if you access the site after the error the site is loaded. If you get the error you might believe the installation was not successful and try again.

3. After accessing the newly installed site (the same one created in issue #2) the HTML is loaded but the CSS files are not. For some reason, all the scripts are included but none of the CSS files are included. This way the site looks broken.
It turns out that after restarting the website the CSS is then loaded correctly.

Regards,
Anton

1. Just set "UseRowNumberForPaging" to "true" in appsettings.json (backwards compatibility with SQL Server 2008)

2. We'll check it.

3. Do you mean that HTML source doesn't have any links to CSS after installation? Only in Azure?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.