Imagine a service declaration like this
[Service(Label = "Local Spy Service")]
    public class SpyService: Service

And button's Click event like this:

StartService(new Intent(this, typeof(SpyService)));

This works fine. However, if I try running service in its own process (by 
adding Process attribute) like

[Service(Process = ":tubo", Label = "Local Spy Service")]

Then the application crashes without exceptions being thrown - only a message 
appears in the emulator. By looking at the device processes I see that the 
process "...:tubo" gets created.
A similar sample works fine from within Eclipse/java.
Is this a bug or something that I am missing?

Miha

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to