Re: [Mono-dev] Sybase ASA Odbc, timestamp, fractional seconds, possible bug in mono Odbc stack?

2007-05-04 Thread A Nagappan
Hi, Could you please send me a test.cs file to reproduce this bug ? Regarding Odbc, You can either contact me or send your queries to the list. Thanks Nagappan Nagappan A [EMAIL PROTECTED] Linux Desktop Testing Project - http://ldtp.freedesktop.org http://nagappanal.blogspot.com Novell, Inc.

Re: [Mono-dev] Sybase ASA Odbc, timestamp, fractional seconds, possible bug in mono Odbc stack?

2007-05-04 Thread Mads Bondo Dydensborg
fredag 04 maj 2007 10:56 skrev A Nagappan: Hi, Could you please send me a test.cs file to reproduce this bug ? Please find it attached. Running select PublishedTime from PublishingJob from isql returns: 2007-05-03 10:57:15.000 2007-05-03 10:57:15.920 2007-05-03 10:57:15.000 2007-05-03

[Mono-dev] GetAddrOf mono-basic vb.net

2007-05-04 Thread LB Audio Uchoa NET
It is in VB6. Public Declare Function GetAddrOf Lib kernel32 Alias MulDiv (nNumber As Any, Optional ByVal nNumerator As Long = 1, Optional ByVal nDenominator As Long = 1) As Long___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] GetAddrOf mono-basic vb.net

2007-05-04 Thread Kornél Pál
Hi, It is in VB6. Public Declare Function GetAddrOf Lib kernel32 Alias MulDiv (nNumber As Any, Optional ByVal nNumerator As Long = 1, Optional ByVal nDenominator As Long = 1) As Long I don't know the exact reason mentioning this, but this solution should be avoided. I suggest to use

[Mono-list] WebServices in Mod_mono Apache

2007-05-04 Thread Marco Aurelio V. da Silva
Dears I have one server with: FreeBsd 6.2 Apache 2.0 Mono 1.2.4_1 (Installed via Forge Novell) Mod_mono 1.2.4 (Installed via Forge Novell) Xsp-1.2.4 (Installed via Forge Novell) i create an webservice in visual studio 2005 (c# webservice Hello World Basic) , when trying to execute this

[Mono-list] Does mod_mono support Trace=true directive?

2007-05-04 Thread Ted Milker
ASP.NET running under IIS allows you to set a page directive Trace equal to true which will make the ASP.NET runtime output a ton of information about the page, the request, the controls used, etc. Does mono support this yet? I have attempted to add it to my pages with MonoDebug turned on

[Mono-list] Satisfying dependencies in Ubuntu Dapper 6.06.1 LTS?

2007-05-04 Thread Carlos Adriano Portes
Hi friends I am having some problems when compiling mono (daily snapshot 05/04/2007), to be more exactly on gtk-sharp module, I could not satisfy some dependencies and do not know what develop packages to install as I have tried many of them, the following is the feedback from ./configure

Re: [Mono-list] Satisfying dependencies in Ubuntu Dapper 6.06.1 LTS?

2007-05-04 Thread Martin Trejo
Ok, The first you should do is to have a look at http://www.mono-project.com/Compiling_Mono, to get a reference of how to compile Mono. The step on building gtk-sharp should come later, when you have Mono working ok. 2007/5/4, Carlos Adriano Portes [EMAIL PROTECTED]: I did not understand, I