nopCommerce 4.30 RC is available. Please share your impressions

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 yıl önce
bvWebmaster wrote:
I can´t open the solution, I always get the following error, what is wrong on my end?

...\nopCommerce_4.30_RC_Source\Plugins\Nop.Plugin.Widgets.FacebookPixel\Nop.Plugin.Widgets.FacebookPixel.csproj : error  : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format.  C:\Users\Notandi\Desktop\nopCommerce_4.30_RC_Source\Plugins\Nop.Plugin.Widgets.FacebookPixel\Nop.Plugin.Widgets.FacebookPixel.csproj


Did you grant the appropriate  "iis appPool\profile" to the plugins folder and others as required?
3 yıl önce
[email protected] wrote:
I can´t open the solution, I always get the following error, what is wrong on my end?

...\nopCommerce_4.30_RC_Source\Plugins\Nop.Plugin.Widgets.FacebookPixel\Nop.Plugin.Widgets.FacebookPixel.csproj : error  : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format.  C:\Users\Notandi\Desktop\nopCommerce_4.30_RC_Source\Plugins\Nop.Plugin.Widgets.FacebookPixel\Nop.Plugin.Widgets.FacebookPixel.csproj

Did you grant the appropriate  "iis appPool\profile" to the plugins folder and others as required?


I had for debugging purposes given everyone full control for all the folders and files but that did not change anything, are there any apppool related configurations I need to set up.

I havent been working with installing nopCommerce locally since 3.8 - has anything regarding that changed?

I also tried downloading a No Source version of 4.3RC and set it up via IIS but when I try to browse the site, I only get a blank white screen, installation setup does not come up.
3 yıl önce
bvWebmaster wrote:
I can´t open the solution, I always get the following error, what is wrong on my end?

...\nopCommerce_4.30_RC_Source\Plugins\Nop.Plugin.Widgets.FacebookPixel\Nop.Plugin.Widgets.FacebookPixel.csproj : error  : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format.  C:\Users\Notandi\Desktop\nopCommerce_4.30_RC_Source\Plugins\Nop.Plugin.Widgets.FacebookPixel\Nop.Plugin.Widgets.FacebookPixel.csproj

Did you grant the appropriate  "iis appPool\profile" to the plugins folder and others as required?

I had for debugging purposes given everyone full control for all the folders and files but that did not change anything, are there any apppool related configurations I need to set up.

I havent been working with installing nopCommerce locally since 3.8 - has anything regarding that changed?

I also tried downloading a No Source version of 4.3RC and set it up via IIS but when I try to browse the site, I only get a blank white screen, installation setup does not come up.


Go through the typical checklist.

folder permission
.net core 3.1 runtime installed
dotnet-runtime-3.1.0-win installed
aspnetcore-runtime-3.1.0-win installed
dotnet-hosting-3.1.0-win installed
IIS application pool - No Managed Code - Integrated
database setup with proper access permission
3 yıl önce
Hi bvWebmaster, I just typed out detailed instructions but on posting I got an alert stating that I was not permitted to post! Must have been something I typed. Anyway I hope this posts and if you need those instructions just ask and I'll PM them to you.
3 yıl önce
On a fresh deployment from using the source code VS project, (deploys and runs fine, can login via the admin page) - when i click the login screens, i keep getting a 301/307 redirects and the login screen is never loaded.

It's strange, and i've checked my IIS redirect rules, and also looked at the webconfig files, but can't seem to pinpoint where and why the redirect loops are occuring.

Trying to wrap my head around this and not sure why, but going to setup a new IIS Site, Installation and Database Record.

I setup a Web Deploy publish method, and can publish fine on other sites but seem to be having some issues just with this deployment.

Any ideas please ?
3 yıl önce
I have to adjust the values for the Store
https://github.com/nopSolutions/nopCommerce/issues/4641
3 yıl önce
Yidna wrote:
I have to adjust the values for the Store
https://github.com/nopSolutions/nopCommerce/issues/4641


Spot on, thank you - after updating the following, this then allowed me to hit the login page.

Updated via Database.

  update Store set Url = 'https://[MyStoreUrl]/', Hosts = '[MyHosts}', SslEnabled = 1
3 yıl önce
Hi,

When creating a plugin to integrate a prior project with nopcommerce, I've noticed that MigrationManager.cs BuildTable only takes the Type passed to it and does not incorporate any of the parent classes/attributes.
As a result, when inheriting from a class in the plugin, the BuildTable function does not include any of the columns that should be there due to inheritance from parent class/es. Unless there is a workaround that I'm not aware of (please let me know if there is some way of doing this!!), this means that each database table object will need to have lots of replicated code.
What would be great is if the MigrationManager.cs incorporated a recursive search up the inheritance hierarchy until reaching BaseEntity, similar to that shown in https://docs.microsoft.com/en-us/dotnet/api/system.type.basetype?view=netcore-3.1
Thanks,

Matt
3 yıl önce
Hi Nop Team,

Any instruction to run version 4.30 for MySQL?

I always get this error :
Setup failed: Fatal error encountered during command execution.

Thanks,
Mick
3 yıl önce
I am still having issue sending email from exchange server 2019. I submitted a bug for this last month, seemed as it was fixed in the new RC version but as i test i am still not able to send emails out. Same error as before.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.