Restart a deployed application

Hello, I would like to know how to restart an application that was deployed, executed and closed in the VS2005's emulator.   

By now, if I finish the application it is not possible to run it again (at least I don't know how).    

I've not used a real device yet. But I want to know what will happen about this subject.

Thanks,

Alvaro




Answer this question

Restart a deployed application

  • Altug Atik

    You need to make sure application is terminated and not minimized (as it normally would on WM) to start it again. You can add exit menu to your application for debugging or terminate it via memory applet.



  • zppro

    Mmm... I suppose that you wanted to say to close the application with Application.Exit(). Ok

    I didn't do that. But now, I repeat the question. Where does the PC store the application Or how can you access to the executable file in the emulator/device

    Thanks,

    Alvaro



  • techie234

    Oh, you just could not find an exe on device file system I’ve assumed you run into “file in use” deployment issue with VS.

    Anyway, PC deploys application in the location on device specified in your project, usually in \Program Files\<Application Name>. Check your project settings on “Devices” tab to be sure. You could use file explorer on device or emulator to access the file.



  • Restart a deployed application