[Mono-dev] Problem with monodevelop with the today's mono from svn

2005-12-15 Thread Hubert FONGARNAND
Monodevelop worked like a charm yesterday, and this morning, i've updated my mono and now it fails... (it seem's that modifications in metadata cause this regression...) cd build/bin LD_LIBRARY_PATH=`echo :/usr/lib/mozilla | sed 's/^://g'` /usr/bin/mono --debug MonoDevelop.exe

Re: [Mono-dev] Problem with monodevelop with the today's mono from svn

2005-12-15 Thread Hubert FONGARNAND
I've reverted to : svn up mcs -r 54350 and it works... it seem's that the actual svn version has a problem... Le jeudi 15 dcembre 2005 10:35 +0100, Hubert FONGARNAND a crit : Monodevelop worked like a charm yesterday, and this morning, i've updated my mono and now it fails... (it

Re: [Mono-dev] Problem with monodevelop with the today's mono from svn

2005-12-15 Thread Zoltan Varga
Hi, This is now fixed in SVN. Zoltan On 12/15/05, Hubert FONGARNAND [EMAIL PROTECTED] wrote: I've reverted to : svn up mcs -r 54350 and it works... it seem's that the actual svn version has a problem... Le jeudi 15 décembre 2005 à 10:35 +0100, Hubert FONGARNAND

Re: [Mono-dev] VB ASP.NET

2005-12-15 Thread Alexandre Rocha Lima e Marcondes
Hello, MonoBASIC (Mono's VB compiler) is indeed being worked by five developers in Brazil and this team is now the official maintainers of the VB compiler. We have been working on an effort to get 100% approval on automated tests and so far we have less than 30 known bugs on the compiler,

Re: [Mono-dev] DllNotFoundException and shared libraries

2005-12-15 Thread Jonathan Pryor
On Thu, 2005-12-15 at 12:33 +0530, Raja R Harinath wrote: But, do you have libfontinfo.so? Note the lack of the major number in the DllImport line. Unless you have reason to require the development package associated with a shared library, it's probably not a good idea to DllImport the

[Mono-dev] mod-mono-server is already running

2005-12-15 Thread Lluís Pàmies i Juárez
I've installed mod_mono2 in ubuntu dapper. But when I start apache, in the error.log appear: Another mod-mono-server with the same arguments is already running. -- Lluís Pàmies i Juárez ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] Oracle + clntsh

2005-12-15 Thread Arnhoffer Károly
Hi, I try to run the first example at http://www.mono-project.com/Oracle and I get the following error: Unhandled Exception: System.DllNotFoundException: clntsh in (wrapper managed-to-native) OciNativeCalls:OCIEnvCreate (intptr,

Re: [Mono-dev] Oracle + clntsh

2005-12-15 Thread Daniel Morgan
Make sure the OCI shared library libclntsh.so can be found in your PATH.Make sure you have your ORACLE_HOME set up correctly too. You can map it to libclntsh.so Arnhoffer Károly [EMAIL PROTECTED] wrote: Hi,I try to run the first example at http://www.mono-project.com/Oracle and I get the

Re: [Mono-dev] LINQ Standard Query Operators for Mono

2005-12-15 Thread Atsushi Eno
Hi, Alejandro Serrano wrote: I finally finished implementing the LINQ System.Query code. Some things congrats :-) were a bit tricky, because DictionaryK, T doesn't allow null values, so I had to make some additional checks on Grouping operators. I've created a Makefile in order to be

[Mono-dev] bad XSP crash

2005-12-15 Thread Carlos Solorzano
I am getting a weird XSP crash on Gentoo 64bit when using IE on winxp to log into a site using forms authentication. The login works most of the time from firefox but IE always causes the crash as soon as I hit the submit button. I changed the mono log level to debug and ran the code twice.