I have Visual C# Express 2010.
When I make changes and then rebuild my project using F6, I've noticed that the EXE file in bin\release is updated. But the EXE file in bin\debug is not updated.
I need the file in bin\debug to be updated in order to re-run NUnit.
Am I doing something wrong? I'm not a techie :)
2 replies to this topic
#1
Posted 14 October 2010 - 02:40 AM
|
|
|
#2
Posted 14 October 2010 - 03:22 AM
Change type of build to Debug - I suppose it is currently set to Release. It is originally accessible via toolbar at the top of the window. If you closed that toolbar, find it somehow in right click + Toolbars or in Options menu (I don't have Express studio installed at this computer so I can't navigate you precisely).
#3
Posted 14 October 2010 - 03:58 AM
Thanks zoranh. That worked fine :)
I had to use the Import Settings Wizard, but I now know a lot more about Visual C# Express :)
I had to use the Import Settings Wizard, but I now know a lot more about Visual C# Express :)
zoranh said:
Change type of build to Debug - I suppose it is currently set to Release. It is originally accessible via toolbar at the top of the window. If you closed that toolbar, find it somehow in right click + Toolbars or in Options menu (I don't have Express studio installed at this computer so I can't navigate you precisely).
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









