简体   繁体   中英

Visual Studio 2015 Publishing Issue

I am able to build the solution and run in Debug mode but when I try to publish to my local inetpub directory it fails!?!?!

Here is the build output (showing that all is well)

构建输出

Then, here is the publish output:

失败的发布输出

Here is the class and reference in question. This proves and shows that all is legit.

在此处输入图片说明

Can you please help me out here.

  • First build your solution in Release mode and check there are no errors.
  • Also make sure that in your BL Project Bin\\Release folder, DAL project DLL is copied.
  • Start Publish again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM