Re: [Ironpython-users] ironpython and windows services
Thank you for your help! Peter ___ Ironpython-users mailing list [email protected] http://mail.python.org/mailman/listinfo/ironpython-users
Re: [Ironpython-users] ironpython and windows services
When you add a reference to something in the GAC, don't add ".dll" to the name. That is, clr.AddReference('System.ServiceProcess') On Thu, Jan 3, 2013 at 6:34 AM, Peter Schwalm wrote: > Hello, > I am trying to convert an Ironpython filewatcher program into a windows > service. I started by tra
