Asked by:
msbuild constantly hangs

Question
-
Whenever I build and run, MSBUILD hangs. When I stop execution and re-run, it cannot deploy because MSBUILD is holding onto the process.
I have to constantly kill MSBUILD.
If I switch to 64bit, it does the same thing (only the 64bit version hangs)
- Edited by Dexter Dengler Sunday, March 31, 2013 8:49 PM
- Moved by Matt SmallMicrosoft employee, Moderator Wednesday, April 3, 2013 2:53 PM MSBUILD issue
Sunday, March 31, 2013 8:47 PM
All replies
-
Is this for a store app or all projects?
Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.
NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.Tuesday, April 2, 2013 2:41 AMModerator -
I presume store, though I should note I am also using Bing maps. I see there is a new update. I will try that.Sunday, April 7, 2013 4:31 PM
-
Hangs almost every time still.Saturday, April 13, 2013 1:03 AM
-
No one else is experiencing this? Even if I clean/rebuild all it still hangs 3 times out of 4. Does anyone know what other process I need to kill?
start Taskkill /F /IM MayApp.exe
start Taskkill /F /IM MSBUILD.exe- Edited by Dexter Dengler Saturday, April 20, 2013 8:47 PM
Saturday, April 20, 2013 5:48 PM -
I swear I am going to lose my mind.
Make small code adjustment.
Build, Fail, Build, Fail.... 3 minutes later, build succeed
Monday, May 13, 2013 11:15 PM -
Sounds like you need to refresh your image.
Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.
NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.Tuesday, May 14, 2013 2:18 PMModerator -
Ok, I did that.
Nothing :( Did you mean VS or my machine?
Sunday, May 19, 2013 1:59 AM -
This is doubling dev time :(Sunday, May 19, 2013 8:59 PM