Visual studip 2013 release will not work

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
I can run the webside in Release and debug on my local pc.

If i try to publish the website i get erro about
missing files in

Metadata file 'C:\Users\Peter\Documents\Udvikling\nopCommerce_3.60_Source\Libraries\Nop.Services\bin\Release\Nop.Services.dll' could not be found  

These files are in the Debug folder but not in the release folder.

Also i cannot build the solution in release configuration
8 years ago
Hello,

If you downloaded the ZIP file then you need to right-click on the file and click properties.  Then click the "Unblock" button at the bottom of the General tab.  Then you can extract.  That worked for me.

Thanks.
8 years ago
Thank you


That was the problem.

But i could not find the unblock button.
I copied the files to an usb stick and copied them back again.
Then it is possible to build release configuration.
8 years ago
Try these steps:
- removed all packages under /packages folder except nopCommerceCustom
- Under nopCommerceCustom. right click and unblock those 2 assemblies in there
- Open VS, load the solution, right click on the solution or project, and Manage Nuget Package for solution.
- You should see "Restore" in the top corner, then click on Restore.
- Wait, will take a couple of minutes
- Once done, rebuild, should be good now, since those packages are your own solution packages .
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.