I was wondering if it was possible to run/convert/compile/recompile a small c# program, tasked with invoking a webservice and passing it the usual xml file with, for unix. The unix version if HP ux 11.23(released in 2003).
Wherever I looked for it the only reasonable answer was "mono". However while searching I also came across this: http://www.mono-project.com/Mono:HPUX
Currently only the Mono Interpreter (mint) will work on HPUX. At this time, Mono's JIT does not work with HPUX.
Only thing keeping me screaming I guess is my ignorance on the matter. What would this change for me or keep me from compiling and running my little program?
btw the references I use are:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Xml.Serialization;
using System.Net;
Is there any way I can get myself out of this with a "few" bruises, as opposed to completely trashed and with every bone broken?