0
votes
1answer
161 views

Running SWT APP under windows outside Eclipse

I am trying to build a package to run my SWT app outside eclipse. Under linux i've succefuly manage to run under bash. But when I try to run under windows I am getting the following error: ...
1
vote
1answer
153 views

How to open an application using a Windows Service in Windows 7?

I have a Windows Service that runs in my computer and is initialized when the computer turns on (it has a few dependencies on other services, but is initialized right after them). Then, I have a ...
0
votes
0answers
203 views

PC connect to real windows phone 7 device launch app exception

The app can be launched to Emulator but to real device failed,When I debug to method RemoteApplication.Launch() lead error as below: Microsoft.SmartDevice.Connectivity.SmartDeviceException was ...
0
votes
4answers
811 views

Loading GUI App from Windows Service

I am writing a .NET Windows service whose role is to launch a GUI application(whose source is unavailable). The operation is a fire and forget, no communication besides initial command-line ...