nopCommerce 3.5 and VS 2013 - How to publish

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
While publishing have following error:


file:///D:\Project\MVC\nop_3.5\packages\Autofac.3.5.2\lib\net40\Autofac.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
7 years ago
For Publishing the website below is the step:

Step : 1 - Publish the Nop.Web project.

Step : 2 - Publish the Nop.Admin project.

Go to the publishe folder where your publish created

Step : 3 - Cut all dll from the Administration and Paste all dll to bin folder which in main bin folder for whole project.

Step : 4 - Copy two things from your source project and in App_Data folder  Settings.txt and InstalledPlugins.txt which is not published in your publish file so paste this two files in your publish folder in App_Data. (You need to change the connection string in Setting.txt as per your database host).

Step : 5 - Now you need to copy whole plugins folder from your source folder (but remember this plugins folder you need to copy from the Presentation folder not from the main source  where the solution file are there.).

Step : 6 - Now your publish been ready.(now you can deploy on hosting server)
7 years ago
vishvanathsinh wrote:
For Publishing the website below is the step:

Step : 1 - Publish the Nop.Web project.

Step : 2 - Publish the Nop.Admin project.

Go to the publish folder where your publish created

Step : 3 - Cut all dll from the Administration and Paste all dll to bin folder which in main bin folder for whole project.

Step : 4 - Copy two things from your source project folder name App_Data and that two thing from App_Data are  Settings.txt and InstalledPlugins.txt which is not published in your publish file so paste this two files in your publish folder in App_Data. (You need to change the connection string in Setting.txt as per your database host).

Step : 5 - Now you need to copy whole plugins folder from your source folder (but remember this plugins folder you need to copy from the Presentation folder not from the main source  where the solution file are there.).

Step : 6 - Now your publish been ready.(now you can deploy on hosting server)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.