[Mono-list] XSP: Error

2004-10-08 Thread Mark Bakker
Hello, I want to use asp.net on my AMD 64 server with gentoo linux. I tried to install mono and xsp. I tried the 1.1 version of mono and the 1.0.2 version of XSP. I got an error like below. Aftert this I did a cvs co and installed everything this way. Now I still have the error. I got an HTTP

[Mono-list] Windows to Linux Remoting problem

2004-10-08 Thread Zbigniew Babiej
Hello All, I was wondering if anyone had encountered the following problem. I have a simple remoting test program (binaries compiled with MS .NET C# (VS 2003 ver. 7.1.3088 .NET Runtime 1.1.4322 SP1). This works OK in the scenarios Windows - Windows(both local and remote server) and Linux - Linux

[Mono-list] mono scripting?

2004-10-08 Thread daniel narf
Hi i am new to mono and since i saw nothing mentioned in documentation i wonder what scripting language i can use in mono that has full access to clr services and to the standart library? since python implementations to clr are still very experimental vbscript seems the only option? if not

[Mono-list] Apache modmono memory usage

2004-10-08 Thread Javier Pelitz
Hi, I'm running Apache 1.3 with modmono 1.0.1 When I start apache, the memory usage for mono is normal.. but if I let it run for 1 or 2 days, it's take over all the Memory and almost all swap. If I restart apache, it frees all the memory, and returns to normal usage. I´m using Debian with 2.6.7

RE: [Mono-list] Windows to Linux Remoting problem

2004-10-08 Thread RoBiK
Hi! This seems to be an DNS-resolving issue. You provided no source code so i can only guess. When the runtime is marshaling object into another appdomain (from server to client), it creates an ObjRef class wich contains all relevant info to create a proxy (on client) for the marshaled object in

RE: [Mono-list] How many strings do I have?

2004-10-08 Thread Jeroen Frijters
Jonathan Gilbert wrote: Once a string is in the pool, it can NEVER be removed (until the AppDomain is disposed). In Java the string intern pool uses weak references. I don't know about .NET, but I'd hope it does the same. Regards, Jeroen ___

RE: [Mono-list] mono scripting?

2004-10-08 Thread RoBiK
Hi Daniel! There is no scripting language for mono because the Common Language Runtime executes only compiled code, but it is possible to simulate the scriptig behavior by compiling the source into an assembly, load the assembly and execute the code inside on the fly. Check out this article:

RE: [Mono-list] conversions

2004-10-08 Thread Jambunathan Jambunathan
Thanks a lot for an enlightening conversation. I have created the folowing bug report to keep track of the same. http://bugzilla.ximian.com/show_bug.cgi?id=67810 Regards, Jambunathan K. Jonathan Gilbert [EMAIL PROTECTED] 10/08/04 5:05 AM At 06:57 AM 06/10/2004 -0400, Jonathan Pryor

Re: [Mono-list] mono scripting?

2004-10-08 Thread Rodrigo B. de Oliveira
Hi! What are you looking for in a scripting language? Terseness [1]? An interactive shell [2]? Support for true closures [3]? Have you tried boo [4] yet? cheers, Rodrigo [1] http://svn.boo.codehaus.org/trunk/examples/gtk.boo?rev=1009view=auto [2]

RE: [Mono-list] mono scripting?

2004-10-08 Thread Jonathan Pryor
On Fri, 2004-10-08 at 05:41, RoBiK wrote: Hi Daniel! There is no scripting language for mono because the Common Language Runtime executes only compiled code, But it's possible for the compiled code that the CLR is executing to be an interpreter, which in turn executes a scripting language.

[Mono-list] .exe filename with multiple .cs files

2004-10-08 Thread Harsh Busa
hello all i m learning C# with mono. pretty novice. i was trying example 2 on http://msdn.microsoft.com/library/en-us/csref/html/vcwlksimplepropertiestutorial.asp [C # tutorial - Properties ] briefly speaking it has these files are compiled into a single compilation but in this tutorial, each

[Mono-list] Client side validation

2004-10-08 Thread sarvesh
Hi, I have few question about how asp.net in mono handles Validation Controls. Now as we know the Validation Controls that MS ASP.Net provides does not work with non-Microsoft browsers. I am porting these application to mono ASP.Net and also need make sure that the application works with

[Mono-list] Running ASP.NET on a 3rd party hosting provider

2004-10-08 Thread MikeOrb
Hi. I've been researching how to run Mono/ASP.NET on my hosting provider. I could run a server on a non-80 port, but I was hoping to not have such an ugly URL (although I could make a vanity URL for the advertised URL and have it redirect to the real app). I saw this post by Gonzalo on June 30

Re: [Mono-list] EntryPointNotFoundException: map_Mono_Posix_PollEvents

2004-10-08 Thread Shaun Jackman
Thanks Ravi! A make clean was in fact all it needed. Does Managed.Windows.Forms have a ComboBox? Cheers, Shaun On Thu, 07 Oct 2004 21:29:11 -0600, Ravindra Kumar [EMAIL PROTECTED] wrote: Hi Shaun, Ans [1]: It looks like you are using the old implementation. If you use the new one, I

Re: [Mono-list] Client side validation

2004-10-08 Thread Jonel Rienton
Just to be on the safe side, make sure you also do a server validation since some browsers doesn't support the validation controls. Something like, test Page.IsValid on the page_load event On Oct 8, 2004, at 9:21 AM, sarvesh wrote: Hi, I have few question about how asp.net in mono handles

Re: [Mono-list] Running ASP.NET on a 3rd party hosting provider

2004-10-08 Thread Daniel Freund
Hi Mike, if your ISP allows configuration changes to Apache (maybe through .htaccess files) you could use Apaches mod_proxy to create a reverse proxy. You would need something like ProxyPass /myMonoApp/ http://127.0.0.1:8088/myMonoApp/ ProxyPassReverse /myMonoApp/

Re: [Mono-list] EntryPointNotFoundException: map_Mono_Posix_PollEvents

2004-10-08 Thread Ravindra Kumar
Hi Shaun, Sorry to disappoint you, it is not done yet. But, we have plans to do it soon. Regards, - Ravi Shaun Jackman [EMAIL PROTECTED] 10/08/04 8:27 PM Thanks Ravi! A make clean was in fact all it needed. Does Managed.Windows.Forms have a ComboBox? Cheers, Shaun On Thu, 07 Oct 2004

Re: [Mono-list] EntryPointNotFoundException: map_Mono_Posix_PollEvents

2004-10-08 Thread Shaun Jackman
Great, I look forward to it. Thanks for the excellent work. I am not completely familiar with the C# platform. Are the .exe files that mono generates cross-platform? For example, can I expect the same exe to run on Linux, Win32 and Pocket PC platforms? Regards, Shaun On Fri, 08 Oct 2004

Re: [Mono-list] .exe filename with multiple .cs files

2004-10-08 Thread Ricardo Markiewicz
you need to pass -o program.exe to mcs to specify the output file. bye! On Fri, 8 Oct 2004 17:43:52 +0530, Harsh Busa [EMAIL PROTECTED] wrote: hello all i m learning C# with mono. pretty novice. i was trying example 2 on

[Mono-list] about using System.Web.Security

2004-10-08 Thread Antonio Santos
Hi there, I'm new to Mono (and all .Net and C# stuff), and I want to use MSN Passport related classes to login into MSN network using my Passport. I noticed that there is a System.Web.Security package with some classes to deal with Passport operations, but there's no documentation about them.

Re: [Mono-list] monodevelop Mac OS X

2004-10-08 Thread Jonel Rienton
Hi George, i replaced my harddrive recently and of course had to recompile monodevelop again through fink. however, when i ran the monodevelop app, splash screen pops up as usual but crash with the following message: Picture 1.pdf Description: Adobe PDF document any help would be greatly

[Mono-list] System.Runtime.Remoting status

2004-10-08 Thread Andrés Otón
Hello, I want to use mono to do a application client-server. I'm newby at csharp and mono but I have a long time at c++ programing. I have read at book Visual C# .Net how to use System.Remoting but it's seem that mono hasn't System.Runtime.Remoting.Channels.Http. I want to know the general state

Re: [Mono-list] System.Runtime.Remoting status

2004-10-08 Thread Matthijs ter Woord (meddochat)
Hi Andrés, If you consider using Sockets for doing client-server programming, have a look at Indy.NET (www.sourceforge.net/projects/indy-net). Indy.NET is a framework for creating tcp/udp servers/clients for communication. Much standard protocols (currently ftp + http, in the future more will be

[Mono-list] Colombian apps screenshots

2004-10-08 Thread felipe maya
Hello all colombiamonos I need a screenshots mono applications of colombian develops to know how many mono or portable.NET implementations are in Colombia. Please, send screenshots to [EMAIL PROTECTED] THANKS Consigue tu correo GRATIS en Manizales.com, dale vida a tus mensajes con ms de

Re: [Mono-list] System.Runtime.Remoting status

2004-10-08 Thread Lluis Sanchez
On dv, 2004-10-08 at 18:32 +0200, Andrs Otn wrote: Hello, I want to use mono to do a application client-server. I'm newby at csharp and mono but I have a long time at c++ programing. I have read at book Visual C# .Net how to use System.Remoting but it's seem that mono hasn't

[Mono-list] Playing with WSDL

2004-10-08 Thread Neale.Ferguson
Hi, I'm playing with TestService.asmx and have used wsdl to build the .cs file and have complied it into a library. What I want to know is where do I put the resulting DLL so that the server can use it and stop reporting: Compilation ErrorDescription: Error compiling a resource required to

Re: [Mono-list] mod_mono failures

2004-10-08 Thread Gonzalo Paniagua Javier
On Fri, 2004-10-08 at 19:36, CJ Collier wrote: Hey all, I don't know where mod_mono discussion goes, so I'm going to bring it here. Please correct me if I'm in the wrong place. mono-list is the right place. I spent some time putting together a test of mod_mono on my apache2 server

Re: [Mono-list] mod_mono failures

2004-10-08 Thread CJ Collier
No idea, but that error would happen if mod_mono and mod-mono-server are not compatible, but that does not happen with the versions you report, as they are what CVS has now and are working fine here. I forgot this part. I modified Makefile.am because make install failed with this error:

RE: [Mono-list] monodevelop Mac OS X

2004-10-08 Thread gennady wexler
I get this error too if I compile mono from cvs or fink. however if I install mono macos x binary from mono website, compile monodevelop against that - everything seems to work. there's something missing from custom installs of mono on mac os x. -Original Message- From: [EMAIL PROTECTED]

[Mono-list] Delivering IMethodCallMessags

2004-10-08 Thread Joerg Bornschein
Hi, is there a easy way dispatch a IMethodCallMessage to an actual object instance? Background: I'm trying to write a transparent forwarding class which camouflages as some other type, intercepts all method calls and forwardes them. Right now I've derived RealProxy and can intercept method

Re: [Mono-list] Running ASP.NET on a 3rd party hosting provider

2004-10-08 Thread Steve Deobald
On Fri, 2004-08-10 at 09:44 -0500, MikeOrb wrote: I'm not up to speed on cgi-wrapper. Is Gonzalo saying it can be configured to gateway to a URL on another server? I.e. act like a proxy, with my private version running at foo.com:8080 or some such and www.foo.com proxying to the 8080 version?

RE: [Mono-list] Running ASP.NET on a 3rd party hosting provider

2004-10-08 Thread MikeOrb
Thanks for the tips Daniel! Unfortunately a quick test shows my ISP does not have the proxy module running. Framing the entire site is an option but I hate sites you can't bookmark. Does anyone know what Gonzalo was referring to in this post: You can run xsp and making it listen on a port

Re: [Mono-list] Delivering IMethodCallMessags

2004-10-08 Thread Lluis Sanchez
On dv, 2004-10-08 at 23:23 +0200, Joerg Bornschein wrote: Hi, is there a easy way dispatch a IMethodCallMessage to an actual object instance? Background: I'm trying to write a transparent forwarding class which camouflages as some other type, intercepts all method calls and forwardes

Re: [Mono-list] Delivering IMethodCallMessags

2004-10-08 Thread Joerg Bornschein
On Sat, Oct 09, 2004 at 12:08:01AM +0200, Lluis Sanchez wrote: is there a easy way dispatch a IMethodCallMessage to an actual object instance? You can use RemotingServices.ExecuteMessage() for this. I wrote an interception channel that seems to do what are you trying to achieve. Have a

Re: [Mono-list] Playing with WSDL

2004-10-08 Thread Lluis Sanchez
I don't know what are you trying to do, but the wsdl tool generates a client proxy, to be used by a client to call methods of the web service. You can of course use the proxy on a server, for example if you need to call a web service from another web service. In this case just put the proxy dll

RE: [Mono-list] VB? Or just C#?

2004-10-08 Thread David P. Donahue
I managed to make the same small test page on a machine running Visual Studio .NET 2003, just to test the updated Microsoft.VisualBasic.dll and see if that solved the problem. Now when I try to browse to the page (which is just a button and a label) I get the following error page:

[Mono-list] ASP.NET memory fault on 3rd party hosting provider

2004-10-08 Thread MikeOrb
I compiled Apache 2.0.52 and mono/mod_mono 1.0.2 on my ISP. I first compiled glib 2.4.6 as well. Compile/install went smoothly. I created a hello world C# console app and it compiled/executed fine. When I run the ASP.NET sample WebApps via either mod_mono or directly via xsp I get: **

RE: [Mono-list] Client side validation

2004-10-08 Thread sarvesh
Hi, Yeah we do Server Side validation as well. We got our application running under mono. There is some good and some bad news. The good news is that 1. Except for a calendar control, i figured out that's a bug and it is fixed in 1.0.2 Now the bad news. 1. None of the client side scripts work