C
chaitu
Hi guys,
I've written a parallel build program (in Perl) that takes a
pre-computed dependency tree of many projects in 2 visual studio .net
2003 solution (.sln) files here at my company, and builds projects at a
same level of dependency parallelly.
While doing this, sometimes I get "Microsoft Visual Studio experienced
some errors and needs to close" pop-up (which was gone after I disabled
error-reporting for programs from Control Panel) but I keep getting
pop-ups describing the correct syntax for running "devenv" command (I
use this command to build projects from command-line).
I've tried searching a lot of places for what this pop-up means, why it
comes up, and how I prevent its popping up? My program has a project
build retry mechanism so even if the thread building it fails, one more
thread later will build it, so I want to disable ALL popups from visual
studio and keep my programs running, without waiting for me to manually
close the popups.
Any inputs will be highly appreciated!
-Krishna
I've written a parallel build program (in Perl) that takes a
pre-computed dependency tree of many projects in 2 visual studio .net
2003 solution (.sln) files here at my company, and builds projects at a
same level of dependency parallelly.
While doing this, sometimes I get "Microsoft Visual Studio experienced
some errors and needs to close" pop-up (which was gone after I disabled
error-reporting for programs from Control Panel) but I keep getting
pop-ups describing the correct syntax for running "devenv" command (I
use this command to build projects from command-line).
I've tried searching a lot of places for what this pop-up means, why it
comes up, and how I prevent its popping up? My program has a project
build retry mechanism so even if the thread building it fails, one more
thread later will build it, so I want to disable ALL popups from visual
studio and keep my programs running, without waiting for me to manually
close the popups.
Any inputs will be highly appreciated!
-Krishna