Hi,
the exe file (and all related dlls, if you're creating a multi-project solution) is created each time you (re)build your solution (menu -> Build | Build Solution) . Look into your project's bin/Debug folder (or bin/Release, if you're building in Release configuration) for your executables...
Andrej
|