Windows Vista Beta | WinVistaBeta.com - Message | Problem Debugging Windows App in VS 2008

November 19, 2008  
Subject: Problem Debugging Windows App in VS 2008
Group: microsoft.public.vstudio.general
Date: 9/16/2008 6:16:58 PM
From: "fripper" [Email Address Protection]

I must be .having a mental lapse ... I am getting back to a VB windows app
in VS 2005 that I wrote a year or so ago. I have opened it in VS 2008 and
the conversion [from 2005 to 2008] seemed to go fine (no errors). After
making a change to the program and hitting F5 to debug it it does not bring
up the version that I modfied ... it brings up a old version that is sitting
in my bin/debug folder. I have set the Configuration Manager to put the
compiled code in bin/debug but it doesn't seem to do that [I don't have clue
where the compiled version goes!].

It's a simple app although the solution does contain a SETUP project (so I
can deploy it) but that shouldn't cause any problems.

I suspect I am doing something silly here ... but I cannot figure out what
that is.

Thanks for any help.




Back