Tagged Questions

12
votes
6answers
21k views

Post Build exited with code 1

I have project with a post build event: copy $(ProjectDir)DbVerse\Lunaverse.DbVerse.*.exe $(TargetDir) I works fine every time on my machine. I have a new developer who always gets the "exited ...
1
vote
2answers
622 views

“Attach to Process” as a post-build event

I have an application that runs hosted under the "w3wp.exe" process. While debugging, I often find myself following these steps: 1 - Make some change 2 - Build the project 3 - Attach to "w3wp.exe" ...
1
vote
2answers
97 views

How can I invoke the post-build script without a build!

does anyone know how I can have the post build action execute without doing a build? There are loads of xcopy commands and it would be nice to use them on their own... but you cannot put them into a ...
0
votes
1answer
74 views

Automated Visual Studio Source Changes on Build (Update DBML etc.)

Every time I rebuild by DBML, I have to adjust settings for auto generated value etc. for individual fields. Is there a built-in tool which I could use to automate my changes in the DBML when I ...