Silverlight 3 and System.ServiceProcess - Doesn't allow the reference to be added.
        Posted  
        
            by Brad8118
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Brad8118
        
        
        
        Published on 2010-03-23T20:01:45Z
        Indexed on 
            2010/03/23
            20:03 UTC
        
        
        Read the original article
        Hit count: 306
        
I'm trying to write a program that can stop and start services using SilverLight 3 and VS2010. I can't add the reference to the System.ServiceProcess dll. C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.ServiceProcess.dll
1st why? - It it just a security precaution? 2- Is there a work around? Does SilverLight have a different library that I can use to start and stop services.
Also note that this is a desktop application and not a web app. It will be sitting on my desktop to toggle services on and off.
© Stack Overflow or respective owner