Re: [Mono-list] Oracle Client

2009-08-23 Thread nzsaint
devi.visolve wrote: > > I would like to know does mono supports Oracle Client dll. > Analyzer throws "not implemented" msg for System.Data.OracleClient.dll. > Yes it does. Which version of Mono are you checking against? Maybe check you have the latest version. -- View this message in contex

[Mono-list] mono-service2 debugging

2009-09-08 Thread nzsaint
I am trying to use mono-service2 to run a windows service under openSUSE 11.1. I am currently receiving an error message (object reference not set to an instance of an object) in the syslog in relation to my service but I would like to obtain more information to specifically identify the cause of

Re: [Mono-list] mono-service2 debugging

2009-09-08 Thread nzsaint
Robert Jordan wrote: > > Try this: > mono --debug $monoprefix/lib/mono/2.0/mono-service.exe yourservice.exe > Replace $monoprefix by the current prefix of your Mono installation. > Note that the service won't be backgrounded when invoked like this. > Thanks Robert. This worked- I received a '

[Mono-list] Service logging at boot

2009-09-24 Thread nzsaint
I have successfully got my .Net Windows Service running under Mono using mono-service2 on openSUSE 11.1. I created an init.script and start the service similar to as follows: /root/mono-devel/bin/mono-service2 --debug -l:/var/run/monotest.pid -d:/root/monotest monotest.exe The service starts cor

Re: [Mono-list] Service logging at boot

2009-09-25 Thread nzsaint
HJe wrote: > > What path is the service logging to? Is the service running as root? > I am logging to '/var/log/monotest.log' although I have tried other locations without success. I believe the service is running as 'root' although I am relatively new to Linux so it may be that I haven't conf

Re: [Mono-list] Service logging at boot

2009-09-25 Thread nzsaint
HJe wrote: > > What path is the service logging to? Is the service running as root? > I am logging to '/var/log/monotest.log' although I have tried other locations without success. I believe the service is running as 'root' although I am relatively new to Linux so it may be that I haven't conf

[Mono-list] Serial Port Events

2009-09-28 Thread nzsaint
Hi, What is the current implementation status of the Serial Port events (DataReceived, PinChanged, ErrorReceived)? According to the status page here: http://go-mono.com/status/status.aspx?reference=2.0&profile=2.0&assembly=System the events have been implemented however they do not appear to be

[Mono-list] Connecting to Oracle database from service at boot

2009-10-04 Thread nzsaint
I have a windows service running using mono-service on openSUSE 11.1. The service attempts to start using the init script I have configured ok but then generates the following error during the first attempt to access an Oracle XE (10g) database. Could not allocate the Oracle environment. at Sy

Re: [Mono-list] Connecting to Oracle database from service at boot

2009-10-05 Thread nzsaint
Robert Jordan wrote: > > Your init script is laking the necessary Oracle environment > variables. > > simply re-export > all ORA and LD_LIBRARY_PATH variables you can find when > you open a shell and invoke "printenv|grep ORA". > Yes this worked. I exported ORACLE_SID, ORACLE_BASE and ORACLE

[Mono-list] 'libmono.so: no such file or directory' during build

2009-12-07 Thread nzsaint
Hi, I am trying to update my mono version from the anonymous svn which has been working fine for me for some time. Currently when I attempt to run 'make' on version 147822 I receive the following error: ... make[3]: Entering directory `/root/mono-svn-newest/mono/mono/dis' CC get.o CC di

Re: [Mono-list] 'libmono.so: no such file or directory' during build

2009-12-07 Thread nzsaint
Geoff Norton-2 wrote: > > Install g++ > That worked, thanks for your help. -- View this message in context: http://old.nabble.com/%27libmono.so%3A-no-such-file-or-directory%27-during-build-tp26687738p26688366.html Sent from the Mono - General mailing list archive at Nabble.com. ___

[Mono-list] Nonrepresentable section on output- build error

2010-01-26 Thread nzsaint
Hi, I have been trying to build mono from the anonymous svn today. I've built mono many times before generally without problems. I am encountering the following error during the build process which I am assuming is a bug but hasn't been reported anywhere else that I can see of. I am running openSU