Why is publication not working in VS2008 without error message?

I have a web application that I am trying to create and publish. The strange thing is that when I clean, build or rebuild, everything seems beautiful. When I make a publication, although I get a message that the publication failed, but does not receive additional information:

========== Publish: 0 succeeded, 1 failed, 0 skipped ==========

If in the "Copy" section I select "All files in the source project folder", it works fine, but if I select "Only files necessary to run this application" or "All project files", I get an error message, but without additional information.

I use subversion, and if I copy (export) a project and open it outside the original control, it seems to publish correctly. Is there any known interaction with subversion that does not allow this correctly? Is there any work to get “Only files needed to run this application” with subversion?

Thanks for any help

+3
source share
7 answers

, , . , , Ankh, "" → "" → " " → "" " . . , , ...

+4

(Ctrl + Alt + O) .

------ Publish started: 

========== Publish: 0 succeeded, 1 failed, 0 skipped ==========

?

+3

, Subversion Ankh, Ankh, , , Ankh .

+3

: svn, " , " " ", .

, VS , " ", , , -, SVN . VS , ( , "Failed" ).

, , SVN Clean/Update , VS . : - (

+1

, , Ctrl + Alt + O) , , .

+1

enter image description here 1. , - . - , .

2. .

+1

, "". , "" "".

-1

Source: https://habr.com/ru/post/1702737/


All Articles