Re: [Mono-list] Mod_mono on Apache 2, apxs error

2005-08-24 Thread Aleksandar Radulovic
Hello, Janus.. I had the same problem, and I have fixed it by removing the last -S parameter (-S PREFIX="$(prefix)") from the APXS lines. Mod_mono version I am running with is 1.0.9. Before running configure, change src/Makefile.in in the lines 471 and 472 file as follows: @APACHE2_TRUE@$

[Mono-list] Problems with aspx project

2005-08-24 Thread Alex Lopez Garcia
Hi,       I have an aspx project fully developed under Microsoft Visual Studio 2003. Obviously, as a result of building my project, I get some aspx files and a ‘dll’. I also have an external dll file that my project references at. When I have tried to run this site under mono wit

Re: [Mono-list] Problems with aspx project

2005-08-24 Thread Rafael Ferreira
The project dll must go in /bin of you web app and the referenced dll can go either in the gac (using gacutil -i) or in /bin as well. try that and let us know if you're problems persist. - raf On Wed, 2005-08-24 at 17:05 +0200, Alex Lopez Garcia wrote: > Hi, > > > > I have an a

[Mono-list] mcs: command not found

2005-08-24 Thread Jeremy Vaught
I have installed mono on my hosted PHP web server.  The tech support said they think someone has done it and that I could give it a try.  So I'm doing this over SSH.   I installed Mono two ways, with the bin, after I couldn't get that working after a successful install, then compiling from sou

Re: [Mono-list] Problems with aspx project

2005-08-24 Thread Joe Audette
Make sure you build your Solution doing Rebuild Solution not just Build because Build in VS.NET does an incremental build and an incremental build will cause the exact error you describe "dll not found" I have seen this many times. It would be more accurate if the error said "couldn't load assembly

Re: [Mono-list] Mod_mono on Apache 2, apxs error

2005-08-24 Thread Janus Tougaard
Hi Aleksandar. That worked, great. The only failure was that i first ran ./configure and then deleted the -S parameter, which didn't work. So i just misunderstood Enzo, sorry about that. So thanks to both of you, I'll begin to check the Bugzilla in the feature, sorry i didn't. But thanks, it

[Mono-list] Release notes for upcoming Mono.

2005-08-24 Thread Miguel de Icaza
Hello, I am starting to prepare the release notes for the upcoming Mono: please send me privately the highlights of the contributions and changes that you have done since the 1.1.8 release. Miguel. ___ Mono-list maillist - Mono-list@lists.ximian.c

[Mono-list] Embedded Mono with native threads

2005-08-24 Thread Alexey Tsynaev
I have implemented plugin for third-party program. In init function I have created deamon and open assembly. Then host program start one of plugin's functions which invoke assembly method. In single thread mode it works fine. But in multi-thread mode I get error message during call mono_thread_att

[Mono-list] Java / Mono Interop

2005-08-24 Thread Ralph Mason
Hi, I am wanting to make a .net assembly callable from Java. My Ideal world would be a tool that takes the .net assembly and uses reflection to generate Java proxies and JNI code to call mono. Some attributes added in the c# code would direct the tool on what to expose etc. Does anyone kno

Re: [Mono-list] Release notes for upcoming Mono.

2005-08-24 Thread Martin Möllenbeck
Hello, I hope I can use IronPython 0.9x with the next MonoRelease ;-). Martin PS: You all have made a great job. Am 24.08.2005 um 21:36 schrieb Miguel de Icaza: Hello, I am starting to prepare the release notes for the upcoming Mono: please send me privately the highlights of the contri

Re: [Mono-list] Java / Mono Interop

2005-08-24 Thread Rodrigo B. de Oliveira
On 8/24/05, Ralph Mason <[EMAIL PROTECTED]> wrote: > Hi, > > I am wanting to make a .net assembly callable from Java. > > My Ideal world would be a tool that takes the .net assembly and uses > reflection to generate Java proxies and JNI code to call mono. Some > attributes added in the c# code w

Re: [Mono-list] Release notes for upcoming Mono.

2005-08-24 Thread Miguel de Icaza
Hello, > I am starting to prepare the release notes for the upcoming Mono: > please send me privately the highlights of the contributions and changes > that you have done since the 1.1.8 release. I forgot to mention: the release would happen in 2-3 weeks. _

Re: [Mono-dev] Re: [Mono-list] Release notes for upcoming Mono.

2005-08-24 Thread Daniel Morgan
Thanks for the heads up. Maybe this would be a good time for a Bug Day for Mono. Maybe bug day is not the right words as someone brought up on the list. However, I think having a day dedicated for people to get together on IRC and discuss about the release of Mono. Packing the RPMs. Testin

[Mono-list] Re: Embedded Mono with native threads

2005-08-24 Thread Robert Jordan
Alexey, I have implemented plugin for third-party program. In init function I have created deamon and open assembly. Then host program start one of plugin's functions which invoke assembly method. In single thread mode it works fine. But in multi-thread mode I get error message during call mono

Re: [Mono-list] Java / Mono Interop

2005-08-24 Thread Ralph Mason
Rodrigo B. de Oliveira wrote: On 8/24/05, Ralph Mason <[EMAIL PROTECTED]> wrote: Hi, I am wanting to make a .net assembly callable from Java. My Ideal world would be a tool that takes the .net assembly and uses reflection to generate Java proxies and JNI code to call mono. Some attributes

Re: [Mono-list] mkbundle and crosscompiling

2005-08-24 Thread Ben Maurer
On Tue, 2005-08-23 at 10:08 +0200, Matthijs ter Woord wrote: > Is it possible to use mkbundle on a 2.6 kernel distro and compile an > executable which can run on a 2.4 kernel + glib combination? Compiling something on the glibc post-rh9 and running it pre-rh9 is risky. The version numbers for some

Re: [Mono-list] mcs: command not found

2005-08-24 Thread Jonathan Pryor
On Wed, 2005-08-24 at 09:00 -0700, Jeremy Vaught wrote: > I installed Mono two ways, with the bin, after I couldn't get that > working after a successful install, then compiling from source. In > both cases, I had successful installs. In both cases the command > 'mcs' is not found. From what I c

[Mono-list] ANN: boo 0.6.0 is here!

2005-08-24 Thread Rodrigo B. de Oliveira
I'm very very happy to announce boo 0.6.0. What? - http://boo.codehaus.org/ Download - http://boo.codehaus.org/Download Change Log - http://docs.codehaus.org/display/BOO/2005/08/25/boo+0.6+is+here Have fun! bamboo ___ Mono-list maillist - Mono-list@li