version 4.30 32 bit IIS

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 года назад
Hello I have an iis app pool limited to 32 bits, is it possible to download version 4.30 compiled in 32 bits? I have found only the 64 bit version

Thanks!
3 года назад
What version of IIS  ?
What operating system ?
3 года назад
Hi, this is my config: windows server 2019, iis 10

I need to have the 32-bit application pool because I have some native 32-bit components. I cannot use a separate Application pool.
3 года назад
Better check if there is a 32bit version of .netcore 3.1 - I see x86
I just tried to compile the solution in x86 and it did not build ?

What are the native 32-bit components ?
.NetCore can have errors if you try and run two websites in the same application pool

So the short answer is I dont know if you could get it to work :)
3 года назад
The following link for 4.30 32bit

https://github.com/nopSolutions/nopCommerce/releases/download/release-4.30/nopCommerce_4.30_NoSource_win_x86.zip
3 года назад
I have shared hosting with smarterasp.net company and I face the following ERROR:
-----------------------------------------------------------------------------------------------------------------------------------------------
HTTP Error 500.32 - Failed to load .NET Core host
Common solutions to this issue:
The app was likely published for a different bitness than w3wp.exe/iisexpress.exe is running as.
Specific error detected by ANCM:
Could not load hostfxr.dll.
Troubleshooting steps:
Check the system event log for error messages
Enable logging the application process' stdout messages
Attach a debugger to the application process and inspect
For more information visit: https://go.microsoft.com/fwlink/?LinkID=2028526
-------------------------------------------------------------------------------------------------------------------------------------------------
Support team tell me that server run website in 32 bit.
I will try x86 version then I will give you feedback
3 года назад
See this
https://github.com/nopSolutions/nopCommerce/issues/4412

Also, SmarterAsp has a nopCommerce 1-click installer.  Did you try that?  (You can always upload any custom things after you see that the core system works OK.)
3 года назад
If you are using shared hosting in smarterAsp, open the web.cofig and switch to "outofprocess" hosting model
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.