Re: [Mono-list] Authentication to a web service

2004-06-29 Thread Denis Gervalle
Gonzalo Paniagua Javier wrote:
The user is not passed from apache to mod-mono-server. You can use
DigestAuthenticationModule from Mono.Http to authenticate users via xsp
instead of apache.
Any reason not to do so ? or is this just a matter of time to get a 
patch of mod_mono/xsp to communicate more information ? (I may have a 
look since I have a need to authenticate throught mod_auth_ldap)

Denis Gervalle
SOFTEC sa
http://www.softec.st
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] About the thumbnail creator

2004-06-17 Thread Denis Gervalle
Replace wc.LoadUrl(args[0]); by wc.LoadUrl(url); and maybe, it will 
works better when the url is not provided as the first argument. 
Checking that url is not null before proceding may also be useful when 
you forget to provide an Url.

Denis Gervalle
SOFTEC sa
http://www.softec.st
Benoit Caccinolo wrote:
Hi all,
Did anyone try the code to generate web page thumbnails given by Miguel
de Icaza on his blog
(http://primates.ximian.com/~miguel/archive/2004/Jun-14.html)
The resulting shot has the good size but it is empty. I'm using Mono
Beta2 from the sources on a Debian. 

An idea ? 

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Still wanted: libgobject-2.0-0.dll

2004-06-16 Thread Denis Gervalle
Fabrício,
If you could manage to build mono from source, I have just post an 
updated version of my improved DllNotFoundException message patch on the 
Mono-Devel list. With this patch integrated, setting MONO_DEBUG 
environement variable will provide you a complete error message that 
will tell you what mono is trying and why it fails.

Regards,
Denis Gervalle
SOFTEC sa
http://www.softec.st
Fabrício Santos wrote:
Beta 3 is no better for me... :-(
-fs
- Original Message - 
From: Fabrício Santos [EMAIL PROTECTED]
To: mono [EMAIL PROTECTED]
Sent: Wednesday, June 16, 2004 1:11 AM
Subject: [Mono-list] Still wanted: libgobject-2.0-0.dll


Viva a todos,
As some of you remember a few days ago I posted a message stating that I
was
getting this error when trying to start monodevelop:
Unhandled Exception: System.DllNotFoundException:
libgobject-2.0-0.dll...
After looking at the below article, provided by Iain McCoy (thanks Iain):
http://archive.neotonic.com/archive/mono-list/messages/20513?noheader=1
and after checking the mono .dll to .so mapping file:
configuration
 dllmap dll=libglib-2.0-0.dll target=libglib-2.0.so.0/
 dllmap dll=libgobject-2.0-0.dll target=libgobject-2.0.so.0/
 dllmap dll=libatk-1.0-0.dll target=libatk-1.0.so.0/
 dllmap dll=libgtk-win32-2.0-0.dll target=libgtk-x11-2.0.so.0/
/configuration
the .so file /usr/lib/libgobject-2.0.so.0 actually exists and its
dependent libs are also present:
[EMAIL PROTECTED] root]# ldd /usr/lib/libgobject-2.0.so.0
   libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0x0087d000)
   libc.so.6 = /lib/libc.so.6 (0x00349000)
   /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x00334000)
Iain again came to my rescue and suggested changing the LD_LIBRARY_PATH
but
this held no different results and now I'm stuck and have no clue on what
is
going on.
Any more hints on what to look for now? As I said to Ian I feel I'm just a
short step from getting everything to work but it still fails and it is
frustrating me... :-/
Thanks in advance for any help.
-fs
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Hi (Worm!!!!)

2004-01-20 Thread Denis Gervalle
For those who have got it, message Hi from [EMAIL PROTECTED] is a
new Trojan horse worm currently spreading widly. More information on
http://securityresponse.symantec.com/avcenter/venc/data/[EMAIL PROTECTED]
Be careful,

Denis

[EMAIL PROTECTED] wrote:

Test =)
sgofvwkqwalnb
--
Test, yep.
 







--

Denis Gervalle(keyID:0x0C31F803)
mailto:[EMAIL PROTECTED]
SOFTEC sa
BP 19
L-8205 Kehlen
Grand-Duchy of Luxembourg

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mcs 0.26 fails on Windows

2003-09-16 Thread Denis Gervalle
Hi Paul,

A new bug (48376) has been recently introduced regarding this problem in 
the 0.26 release. An old bug (45518) concerning the same kind of problem 
has already came up in the 0.25 release, but not with a simple program. 
Both seems related to the usage of DateTime:get_Now(). If you compile 
with another mcs (or event csc), using the DateTime:get_Now() under the 
0.26 runtime shows the same error. So, this seems runtime related.

By the way, I have also reproduce it under Win2000 Server SP4. It does 
not happen under Windows XP.
My current workaround is actually to use the 0.25 version that has also 
the benefit to be build with GC support.

Regards,

Denis Gervalle
SOFTEC sa
http://www.softec.st
Paul Paximadis wrote:

Hi,
 
I installed mono-0.26-win32-2.exe on a Windows 2000 Professional machine.
When I try and compile a simple Hello World app. I get the errors below:
This works fine with 'mono-0.25-win32-1.exe'.
 
I have also compiled a simple gtk-sharp program ( compiles fine with 
0.25 ) but when I try and execute with 'mono Hello.exe' windows 
generates a unhadled exception etc.., yet I can run the program fine 
with Microst.
Any ideas.
 
Any help would be appreciated.
 
Thanks,
Paul
 

C:\C#Samplesmcs Hello.cs
 
Unhandled Exception: System.TypeInitializationException: An exception 
was thrown
 by the type initializer for System.Guid --- 
System.ArgumentOutOfRangeException
: Argument is out of range
in 0x001e3 00 System.DateTime:.ctor (bool,long)
in 0x00015 00 System.DateTime:.ctor (long)
in 0x001be 00 System.CurrentTimeZone:GetDaylightChanges (int)
in 0x00046 00 System.TimeZone:IsDaylightSavingTime (System.DateTime)
in 0x0001e 00 System.CurrentTimeZone:GetUtcOffset (System.DateTime)
in 0x00078 00 System.DateTime:.ctor (bool,long)
in 0x0003b 00 System.DateTime:get_Now ()
in 0x0004e 00 .GuidState:.ctor (bool)
in 0x00026 00 System.Guid:.cctor ()
--- End of inner exception stack trace ---
 
in (unmanaged) 00 System.Guid:NewGuid ()
in 0x00093 00 System.Reflection.Emit.ModuleBuilder:.ctor 
(System.Reflection.Em
it.AssemblyBuilder,string,string,bool,bool,bool)
in 0x00159 00 
System.Reflection.Emit.AssemblyBuilder:DefineDynamicModule (stri
ng,string,bool,bool)
in 0x00021 00 
System.Reflection.Emit.AssemblyBuilder:DefineDynamicModule (stri
ng,string,bool)
in 0x000d0 00 Mono.CSharp.CodeGen:Init (string,string,bool)
in 0x006be 00 Mono.CSharp.Driver:MainDriver (string[])
in 0x0001b 00 Mono.CSharp.Driver:Main (string[])


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list