[Mono-docs-list] Betr.: Mono-docs-list digest, Vol 1 #265 - 4 msgs (Vakantie)

2004-08-17 Thread Sander Scheepens
Ik heb vakantie tot 24 augustus. ___ Mono-docs-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-docs-list

Re: [Mono-docs-list] MonoDoc item schema

2004-08-17 Thread Francisco T. Martinez
Joshua Tauberer wrote: Josh: You make a lot of sense. I mainly ran the genthtml and other scripts from cygwin in Win32. The fact that I did generated some output means that I am close but not quite there yet. I did not create MS HTML Help 1.1 *.chm files because the resulting HTML output

Re: [Mono-docs-list] MonoDoc item schema

2004-08-17 Thread Joshua Tauberer
Francisco T. Martinez wrote: I did not create MS HTML Help 1.1 *.chm files because the resulting HTML output did not have traditional htmlheadtitle/title/headbody/body/html Take a look at http://taubz.for.net/code/monodocs/corlib/en/html That's how monodocs2html outputs things currently. It

RE: [Mono-list] Red Carpet channel for mono?

2004-08-17 Thread Barbara Plank, Idealnet
Hi Stevie, I use red carpet from the command line (rug). Here are some commands that might help you: //list all available channels: rug channels //e.g. subscribe to mono channel rug subscribe mono //list all uninstalled (-u) packages of the mono channel rug packages -u mono //list all

[Mono-list] asp.net application fails with mono 1.0.1

2004-08-17 Thread Barbara Plank, Idealnet
Hi all, I've a small sample application which was working on Mono 1.0. A few days ago I updated mono to the new version 1.0.1 (through red-carpet). The update was successful. But now, when I try to run the application (keeping all configurations the same, which means the httpd.config is still

AW: [Mono-list] Strings.InStr

2004-08-17 Thread Jochen Wezel
I only tried on MS.NET, but it should be the same on Mono: SNIP- using Microsoft.VisualBasic; public class Test { public static void Main() { System.Console.WriteLine (Strings.InStr(Hello World, W, 0)); } } SNIP I compiled with csc

Re: AW: [Mono-list] Strings.InStr

2004-08-17 Thread Jonathan Stowe
On Tue, 2004-08-17 at 08:15, Jochen Wezel wrote: I only tried on MS.NET, but it should be the same on Mono: SNIP- using Microsoft.VisualBasic; public class Test { public static void Main() { System.Console.WriteLine (Strings.InStr(Hello World, W, 0));

RE: [Mono-list] Syslog Access

2004-08-17 Thread Jonathan Stowe
On Tue, 2004-08-17 at 06:06, Iain McCoy wrote: On Tue, 2004-08-17 at 14:35, Craig Dayton wrote: Perhaps exploring the possibility of using PerlNet a product marketed by ActiveState might be a cost effective solution. With PerlNet, one can define an Interface to any module on CPAN and

[Mono-list] Debian Package mono-apache-server

2004-08-17 Thread Brown, Robert
Are there any Debian users who have gotten the mono-apache-server package (unstable tree) installed and successfully running on Debian Woody? I have gotten it to install and it looks like the module loaded into Apache 1.3 but it doesn't seem to process the aspx pages. -=Robert [EMAIL PROTECTED]

[Mono-list] Apache2.0/Mono1.0 Timeout Problem

2004-08-17 Thread Singh Singh
Hi friends... To be precise lemme tell you what behaviour am i facing.I have developed an ASP.NET application using C# and i want to run it on RHL 9.0/Apache2.0 using mod_mono Mono 1.0.I have installed everything successfully(i guess so) from Daniel's notes step by step.Now if i run the same

[Mono-list] error on mono-win32 - glib-sharp.dll wrong?

2004-08-17 Thread Tobias Bradtke
Hi! I installed mono-1.0.1-gtksharp-1.0-win32-0.5.exe without an error. But if i run the gtk-example from the Mono Handbook (HelloWorld, second try) i get some warnings: Compat mode: the request from D:\Programme\Mono-1.0.1\lib\mono\gac\glib-sharp\1. 0.0.0__35e10195dab3c99f\glib-sharp.dll to

Re: [Mono-list] Mono on Windows Primer?

2004-08-17 Thread Barry Drake
Hello. I just started learning mono 2 days ago as well. I found the following link helpful to get started with a Hello World program: http://www.ondotnet.com/pub/a/dotnet/2004/08/09/gtk_mono.htm I had many runtime errors until I created another directory outside my c:\mono101 main mono

Re: [Mono-list] Mono on Windows Primer?

2004-08-17 Thread George Birbilis
Also, note that my mono installation is not in c:\Program Files, which is the default installation director in Win. This gives my editor, UltraEdit, fits when I try to invoke mcs.exe and mono.exe from inside UltraEdit. This is not a mono issue, but Perl, Python, Zope, and other *nix

Re: [Mono-list] System.Drawing.Image Weirdness

2004-08-17 Thread Matthew Metnetsky
Hello, On Fri, 2004-08-13 at 15:41, Jordi Mas wrote: El divendres 13 de agost del 2004 a les 08:35 -0400, en/na Matthew Metnetsky va escriure: I'm trying to use Image.FromFile within mod_mono and I keep getting the strangest error. When I go to the page I get an internal server error.

Re: [Mono-list] Some questions about the mono installer

2004-08-17 Thread Matthijs ter Woord (meddochat)
Hi Stephan, When you want to aim at supporting 1 or to linux distro's (you named fedora and suse) you can make distro specific installations on cd. i think it should be very easy for fedora and suse because both are rpm based iirc. greets, Matthijs - Original Message - From: Stephan

[Mono-list] ASP.NET application

2004-08-17 Thread lamyae Benabdeljalil
Hello All When running a webform (ASP.NET with C#) with xsp, i get the following error: System.Threading.ThreadAbortException: Thread was being aborted in 0x0020e StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool) in 0x00169 StateMachine:ExecuteNext (System.Exception) in

Re: [Mono-list] ASP.NET application

2004-08-17 Thread Gonzalo Paniagua Javier
On Tue, 2004-08-17 at 11:28, lamyae Benabdeljalil wrote: Hello All When running a webform (ASP.NET with C#) with xsp, i get the following error: System.Threading.ThreadAbortException: Thread was being aborted in 0x0020e StateMachine:ExecuteState

[Mono-list] Context object inside Web service constructor.

2004-08-17 Thread Mariano Alarcon
Here is a small web service that behaves strangelly: ... [WebService] public class ContextInsideConstructor : System.Web.Services.WebService { public ContextInsideConstructor() { //CODEGEN: This call is required by the ASP.NET Web Services Designer InitializeComponent();

Re: [Mono-list] Context object inside Web service constructor.

2004-08-17 Thread Gonzalo Paniagua Javier
On Tue, 2004-08-17 at 12:37, Mariano Alarcon wrote: Here is a small web service that behaves strangelly: ... [WebService] public class ContextInsideConstructor : System.Web.Services.WebService { public ContextInsideConstructor() { //CODEGEN: This call is required by the

Re: [Mono-list] Mono - fedora packages

2004-08-17 Thread Duncan Mak
Hello, On Tue, 2004-08-17 at 12:53, Maynard Kuona wrote: Oops. downloaded wrong version of mono-all.zip. However, I have had to install both gtkhtml3-3.0.9 and gtkhtml3-3.1.11 because I have another set of packages needing the later version - Ximian Evolution 1.5. I have gotten mail

[Mono-list] XSP stops working

2004-08-17 Thread Jochen Wezel
Title: XSP stops working Hi Gonzalo, again! I know, I know, today, I'm killing your last nerves. But I'm heavily testing now my applications since VB.NET is now able to run in ASP.NET ;-) Do you know what this exception is? I simply removed one DLL (the ChilkatDotNet.dll :-) while XSP

RE: [Mono-list] Syslog Access

2004-08-17 Thread Craig Dayton
Hi Iain, You hit the nail on the head. Sorry for getting others and myself excited about the possibility of this working in Unix. The quote below is from Jan Dubois who is one of the architects of PerlNet. It would not work on Mono and Portable.NET without lots of changes as it relies heavily

RE: [Mono-list] error on mono-win32 - glib-sharp.dll wrong?

2004-08-17 Thread Craig Dayton
The other day Paco sent an email indicating there is a problem with the Combine Win32 Installer. Here the partial extract of the email. There is indeed a problem with the combined Win32 installer available from mono-project .com/downloads/. I am trying to put together a solution that should be

[Mono-list] Server Error

2004-08-17 Thread tracy Barlow
I know this is not Mono, but has anyone developing in .NET come across this error before? Server Error in '/ssl_registration' Application. Configuration Error Description: An error occurred during the processing of a

[Mono-list] FW: [Gtk-sharp-list] Fontconfig error: Cannot load default config file

2004-08-17 Thread gennady wexler
could someone please help me with this? how do I fix fontconfig? this is max os x installation. everything builds and installs, however fonts appear to be not installed correctly. mono 1.0 and mono 1.0.1 gtk# 1.0 -- Forwarded Message From: gennady wexler [EMAIL PROTECTED] Date: Mon, 16

Re: [Mono-list] Server Error

2004-08-17 Thread Mark Gimelfarb
No matter how weird this may sound, forcing a recompile of the application typically resolves this problem. In windoze world, I would do iisreset or touch the web.config file. Under Mono, similar technique might work. The error seems to do with private search bin paths for the application. My

[Mono-list] Server Error

2004-08-17 Thread tracy Barlow
No matter how weird this may sound, forcing a recompile of the application typically resolves this problem. In windoze world, I would do iisreset or touch the web.config file. Under Mono, similar technique might work. The error seems to do with private search bin paths for the

Re: [Mono-list] Syslog Access

2004-08-17 Thread Ian MacLean
Iain McCoy wrote: On Tue, 2004-08-17 at 14:35, Craig Dayton wrote: Perhaps exploring the possibility of using PerlNet a product marketed by ActiveState might be a cost effective solution. With PerlNet, one can define an Interface to any module on CPAN and compile it as a library or executable.

[Mono-list] Server Error

2004-08-17 Thread tracy Barlow
Problem solved. The admin bloke at the hosting site decide to make the Win 2000 server more secure, so he removed the the Everyone Group from the permissions List. it's working again. Thanks. -- Regards Tracy Barlow TracyAnne Software Phone: 07 4124 5092 Mobile: 0416 00 38 61 Web: