The default eVC project attempts to download the EXE file each time you build your application. If you aren't connected to the device, this results in a dialog box on the screen that reads "Connecting to the device" that attempts to connect for 90 seconds. This can become an irritation.
To disable this feature: - Select Tools -> Options -> Download - Clear the "[ ] Always download binary to the target" checkbox - Click Ok
If you are connected to the device, you can always push the application to the device with "Build -> Update Remote Output File(s)"
You can run the application on the device manually with "Build -> Execute".