0

I'm using no source code in nopcommerce 4.60. I'm trying to run this code in my root folder but I don't know what my ApplicationName is {yourApplicationName}.

dotnet {yourApplicationName}.dll
Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
Grampiano
  • 99
  • 1
  • 7
  • [Install nopCommerce - Without Source Code](https://docs.nopcommerce.com/en/installation-and-upgrading/installing-nopcommerce/installing-on-windows.html) – quaabaam Mar 01 '23 at 23:07

1 Answers1

0

you can't change your nopCommerce application's DLL name until you modify the entire nopCommerce solution source code from Nop.Web to {YourApplication Name}. It'll always remain the name as per nop library project.

Raju Paladiya
  • 778
  • 2
  • 12
  • 35