Re: [Mono-dev] Mono/Windows Services

2015-06-12 Thread Paul McEwan
Thanks, that's working well so far On Thu, Jun 11, 2015 at 5:00 PM, Slide wrote: > Mono has mono-service2 that you can use to wrap a Windows service on *nix > to become a daemon that you can issue start and stop commands to like most > daemons. > > On Thu, Jun 11, 2015 at

Re: [Mono-dev] Mono/Windows Services

2015-06-12 Thread Paul McEwan
eep times (such as every hour > or less), or if the service's purpose is time-based data collection. > > /Oskar > > > > > 2015-06-11 21:49 GMT+01:00 Paul McEwan : > >> I have a Windows Service that I converted to Mono. What's the >> recommended way t

[Mono-dev] Mono/Windows Services

2015-06-11 Thread Paul McEwan
I have a Windows Service that I converted to Mono. What's the recommended way to keep it running in the background like a Windows Service -- i.e. you start it and it keeps running until you stop it? Should you just put a loop in the main thread that sleeps and wakes up every second and performs w

[Mono-dev] XslCompiledTransform and VB

2015-06-09 Thread Paul McEwan
I have some legacy xsl sheets that use the XslCompiledTransform class but they fail to load because they have VB code in them. Can these work with Mono? If so, how? -- -- This message contains confidential information and is intended only for the individual named.

[Mono-dev] Web Service Application State

2015-05-27 Thread Paul McEwan
I have a service application that calls a web service which stores information in Application state variables. If the service application calls the web service to set and retrieve data, it works fine, but if I use a browser to pull up the test form page and try to retrieve the same data, it's not

Re: [Mono-dev] XmlSerialization Issues

2015-05-27 Thread Paul McEwan
I got everything installed, and it's working perfectly now Thanks for your help On Wed, May 27, 2015 at 11:26 AM, Marek Safar wrote: > Hi, > > Can you try if it happens with the latest Mono 4.0 release as well ( >> http://www.mono-project.com/docs/getting-started/install/linux/)? >> > > xml-ser

Re: [Mono-dev] XmlSerialization Issues

2015-05-27 Thread Paul McEwan
Sure, however, I'm not super skilled with Linux. I updated everything yesterday with the Ubuntu software updater, but it kept the version at 3.2.8. Do I need to manually install the latest version? And does that update MonoDevelop as well? Also, what's mono master? Thanks On Wed, May 27, 20

[Mono-dev] XmlSerialization Issues

2015-05-27 Thread Paul McEwan
I'm using Mono version 3.2.8 on Ubuntu Linux 14.04.2 LTS, and I'm having a strange problem sometimes when calling web services. I have a C# 2.0 web service, and sometimes when I call it, I get the error shown below. I can reproduce it every time, but I can't seem to find what combination of param