Task List warning go away.....

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all, I am running VS.NET 2003 EA.
when I compile my application... I get no errors which is good, however I do
get this annoying warning in my task list. the warning is.... "Visual Studio
is ready to deploy" + "The project Name" and when I double click on the taks
it pops up the dialog asking me how I would like to deploy the application.
Either emulator or Device... which is fine... but I want to build my project
or solution and only see build errors, not silly warnings in my task list.
Can anyone help me with this???

Thanks,

Annoyed in Seattle....
 
Click on the Task List tab.

Right click on the grey bar labeled Description

On the Show Tasks menu, select Build Errors.

I'm guessing you have it set to "All" right now.
 
Yes I have tried setting it to Build Errors, but when I re-build the project
via
ctrl + shift + B it still brings up the task and the setting goes back to
All. :(

I've even tried going to view - Show Task - Build Erros... but it resets
back to All.

Any other thoughts??
 
Back
Top