Re: [Mono-list] gtksourceview-sharp / gtksourceview conflict on Fedora Core 3

2005-04-07 Thread Danny Brugman
Hi Thomas, I encountered the exact same problem. The conflicting file is 'vbnet.lang', which contains the syntax highlighting definitions for the VB.NET language. This is used by 'gedit', for example. This file can safely be overridden by the one provided by the 'gtksourceview-sharp-0.5-1.novell.

[Mono-list] Creating a single mod_mono session for multiple virtual directories

2005-04-07 Thread Howard Cole
Hi, I have configured mod_mono to run with multiple site configuration as defined here: http://www.gotmono.net/documentation/mod-mono-howto.html However, this launches 2 processes for mod_mono_server for each virtual directory, which eats into my available resources. Is it possible to have virt

Re: [Mono-list] gtksourceview-sharp / gtksourceview conflict on Fedora Core 3

2005-04-07 Thread Thomas Pryds Lauritsen
Hi again Danny Brugman wrote: This file can safely be overridden by the one provided by the 'gtksourceview-sharp-0.5-1.novell.9.1' package. Just use the '-f' option of rpm to force an install, and overwrite the file. It worked for me. Thank you! Nice to know that the files can just be overwritten.

[Mono-list] Cannot find Assembly ASP

2005-04-07 Thread Gilles FAVIER
Hi, I am trying to connect to an Oracle database, when i am running my script as an exe file, it compiles and then when i execute it works but when i try to it through a web page, i cannot compile the pages, i get the following error message when i run : mcs /t:library /out:WebTest.dll -r:Sys

Re: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-07 Thread Hubert FONGARNAND
We've follow the same approach with porting ASP.NET application from MS.NET to Mono 1.16... The application is a CRM (customer Relationship Management) application. It use Webservices (to talk to an active directory server) and an oracle Database. The application used some 3rd party library too.

Re: [Mono-list] Problems installing mod_mono on Apache 2 in Slackware 10.1

2005-04-07 Thread Jonathan Mezach
Thomas Zoechling wrote: Jonathan Mezach wrote: Hello there, I'm having some problems getting mod_mono to work on my Slackware 10.1 with Apache 2 installed. By default Slackware 10.1 comes with Apache 1.3, so I didn't install that package and got an Apache 2 package from www.linuxpackages.net (I

Re: [Mono-list] Cannot find Assembly ASP

2005-04-07 Thread Mario Carrión
On Thu, 2005-04-07 at 15:12 +0200, Gilles FAVIER wrote: > Hi, > > I am trying to connect to an Oracle database, when i am running my script as > an exe file, it compiles and then when i execute it works but when i try to > it through a web page, i cannot compile the pages, i get the following er

[Mono-list] Remoting Channels Tcp and Http Confusion

2005-04-07 Thread Jonathan J. Vargas R.
hi. i am developing an enterprise service using remoting, want tcp and http channel for listening. i derived some classes to perform custom functionality, as u will see. the prob is, that in ServerTest.cs and Server.cs (has service control operations), when i first Add a tcp channel to listen and

[Mono-list] magic quotes (like PHP)

2005-04-07 Thread James Grant
Hi there, I'm running into an issue with an application that has been ported over from windows to linux/mono. On windows, you could enter apostrophe's in input boxes which are then stored in the database without any problems, but on mono it seems that the apostrophe's all need to be manually

Re: [Mono-list] Cannot find Assembly ASP

2005-04-07 Thread Gilles FAVIER
Hi, no i am sorry it doesnot work either... I really think that it comes from the library that are not linked or something like that but i have no idea how to link them or add the path where they are when i am compiling... I still get the same error message... I am going to try this MONO_PATH

RE: [Mono-list] Cannot find Assembly ASP

2005-04-07 Thread Sébastien Pouliot
Bonjour Gilles, > > mcs /t:library /out:WebTest.dll -r:System -r:System.Data > > -r:System.Collections -r:System.ComponentModel -r:System.Drawing > > -r:System.Web -r:System.Web.SessionState -r:System.Web.UI > > -r:System.Web.UI.WebControls -r:System.Web.UI.HtmlControls > > -r:System.Data.Orac

RE: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-07 Thread Dan Maltes
Hubert, If you haven't already, you can get web.config browsercaps for better asp.net browser rendering compatability here: http://slingfive.com/pages/code/browserCaps/ Doesn't solve all issues, but it helps. Dan Maltes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

[Mono-list] ASP.NET error condition line number reporting

2005-04-07 Thread William Wise
Hi Folks,   I’ve googled for an answer to this question but so far haven’t come up with an answer.   Is it possible to get error condition line number reporting using XSP or mod_mono on Apache?    I can live without being able to set breakpoints but line number reporting on an error

Re: [Mono-list] Custom Error Pages

2005-04-07 Thread Gonzalo Paniagua Javier
On Fri, 2005-03-25 at 06:51 -0500, David P. Donahue wrote: > I'm using mod_mono on an Apache web server. I've set up Apache to use > custom pages for several error codes. However, it seems that sometimes > the .NET side of things handles the error, depending on what error it is > and where in

RE: [Mono-list] ssl client authentication

2005-04-07 Thread Gonzalo Paniagua Javier
On Thu, 2005-03-31 at 12:35 -0500, SÃbastien Pouliot wrote: > Hello Nelson, > > The HttpClientCertificate class isn't implemented in Mono (it's only > stubbed). It shouldn't be difficult to implement from the server variables. > > Of course it's more complicated if the server variables don't incl

Re: [Mono-list] mod_mono install on osx

2005-04-07 Thread Gonzalo Paniagua Javier
On Sat, 2005-04-02 at 20:24 -0800, brian betts wrote: > The Mod_mono readme starts out suggesting Mono, XSP > and Apache are installed in one directory, /usr. All > three are in different directories on my machine: > > 1. Mono is in > /Library/Frameworks/Mono.framework/Versions/Current > 2. Apache

Re: [Mono-list] Problem with ASP.NET Cache

2005-04-07 Thread Gonzalo Paniagua Javier
On Tue, 2005-04-05 at 09:48 +0200, Antoine CAPELLE wrote: > Hi everybody ! > > Iâm getting some troubles with the cache in asp.net. > > While an ASP.NET application is running, NullReferenceExceptions > randomly appear when writing to or reading from cache. > > Iâve got this error : > System.N

Re: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-07 Thread Gonzalo Paniagua Javier
On Tue, 2005-04-05 at 19:33 +1000, simon wrote: > Ive recently successfully ported an ASP.Net application from MS .net to > mono-1.1.4. > > This application was approximately 250-300 days development, is > currently deployed and in production on windows server 2003, has 2 > external interfaces

Re: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-07 Thread Gonzalo Paniagua Javier
On Tue, 2005-04-05 at 21:50 +1000, simon wrote: > The other issue I was having was that when i set a cookie other that the > auth cookie that my auth cookie disappeared! Im not sure if this is a > bug or not, it would take some testing to determine. I deemed at the > time it was easier to rem

Re: [Mono-list] XSP test fails

2005-04-07 Thread Gonzalo Paniagua Javier
On Tue, 2005-04-05 at 20:51 -0700, brian betts wrote: > Hi. I just installed XSP/Mod_mono. I'm running osx, > mono 1.1.5, Apache2. > > When I run XSP, I get a Error 500. I read on this list > that deleting .wapi dir might help but i didn't. I get > the following errors: > > xsp > Listening on po

Re: [Mono-list] ASP.NET error condition line number reporting

2005-04-07 Thread Gonzalo Paniagua Javier
On Thu, 2005-04-07 at 16:30 -0400, William Wise wrote: > Hi Folks, > Iâve googled for an answer to this question but so far havenât come up > with an answer. > Is it possible to get error condition line number reporting using XSP > or mod_mono on Apache? > I can live without being able to set

Re: RE: [Mono-list] Cannot find Assembly ASP

2005-04-07 Thread Gilles FAVIER
Seb, You made it!! It works, it compiles with the exact command lien you gave me, it is true 'ill have to study that point between assemblies and namespaces... IT would be to great if it worked... i have the compilation succeeded but when i open my webpage : http://localhost/mydir/Default.asp