Re: [Mono-list] Ubuntu 11.10 configuration problem

2011-11-06 Thread Jörg Rosenkranz
I have the same problem with a custom compiled f-spot. Running it using mono --runtime=v4.0 f-spot.exe fixes it for me. The program should be compiled against framework 3.5 though. I haven't found a reason for that, but it seems to depend on Ubuntu's mono install. Joerg Am 04.11.2011 um 13:16

Re: [Mono-list] Connecting to Oracle as SYSDBA

2010-11-29 Thread Jörg Rosenkranz
One commercial option for this problem is Devart dotConnect for Oracle: http://www.devart.com/dotconnect/oracle/ This works on Mono too. I'm not affiliated with this company, only a customer. Joerg. 2010/11/23 Daniel Morgan > The API of System.Data.OracleClient nor its connection string provid

Re: [Mono-list] SPAM-LOW: Getting a service to start automatically

2006-06-28 Thread Jörg Rosenkranz
Hi Lee, > If I run: > $mono-service /path/to/my/exe > > The service runs fine as it should. > > However, if I create a script such as: > > #!/bin/sh > > /opt/mono-1.1.15/bin/mono-service /path/to/my/exe > > ... it does not run. Is there any output in /var/log/messages? All error messages of

Re: [Mono-list] Re: Long-running services

2006-01-23 Thread Jörg Rosenkranz
Hi, I have attached a little sample service you can use as template for your own tests. It only writes a log file for all actions. It can be compiled using: mcs -out:TestService.exe -r:System.ServiceProcess.dll -r:System.Configuration.Install.dll TestService.cs If you don't need the Windows ins

Re: [Mono-list] mono-service

2005-12-02 Thread Jörg Rosenkranz
Hi Jesse, 2005/12/2, Jesse Pasichnyk <[EMAIL PROTECTED]>: > I just was browsing through some of the mono code/assemblies and > ran across mono-service. It appears that this is a windows service > like implementation that could now be used under linux or whatever > other mono supported platform.

RE: [Mono-list] mono-service

2005-11-03 Thread Jörg Rosenkranz
Title: Nachricht Hi Peter, -Original Message-From: Bradley, Peter [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 11:43 AMTo: Jörg Rosenkranz; WILSON LEI; mono-list@lists.ximian.comSubject: RE: [Mono-list] mono-service Thanks Jörg.  I’ll keep

RE: [Mono-list] mono-service

2005-11-03 Thread Jörg Rosenkranz
AMTo: WILSON LEI; Jörg Rosenkranz; mono-list@lists.ximian.comSubject: RE: [Mono-list] mono-service Ysgrifennodd WILSON LEI:   >>    2. The whole structure of your TestService is different from a Windows service created on Visual Studio.NET. On VS.NET, the Main()

RE: [Mono-list] mono-service

2005-11-01 Thread Jörg Rosenkranz
Title: Nachricht Hello Wilson, 1. You were creating 2 services in the MainClass, but only TestService1 called the OnStart(), although both services were disposed at the end.  Two services can live together in one EXE. Mono-service can start only one at a time (select using -n para

RE: [Mono-list] Re: mono-service

2005-11-01 Thread Jörg Rosenkranz
Hi Peter, > -Original Message- > From: Bradley, Peter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 01, 2005 2:05 PM > > You mention portability rules. Do you have a URL handy for > these? A quick Google didn't bring up anything obvious, nor > did searching the mono project sit

RE: [Mono-list] Re: mono-service

2005-11-01 Thread Jörg Rosenkranz
Hi Peter, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Bradley, Peter > Sent: Tuesday, November 01, 2005 1:26 PM > > My post was not intended as a criticism of the man page, and I'm very > sorry if it appeared to be so. Perhaps I should have

RE: [Mono-list] mono-service

2005-11-01 Thread Jörg Rosenkranz
Title: Nachricht Hi all,   I suppose you are missing the ServiceBase.Run call in your Main method:    System.ServiceProcess.ServiceBase[] servicesToRun; servicesToRun = new System.ServiceProcess.ServiceBase[] { new TestService("TestService1")}; System.ServiceProcess.ServiceBase.Run(service

RE: [Mono-list] IDE suited for Corss Platform Development work

2005-07-04 Thread Jörg Rosenkranz
> I cannot just copy libraries compiledin windows to linux, because i am > using perf counters (and other stuff) in the code so in mono they will > give NotImplemented exception so i have to " #if " that code out in > Linux. We're distinguishing the system we're running on at runtime to use the s

RE: [Mono-list] IDE suited for Corss Platform Development work

2005-07-04 Thread Jörg Rosenkranz
> But Visual Studio .NET 2003 won't work on linux :(( :(( so i need to > use another IDE on linux; which one is the question? Do you really need an IDE on Linux? You can run VS on Windows and simply deploy the resulting assemblies to Linux. This might be the best solution if you're doing cross p

RE: [Mono-list] IDE suited for Corss Platform Development work

2005-07-04 Thread Jörg Rosenkranz
Hi Gyanit, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Gyanit Singh > Sent: Monday, July 04, 2005 8:40 PM > > Actually i am doing some cross platform development work.. that is > using .NET in windows and mono-1.1 on linux. Is there any IDE for

RE: [Mono-list] Services, daemons

2005-05-24 Thread Jörg Rosenkranz
Hi Helge, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > > Can I make use of > ServiceProcess at all - I guess not? Is there a must-read available > anywhere to clear things up? I believe this is also heavily > distro-specific? > You can us

[Mono-list] Mono 1.1.7 for SLES 8

2005-05-23 Thread Jörg Rosenkranz
Hi, Are there Mono 1.1.7 packages for SLES 8 or is this distribution not supported anymore? I know there is a generic binary installer but we need RPMs. Thanks, Joerg. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mail

[Mono-list] RE: [Mono-devel-list] Environment.OSVersion.Platform for Unix

2005-05-10 Thread Jörg Rosenkranz
Hi Michi, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Michi Henning > > Another way to do this is to invert the test and avoid the > issue entirely: And the application is broken when an enum value Win64 is introduced. I think Miguels test

RE: [Mono-list] Mono Logos

2005-05-09 Thread Jörg Rosenkranz
Hi Xoen, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Xoen > > And the copyright? everyone can use the logo? > I think the old web site said so. But the Novell guys can clarify this. Joerg. ___ Mono-

Re: [Mono-list] Mono Logos

2005-05-08 Thread Jörg Rosenkranz
Hi Ben, 2005/5/8, Ben Lamb <[EMAIL PROTECTED]>: > > I'm giving an introductory talk on Mono and wondered whether there are > there any Mono logos available, who owns the copyright on them and > whether I can use one of them in my slides? For example, the wiki.png > image used on the Mono website.

RE: [Mono-list] How to work with Mono.Unix.Signalhandler

2005-04-27 Thread Jörg Rosenkranz
Hi Andreas, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Sliwka > Sent: Wednesday, April 27, 2005 2:49 PM > > I recently tried to compile tomboy 0.3.2 and found that my mono 1.1.4 > installation did not like the calls to Mono.Posix. So I t

RE: [Mono-list] RE: Forums

2005-04-13 Thread Jörg Rosenkranz
Hi Marius, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of marius popa > > Sometimes is easier to reply on forums than sending emails (don't need > to do many steps) > Only for interest: What are the many steps to do when replying to an email? J

RE: [Mono-list] System.DllNotFoundException: oci

2005-04-13 Thread Jörg Rosenkranz
Hi Gil, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Gilles FAVIER > > What i did about my librairies is that i added /usr/lib and > /usr/local/lib in the ld.so.conf > Anything more? > The oci.dll is called libclntsh.so on Linux (see the DLL

RE: [Mono-list] RE: Forums

2005-04-12 Thread Jörg Rosenkranz
Hi, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of BMC > > On Diltons posting about forums - I agree and would much > prefer a forum > to a mailing list as they are easier to follow. This is probably why I > have been slow to pick it up. You ca

RE: [Mono-list] Deamonize. Running a Mono app. in the background

2005-03-15 Thread Jörg Rosenkranz
Hello Michael, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Michael Rasmussen > > Hi List, > > How does one run a Mono app. as a deamon? > > In C/C++ I would do it this way: > > ... > /* Fork off the parent process */ > pid = fork(); The

RE: [Mono-list] Writing to Linux Logs

2005-03-09 Thread Jörg Rosenkranz
Hi Shane, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Shane G. Brodie > > I have not yet been able to locate a namespace which provides > facilities > for writing to the Linux system logs such as would be > accomplished using > the syslogd da

RE: [Mono-list] System.Security library

2005-03-07 Thread Jörg Rosenkranz
Hi Kala, The algorithms in System.Security are implemented in managed code without dependencies to external libs. It's a subset of Mono.Security that can be used on Windows/.NET without changes. Joerg. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behal

RE: [Mono-list] Will Mono run on SuSe 8.x?

2005-01-11 Thread Jörg Rosenkranz
Hello Elmer, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fuller, Elmer O > Sent: Monday, January 10, 2005 5:41 PM > > I am just starting to look into Mono for a company project. I see > In the documentation mention of SuSe 9.x but no mention (at

RE: [Mono-list] Problems with System.Data.OracleClient

2004-12-10 Thread Jörg Rosenkranz
Hello Michael, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Oetjen, Michael > > When I run -mono test.exe- I' ve got this message > > Unhandled Exception: System.DllNotFoundException: oci > in <0x00053> (wrapper managed-to-native) OciNativeCa

[Mono-list] SuSE SLES 8 download link not working

2004-11-16 Thread Jörg Rosenkranz
Hello all, The download link of Mono 1.0.4 for SuSE SLES 8 isn't working: http://www.go-mono.com/archive/1.0.4/sles-8-i386/ Does anybody know where to get these packages? Thanks, Joerg. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.c

RE: AW: [Mono-list] File IO Append

2004-05-27 Thread Jörg Rosenkranz
Hello Gonzalo, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gonzalo Paniagua Javier > > Workaround: > > > > StreamWriter sw = new StreamWriter (filename, ...); > > That will just hide the bug. It's better to report it in bugzilla. That's wh

AW: [Mono-list] File IO Append

2004-05-26 Thread Jörg Rosenkranz
Hello Tracy, -UrsprÃngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Tracy Barlow Gesendet: Mi 26.05.2004 03:17 An: Mono-List Cc: Betreff: [Mono-list] File IO Append I log any errors in my web applicati

RE: [Mono-list] vb.net applications on linux

2004-05-10 Thread Jörg Rosenkranz
Hello Ahmed, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Monday, May 10, 2004 2:17 PM > To: [EMAIL PROTECTED] > Subject: [Mono-list] vb.net applications on linux > > Anyone ever tried to convert an application > from

RE: [Mono-list] Getting ASP .NET Apache module to work with 1.3.29

2004-04-28 Thread Jörg Rosenkranz
> Why do you need the Apache-Dev package? For compilation of mod_mono. Joerg. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

RE: [Mono-list] Getting ASP .NET Apache module to work with 1.3.29

2004-04-28 Thread Jörg Rosenkranz
Hello Robert, > -Original Message- > From: Robert Geller [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 28, 2004 2:40 PM > > > Hmm, so I should just follow the documentation for compilation of > Mono, and mod-mono? Is there any better tutorial for getting mod_mono > to work from s

RE: [Mono-list] Getting ASP .NET Apache module to work with 1.3.29

2004-04-28 Thread Jörg Rosenkranz
Hello Robert, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Geller > Sent: Tuesday, April 27, 2004 11:40 PM > > Is there ANY way at all I could get the ASP .NET module to work with Apache 1.3.29? I have it running with Apache 1.3.27 and a CV

AW: [Mono-list] Problem building NAnt on Mono/CVS

2004-03-01 Thread Jörg Rosenkranz
Hello Jaroslaw, We are running Mono from CVS (current), glibc 2.2.1, Kernel 2.4.20. Joerg -UrsprÃngliche Nachricht- Von: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Gesendet: Mo 01.03.2004 14:33 An: JÃrg Rosenkranz; [EMAIL PROTECTED] Cc:

AW: [Mono-list] Problem building NAnt on Mono/CVS

2004-03-01 Thread Jörg Rosenkranz
Hi all, -UrsprÃngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Jaroslaw Kowalski Gesendet: Do 26.02.2004 21:02 An: [EMAIL PROTECTED] Cc: Gert Driesen; Ian MacLean; Scott Hernandez Betreff: [Mono-list] Problem building NAnt on Mo

RE: [Mono-list] A Problem with XSP

2004-02-24 Thread Jörg Rosenkranz
Hello all, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Filip Brcic > Sent: Monday, February 23, 2004 3:05 PM > Subject: Re: [Mono-list] A Problem with XSP > > > After some browsing of mono source code, I realized that shared > handles are locate

RE: [Mono-list] Bug #45966 - Mono/Class Libraries

2003-12-10 Thread Jörg Rosenkranz
Hello, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Marco Craveiro > > hello monoers, > > is anyone looking into bug #45966 > (http://bugzilla.ximian.com/show_bug.cgi?id=45966)? i got some time in > my hands and thought about making my first co

RE: [Mono-list] Strange errors due to ~/.wapi problems

2003-10-20 Thread Jörg Rosenkranz
Hi Dick, > -Original Message- > From: Dick Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, October 20, 2003 4:30 PM > > It's possible, but the code that creates the shared area tries to be > very careful about races. There used to be a race between exiting one > mono instance and start

RE: [Mono-list] Strange errors due to ~/.wapi problems

2003-10-19 Thread Jörg Rosenkranz
Hello Dick, > -Original Message- > From: Dick Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 26, 2003 3:28 PM > > > > If the shared memory is corrupted, the runtime reverts to a non-shared > setup. This has the side effect of preventing process forking. > > You can delete t

[Mono-list] RE: [Mono-devel-list] Surveys: Mono 1.0 and Mono Conference.

2003-10-10 Thread Jörg Rosenkranz
Most things have been said already. My main concern about 1.0 aren't new features. I think all major bugs should be fixed or sorted out. Jörg. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Creating an ICMP socket fails

2003-09-11 Thread Jörg Rosenkranz
Hello, We try to create an ICMP socket to ping another host. Mono on Linux throws an exception when the constructor of the Socket class is called. Sample code: using System; using System.Net; using System.Net.Sockets; namespace IcmpTest { public class IcmpTest {

RE: [Mono-list] Non ASCII characters in file names

2003-09-11 Thread Jörg Rosenkranz
- > From: Jonathan Pryor [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 2003 3:20 AM > To: Jörg Rosenkranz > Cc: [EMAIL PROTECTED] > Subject: Re: [Mono-list] Non ASCII characters in file names > > > The short answer is: Mono uses glib, which assumes that

[Mono-list] Non ASCII characters in file names

2003-09-10 Thread Jörg Rosenkranz
Hello, We are failing to create files with non ASCII characters in their name using Mono functions. They are created with scrambled names. Following example: // 8< -- >8 - using System; using System.IO; namespace Test { public class T

RE: Re: [Mono-list] AppDomain Unload and references

2003-09-10 Thread Jörg Rosenkranz
Hello Piyush, AppDomain unloading seems to be still buggy. See bug http://bugzilla.ximian.com/show_bug.cgi?id=47659 You can unload an AppDomain but can't create a second one later. And there may be other side effects. Jörg > -Original Message- > From: Piyush Garyali [mailto:[EMAIL PROTE

RE: [Mono-list] Workaround for AppDomain.Load + Unload problem?

2003-08-28 Thread Jörg Rosenkranz
> If a bug has been closed, but you still can reproduce it with > the latest > cvs, please reopen it. > I cannot reproduce these bugs. The first one is a XSP bug (I don't use XSP this time). I've tried the test app of the second and it works. The error occurs only when you unload the first AppD

RE: [Mono-list] Workaround for AppDomain.Load + Unload problem?

2003-08-28 Thread Jörg Rosenkranz
Hello, > .NET does not support unloading assemblies. It is not an easy problem > to fix (neither in .NET nor in Mono). > > Miguel > Yes, I know that you can't unload assemblies directly. But you can unload AppDomains with their loaded assemblies. Now the bug http://bugzilla.ximian.com/show_bu

RE: [Mono-list] question

2003-08-27 Thread Jörg Rosenkranz
> From: Jonathan Pryor [mailto:[EMAIL PROTECTED] > > So, in principal, you should be able to take your > VS.NET-compiled VB app > and run it under mono. You just need to make sure that: > 1. You only use mono-implemented/supported functionality > (the hardest > requirement) It helps a lo

[Mono-list] Workaround for AppDomain.Load + Unload problem?

2003-08-25 Thread Jörg Rosenkranz
Hi all, We are creating an application which should be able to load and unload assemblies at runtime to update parts of it dynamically. To unload an assembly you have to unload the AppDomain which is running it. Now there is a problem in loading and unloading AppDomains: http://bugzilla.ximian.

[Mono-list] How to listen on local socket

2003-08-01 Thread Jörg Rosenkranz
Maybe this is a simple question but I'm desperately searching a way to do this: I want create a TCP server app and need to listen to a local socket. How do I create the local endpoint? I tried it 2 different ways: 1) IPHostEntry ipHostInfo = Dns.Resolve(Dns.GetHostName());

[Mono-list] Socket and multiple threads

2003-07-17 Thread Jörg Rosenkranz
Hi all, I have some problems with sockets and multiple threads: Every time a program is communicating over one socket from different threads I get following exception: The socket has been shut down in (unmanaged) /home/viadmin/mono-cvs/install/lib/libmono.so.0(mono_raise_exception+0x22) [0x400ab

RE: [Mono-list] How do you debug?

2003-07-07 Thread Jörg Rosenkranz
> We are working hard on a debugger, but there are some other priorities that we have > to look at. > Miguel Thanks all, At least I know know that my way wasn't totally inefficent... ;-) Joerg ___ Mono-list maillist - [EMAIL PROTECTED] http://list

[Mono-list] How do you debug?

2003-07-04 Thread Jörg Rosenkranz
Hi all, I have a question to all Mono developers out there: How do you debug your programs? I have not managed to get the Mono debugger working and all statements on the list regarding this subject are saying: It's broken in CVS. So I have to debug a fairly complex app using Console.WriteLine...