µTasker Forum

µTasker Forum => µTasker general => Topic started by: alager on April 24, 2009, 07:44:39 PM

Title: Visual Studio help
Post by: alager on April 24, 2009, 07:44:39 PM
I know this isn't uTasker directly, but I am working on a uTasker project.   ;)

I use F5 to start debugging, and since I'm lazy, I let that do the build also.  But I accidentally clicked the check box to "don't warn me anymore" when there are errors in the build.  Now I can't figure out how to turn that warning back on.
Any ideas?

Thanks,
Aaron
Title: Re: Visual Studio help
Post by: mark on April 24, 2009, 08:53:57 PM
Hi Aaron

You can set this in the Tools | Options... Then in Project Solutions | Build and Run (there are two drop-down lists allowing the behavior to be defined).
Setting "Prompt to Build" will get the pop-up back.

Regards

Mark

PS. This is valid for VS 2008


Title: Re: Visual Studio help
Post by: alager on April 24, 2009, 09:22:31 PM
Thanks!  I kept looking in the debug area...

Aaron