Upload dll from source code to no source code in nopcommerce 4.5.4

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 ano atrás
Hi,

I have done some changes in PdfService.cs  Now I want to upload this dll in my no source code of nopcommerce 4.5.4. From where the dll should be taken? I need help for the path from source code and the path of no source code

I have uploded 2 files from the path of source code \Nopcommerce 4.5.4\ Presentation\ Nop.Web \bin\ Debug\net6.0
Nop.Services.dll
Nop.Services.pdb

to the path of wwwroot of no source code


Is this the right path?

Regards,
Diksha
1 ano atrás
Select Release instead of Debug
Right mouse click and Publish Nop.Web
Publish to a local directory
Use the changed .dll's and or .cshtml files from the published directory and copy to production
Nop.Services.pdb is debugging information so you dont need that
1 ano atrás
Hi,


I tried this above solution but I don't think the files are getting affected because I am getting the same output.

Is there any other way. It would really help

Regards,
Diksha
1 ano atrás
Are you going to the published directory
Are the dates on the .dll's changing ?
Are you copying the correct changed / files to production ?
Stop the production webserver
Take a backup of the old files before making a change
Copy over the files with the new version
(Then you should see an error and confirm you want to overwrite the old files)
Restart the production webserver after making the update
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.