[Mono-devel-list] IBM DB2 db2_36.so problem

2005-07-01 Thread Pablo Cardona
Hi, I'm trying to access to a DB2 database in a remote computer, and this exceptions is thrown: Unhandled Exception: System.DllNotFoundException: db2_36 I've read in the mono-project web page that I need the library db2_36.so, but I can't find this library anywhere. I,ve installed IBM DB2

[Mono-devel-list] Performance regression with XSP/Mono 1.1.8

2005-07-01 Thread Luca
Hello, I was doing some test on mono+XSP with web services. I was using the packages from debian/unstable (on the server): XSP 1.0.5 mono 1.1.6-4 Client machine also used mono 1.1.6-4; the client is a simple program written in C# that invoke the remote service lots of time (usually 1000) and

Re: [Mono-devel-list] IBM DB2 db2_36.so problem

2005-07-01 Thread Rafael Teixeira
The file you need is libdb2_36.so. Do a locate for it. For 8.1 it would be something like /opt/IBMdb2/V8.1/lib/libdb2_36.so So a /sbin/ldconfig /opt/IBMdb2/V8.1/lib would make the library loader know where to find your copy of libdb2_36.so. But I'm not sure version 8.2 is compatible with

Re: [Mono-devel-list] IBM DB2 db2_36.so problem

2005-07-01 Thread Pablo Cardona
Thanks for your answer, I've installed DB2 Runtime Clients V8.1 and now I have the libdb2.so library, I've made the /sbin/ldconfig and renamed libdb2.so to libdb2_36.so to match it with the not found error, and it seems that the cli works properly, but another exception has come: Unhandled

[Mono-devel-list] Warning with Gnome.About

2005-07-01 Thread Harry Chesley
I use Gnome.About to display my about box. If I just open and close the about box, I get four of the following warnings (with sequential increasing ids): (Argeebee:5931): GLib-GObject-WARNING **: gsignal.c:1781: instance `0x9f08310' has no handler with id `183' If I open and close the credits

Re: [Mono-devel-list] mcs patch for precise location handling

2005-07-01 Thread Marek Safar
Hello Eno, Thanks, as usual. I put a revised patch here: http://monkey.workarea.jp/tmp/20050630/precise-location-20050630.diff I think can be useful make 'public class LocatedToken' struct as is passed only as an argument. And use this class in similar way as MemberName for every relevant

Re: [Mono-devel-list] IBM DB2 db2_36.so problem

2005-07-01 Thread Rafael Teixeira
Probably yes. But at least this exception is being thrown in the managed code part of the provider and so you can debug it and help us possibly deal with new situation. :) On 7/1/05, Pablo Cardona [EMAIL PROTECTED] wrote: Thanks for your answer, I've installed DB2 Runtime Clients V8.1 and now

RE: [Mono-devel-list] mono 1.1.8 - monodebug - what do i need to do tomake it run?

2005-07-01 Thread Wade Berrier
Currently, the only way to get mono-debugger working correctly is compiling it from source. We're still working on some prebuilt packages, and we will announce when they are ready. Wade P.S. The debugger was accidentally included in the 1.1.8.1 linux installer, but it does not work. On Thu,

[Mono-devel-list] [Patch] Include resource files in the GAC

2005-07-01 Thread Carlos Alberto Cortez
Hello, Currently the linked resource files (not the normal resource, but the ones that only are linked) are not copied to the GAC with the installed assembly (MS Impl does it). Maybe the only problem with the attached patch, is that the assembly is copied while keeping it open (the assembly