Re: [Mono-list] Can Mono rescue fyireporting.com reporting engine

2009-10-05 Thread Alan McGovern
If a maintainer could be found who was motivated enough to keep the project alive and well, then it might be a possibility. Though it'd probably be better if said maintainer just kept things where they are an just got admin priviliges everywhere instead ;) Would you be interested in becoming

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

2009-10-05 Thread Robert Jordan
nzsaint wrote: > 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 O

Re: [Mono-list] gmcs an compact framework

2009-10-05 Thread Chris Howie
On Sun, Oct 4, 2009 at 7:29 AM, kac_ani wrote: > Hi All, > I'm trying to force gmcs to create .net cf executable. I'm using gmcs with > -noconfig and -nostdlib and reference all needed libraries from ms cf  sdk. > But generated assembly is referencing mscorlib.dll from my fedora > distribution lib

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] Re lated to COM support by mono

2009-10-05 Thread Bharti Mishra
Hi, I have migrated .net application onto linux machine through mono2.4.2. my appliction is using COM component. As mono material, mono doesn't support COM. so we commented out that portion. I would like to know, does mono provide any solution for that. or new version of mono is supporting COM