[Mono-dev] Problem with parameters using Odbc/ADO.NET/Sybase 9.0.2 ASA

2006-12-22 Thread Mads Bondo Dydensborg
ers = insertCommand.Parameters; parameters.Add ( "@p1", OdbcType.Char ); parameters [ "@p1" ].Value = "This is a char"; insertCommand.ExecuteNonQuery (); cnc.Close(); } } Any help appreciated. Regards, Mads -- Med venlig hilsen/Re

Re: [Mono-dev] Problem with parameters using Odbc/ADO.NET/Sybase 9.0.2 ASA

2007-01-02 Thread Mads Bondo Dydensborg
lack some C# calls to make the program work. > > If there is not a bug for this already in bugzilla, > can you add it please? Could this bug: http://bugzilla.ximian.com/show_bug.cgi?id=74917 be related? Regards, Mads > > http://bugzilla.ximian.com/ > > > --- Mads

[Mono-dev] Solved: Re: Problem with parameters using Odbc/ADO.NET/Sybase 9.0.2 ASA

2007-01-03 Thread Mads Bondo Dydensborg
ld perhaps help others along the way). Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mon

Re: [Mono-dev] Solved: Re: Problem with paramete rs using Odbc/ADO.NET/Sybase 9.0.2 ASA

2007-01-03 Thread Mads Bondo Dydensborg
Test.diff, to the list > > Thanks > Nagappan > > Mads Bondo Dydensborg wrote: > > tirsdag 02 januar 2007 18:35 skrev Daniel Morgan: > > > >> FreeTDS Project is here: > >> > > > > [...] > > > > Thanks for all your pointers. &

[Mono-dev] Running make test in mono/mono/tests?

2007-01-22 Thread Mads Bondo Dydensborg
net_2_0/mscorlib.dll So, what am I doing wrong? Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 __

Re: [Mono-dev] Running make test in mono/mono/tests?

2007-01-26 Thread Mads Bondo Dydensborg
tirsdag 23 januar 2007 07:27 skrev Mads Bondo Dydensborg: > Hi there Hi again. Just wanted to bring this issue forward again. Any help appreciated. Regards, Mads > > After a succesful compile from SVN head, I am trying to run "make test" in > mono/mono/tests, as per i

Re: [Mono-dev] Running make test in mono/mono/tests?

2007-01-26 Thread Mads Bondo Dydensborg
d update and re-autogen. Thanks a lot! Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-d

[Mono-dev] Link error in CVS head tests for the last 3 days

2007-01-31 Thread Mads Bondo Dydensborg
mewhere? This is plain kubuntu 6.10 linux. Was working until about 3 days ago. Regards, Mads -- Mads Bondo Dydensborg [EMAIL PROTECTED] http://www.madsdydensborg.dk/ Who do you trust? Nobody? Good, let's put Nobody in charge then... - The Register on TCPA/Pal

[Mono-dev] WebService application model

2007-03-27 Thread Mads Bondo Dydensborg
t have problems mapping it onto my usual model of a service, which is probably more like a unix deamon... Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S,

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

2007-04-24 Thread Mads Bondo Dydensborg
code runs without problems under Windows/MS. Of course, that is not to say it is correct, only that the data returned is as expected. Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej

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

2007-04-30 Thread Mads Bondo Dydensborg
tirsdag 24 april 2007 08:36 skrev Mads Bondo Dydensborg: > Hi there Hi again. Just a repost - does nobody know anything about these issues? Regards, Mads > > I am using Linux/Mono to access a Sybase ASA server (on Windows), using > Unixodbc (and possibly FreeTDS - I am actual

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

2007-05-02 Thread Mads Bondo Dydensborg
mandag 30 april 2007 13:23 skrev Mads Bondo Dydensborg: > tirsdag 24 april 2007 08:36 skrev Mads Bondo Dydensborg: > > Hi there > > Hi again. > > Just a repost - does nobody know anything about these issues? And another one :-) Is there a person doing the ODBC work, that I

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

2007-05-04 Thread Mads Bondo Dydensborg
vikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 using System; using System.Data; using System.Data.Odbc; namespace Test.OdbcTest { class OdbcTest { // [STAThread] static void Main(string[] args)

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

2007-05-13 Thread Mads Bondo Dydensborg
fredag 04 maj 2007 14:45 skrev 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 ? Hi again. I would still appreciate some feedback on wheter or not this is a flaw/bug. On the

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

2007-05-16 Thread Mads Bondo Dydensborg
rise 10 > Your Linux is ready* > http://www.novell.com/linux > > > > >>> On Fri, May 4, 2007 at 6:15 PM, in message > <[EMAIL PROTECTED]>, > Mads Bondo Dydensborg <[EMAIL PROTECTED]> wrote: > > fredag 04 maj 2007 10:56 skrev A Nagappan: >

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

2007-05-27 Thread Mads Bondo Dydensborg
CTED]> > Linux Desktop Testing Project - http://ldtp.freedesktop.org > http://nagappanal.blogspot.com > > Novell, Inc. > SUSE® Linux Enterprise 10 > Your Linux is ready™ > http://www.novell.com/linux > > > >>> Mads Bondo Dydensborg <[EMAIL PROTECTED]> 05/16/07 2

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

2007-05-30 Thread Mads Bondo Dydensborg
x Desktop Testing Project - http://ldtp.freedesktop.org > http://nagappanal.blogspot.com > > Novell, Inc. > SUSE* Linux Enterprise 10 > Your Linux is ready* > http://www.novell.com/linux > > > > >>> On Mon, May 28, 2007 at 2:17 AM, in message > <[EMAIL PRO

[Mono-dev] SmtpClient only supports ESMTP?

2007-05-30 Thread Mads Bondo Dydensborg
Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximia

Re: [Mono-dev] SmtpClient only supports ESMTP?

2007-05-31 Thread Mads Bondo Dydensborg
onsdag 30 maj 2007 23:52 skrev Jeffrey Stedfast: > On Wed, 2007-05-30 at 12:12 +0200, Mads Bondo Dydensborg wrote: > > Hi there > > > > Regrettable I "crashed" into a smtp server today, that does not support ESMTP, > > but only SMTP (some old kind of exchang

[Mono-dev] OdbcConnection pooling?

2007-06-01 Thread Mads Bondo Dydensborg
emudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/

[Mono-dev] Mono and IPP? (cups support)

2007-06-13 Thread Mads Bondo Dydensborg
, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list

[Mono-dev] Class to render simple HTML to e.g. PostScript?

2007-06-16 Thread Mads Bondo Dydensborg
Hi Does anyone know of a class or component to render simple HTML to something one can print through e.g. cups, that is, e.g. PostScript? Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S

[Mono-dev] Mono debugger - confusing message

2007-06-19 Thread Mads Bondo Dydensborg
cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Odbc and varchar - patch for varchars longer than 255

2007-06-19 Thread Mads Bondo Dydensborg
venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://l

Re: [Mono-dev] Odbc and varchar - patch for varchars longer than 255

2007-06-19 Thread Mads Bondo Dydensborg
pot.com > > Novell, Inc. > SUSE* Linux Enterprise 10 > Your Linux is ready* > http://www.novell.com/linux > > > > > >>> On Tue, Jun 19, 2007 at 3:53 PM, in message > <[EMAIL PROTECTED]>, > Mads Bondo Dydensborg <[EMAIL PROTECTED]> wro

Re: [Mono-dev] Mono debugger - confusing message

2007-06-19 Thread Mads Bondo Dydensborg
ust one profile. > > On 6/19/07, Mads Bondo Dydensborg <[EMAIL PROTECTED]> wrote: > > Hi there > > > > While debugging the mono dbc stack today, using the mdb debugger (all current > > svn): I got the following, inside OdbcData

Re: [Mono-dev] Odbc and varchar - patch for varchars longer than 255

2007-06-19 Thread Mads Bondo Dydensborg
m > > Novell, Inc. > SUSE* Linux Enterprise 10 > Your Linux is ready* > http://www.novell.com/linux > > > > > >>> On Tue, Jun 19, 2007 at 3:53 PM, in message > <[EMAIL PROTECTED]>, > Mads Bondo Dydensborg <[EMAIL PROTECTED]> wrote: >

[Mono-dev] Mono and NMock2 - failing to run NMock2 with mono svn

2007-06-29 Thread Mads Bondo Dydensborg
stions: a) Is anyone else experiencing this issue? b) Any advise on resolving it? Thanks in advance, and regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44

Re: [Mono-dev] Mono and NMock2 - failing to run NMock2 with mono svn

2007-07-03 Thread Mads Bondo Dydensborg
fredag 29 juni 2007 16:22 skrev Mads Bondo Dydensborg: > Hi there Hi there - just a repost to raise this issue again. Any feedback will be most appreciated. Regards, Mads > > I have observed that my nmock2 tests have started to fail with the version of > mono I compile from

[Mono-dev] Question about encodings - possible documentation bug?

2007-07-04 Thread Mads Bondo Dydensborg
and should (g)mcs not complain, if it finds chars not supported? Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___

[Mono-dev] Possible multiple errors/bugs in Odbc stack, regarding handling of strings with non-ascii characters

2007-07-04 Thread Mads Bondo Dydensborg
quite badly, so any help appreciated. Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Possible multiple errors/bugs in Odbc stack, regarding handling of strings with non-ascii characters

2007-07-04 Thread Mads Bondo Dydensborg
onsdag 04 juli 2007 16:45 skrev Mads Bondo Dydensborg: > Hi there I have no real clue why messages to this list sometimes appears with broken format. Anyway: I found out that the attached patch solves my problems for now. I would very much like a comment on it though. I fear there may

Re: [Mono-dev] Question about encodings - possible documentation bug?

2007-07-04 Thread Mads Bondo Dydensborg
rce tree... otherwise I would have mailed a patch for that part. Regards, Mads > > Andy > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf > > Of Mads Bondo Dydensborg > > Sent: 04 July 2007 13

Re: [Mono-dev] Question about encodings - possible documentation bug?

2007-07-04 Thread Mads Bondo Dydensborg
torsdag 05 juli 2007 07:45 skrev Atsushi Eno: > Mads Bondo Dydensborg wrote: > > onsdag 04 juli 2007 16:03 skrev Andy Hume: > >> See http://lists.ximian.com/pipermail/mono-list/2007-June/035463.html > >> "* Mono compilers will default to the current language encodi

[Mono-dev] Thread.Interrupt

2007-07-09 Thread Mads Bondo Dydensborg
Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman

[Mono-dev] Problems with remoting in recent svn, about revision 81700 - 81724

2007-07-11 Thread Mads Bondo Dydensborg
issue with the XmlValidation), so getting this issue resolved would be great. Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 // Demonstrate remoting

Re: [Mono-dev] Problems with remoting in recent svn, about revision 81700 - 81724

2007-07-13 Thread Mads Bondo Dydensborg
torsdag 12 juli 2007 00:29 skrev Mads Bondo Dydensborg: > Hi there > Hi again. Just a quick followup to say that this problem no longer exists in rev81909. Thanks a lot to whomever fixed it! Regards, Mads > I should probably file a bug for this problem, but it appears in so rece

Re: [Mono-dev] Mono and NMock2 - failing to run NMock2 with mono svn

2007-08-07 Thread Mads Bondo Dydensborg
onsdag 04 Juli 2007 skrev Mads Bondo Dydensborg: > fredag 29 juni 2007 16:22 skrev Mads Bondo Dydensborg: > > Hi there Hi again Just a note for the archive. This issue has been resolved (possibly sooner) in revision: $ mono --version Mono JIT compiler version 1.2.5 (/trunk/ r83560)

Re: [Mono-dev] svn build problems

2007-08-10 Thread Mads Bondo Dydensborg
s can help you out. Initially you need to check out libgdiplus mcs mono from the svn, from that point on, you simple run the script, when you want the newest version. Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensbo

[Mono-dev] Odbc and unsigned int

2007-08-20 Thread Mads Bondo Dydensborg
type, as a column that is int. Is this to be expected, or a problem with mono? (I can not test this under Windows currently). Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750

[Mono-dev] When to file a bug report - Re: Possible bug in xslt extension object

2007-08-21 Thread Mads Bondo Dydensborg
a bug or not. Getting a preliminary response on an issue to wheter it possibly could be a bug, is of very great value to me. If an issue is a bug, obviously I do not mind filing it. Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bond

Re: [Mono-dev] When to file a bug report - Re: Possible bug in xslt extension object

2007-08-21 Thread Mads Bondo Dydensborg
onsdag 22 August 2007 skrev Andrés G. Aragoneses [ knocte ]: > Mads Bondo Dydensborg escribió: > > tirsdag 21 August 2007 skrev Miguel de Icaza: > >> Hello, > >> > >> As usual, please file a bug report. That way we can properly > >> follow up on i

[Mono-dev] More ODBC questions: AutoCommit and BeginTransaction

2007-09-03 Thread Mads Bondo Dydensborg
this to be expected? I think, from my reading that it is, but would very much like a confirmation. Currently I am not able to check out the behavoiur using MS .NET. Thanks, Regards Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydens

Re: [Mono-dev] More ODBC questions: AutoCommit and BeginTransaction

2007-09-20 Thread Mads Bondo Dydensborg
mandag 03 September 2007 skrev Mads Bondo Dydensborg: Hi again. I still can not resolve this question. But I did discover, that there is no public way to change the autocommit mode through the mono stack, meaning, that if one uses a transaction, one can never return to autocommit mode. Is this

Re: [Mono-dev] More ODBC questions: AutoCommit and BeginTransaction

2007-09-24 Thread Mads Bondo Dydensborg
ion - actually throws, if the isolationlevel of a transaction can not be set through the odbc driver. Regards, Mads > > i hope it would help :) > -- amc > > > On 9/21/07, Mads Bondo Dydensborg <[EMAIL PROTECTED]> wrote: > > mandag 03 September 2007 skrev Mads Bondo Dyd

[Mono-dev] SVN does not compile

2007-10-02 Thread Mads Bondo Dydensborg
elegate', `enum', `interface', or `struct' Compilation failed: 4 error(s), 0 warnings Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksC

Re: [Mono-dev] SVN does not compile

2007-10-04 Thread Mads Bondo Dydensborg
tirsdag 02 Oktober 2007 skrev Mads Bondo Dydensborg: > Hi there > > Just a short message to let those responsible know, that svn has not compiled > for about three days now. Ahem. Turns out that a local patch conflicted with recent changes in svn. The responsible user has been

Re: [Mono-dev] Odbc and unsigned int

2007-10-10 Thread Mads Bondo Dydensborg
tirsdag 21 August 2007 skrev Mads Bondo Dydensborg: > Hi there Hi everybody. Just trying to get help with the issue below. All help appreciated. Regards, Mads > > Is it correctly understood, that .NET Odbc does not support unsigned integers? > > This page would suggest t

Re: [Mono-dev] MonoSummit: Planning the Sessions

2007-10-29 Thread Mads Bondo Dydensborg
Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [Mono-list] MonoSummit: Planning the Sessions

2007-10-31 Thread Mads Bondo Dydensborg
ng Mono for. > > Show existing success case stories. > > ___ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > > -- Med venlig hilsen/Regard

Re: [Mono-dev] MonoSummit: Planning the Sessions

2007-10-31 Thread Mads Bondo Dydensborg
, friday we stop at 15", or something like that... Would be much appreciated, even if the actualy schedule is not finished. ASAP or before :-) Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter

[Mono-dev] Regression in SVN - (g)mcs crash & xbuild problem

2007-11-22 Thread Mads Bondo Dydensborg
n the bugposting department could post this as a bug, or even fix it in the compiler and xbuild program. Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86

[Mono-dev] Current SVN, 2.0, 2.1 and xbuild

2007-11-26 Thread Mads Bondo Dydensborg
configure mono during build? (Stay with the 2.0 profile?) Should we symlink the new System.dll to the old? Any help appreciated. Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej

Re: [Mono-dev] Current SVN, 2.0, 2.1 and xbuild

2007-11-26 Thread Mads Bondo Dydensborg
option to mono ./configure or what? Thanks in advance Mads > > On 11/26/07, Mads Bondo Dydensborg <[EMAIL PROTECTED]> wrote: > > > > Hi there > > > > We use xbuild to build from csproj files. Currently xbuild seems to select > > the > > follow

Re: [Mono-dev] Current SVN, 2.0, 2.1 and xbuild

2007-11-26 Thread Mads Bondo Dydensborg
mandag 26 November 2007 skrev Mads Bondo Dydensborg: > mandag 26 November 2007 skrev Rafael Teixeira: > > AFAIR, 2.1 is a subset profile for silverlight so it should not be used for > > non-silverlight development. > > Keep using 2.0 for normal apps/libs. > > Sounds g

[Mono-dev] svn compilation - test error? (Local error?)

2007-12-19 Thread Mads Bondo Dydensborg
regression in 1 file(s) test-anon-73.cs make: *** [run-test-local] Error 1 Could not run mcs compiler tests --- Is this a problem in my end, or is there a problem with current svn? Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo

[Mono-dev] Error in tests in current SVN?

2008-01-06 Thread Mads Bondo Dydensborg
error or svn problem? Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 --- -- Med venlig h

[Mono-dev] Bug in handling of Datetime in Xml Serialization - testcase in msg

2008-01-07 Thread Mads Bondo Dydensborg
rg/2001/XMLSchema";>2007-06-15T10:30:10.5+02:00' doc2m = 'http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";>2007-06-15T08:30:10.5+02:00' doc3m = 'http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="ht

Re: [Mono-dev] Bug in handling of Datetime in Xml Serialization - testcase in msg

2008-01-07 Thread Mads Bondo Dydensborg
rk. So, I have filed: https://bugzilla.novell.com/show_bug.cgi?id=352210 Getting a "confirmed" status on the bug would be nice. A solution even better! :-) Regards Mads > > Atsushi Eno > > Mads Bondo Dydensborg wrote: > > Hi there > > > > I have a dif

Re: [Mono-dev] Partial redo of r90413

2008-01-10 Thread Mads Bondo Dydensborg
ooks buggy for me. > > Regards, > Kosta > > ___ > Mono-devel-list mailing list > Mono-devel-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-devel-list > > -- Med venlig hilsen/Regards Systemudvikle

Re: [Mono-dev] Problem with national character set on ODBC connection

2008-02-18 Thread Mads Bondo Dydensborg
Console.Out.WriteLine("column " + i + " > data: " + reader.GetValue(i).ToString()); > } > System.Console.Out.WriteLine("-"); > } > } > } > } > ___

Re: [Mono-dev] Deprecating some Mono commands, Cecil mono-api-info

2008-03-02 Thread Mads Bondo Dydensborg
lig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.co

Re: [Mono-dev] Deprecating some Mono commands, Cecil mono-api-info

2008-03-02 Thread Mads Bondo Dydensborg
mandag 03 Marts 2008 skrev Sandy Armstrong: > On Sun, Mar 2, 2008 at 10:37 PM, Mads Bondo Dydensborg <[EMAIL PROTECTED]> > wrote: > > torsdag 28 Februar 2008 skrev Miguel de Icaza: > > I have yet to succesfully compile a version of monodevelop that actually can > &g

[Mono-dev] 64 bit ODBC problem?

2008-03-07 Thread Mads Bondo Dydensborg
/SYBSsa9/lib64/libdbodbc9_r.so [0x2c9a1260] /opt/sybase/SYBSsa9/lib64/libdbodbc9_r.so(SQLAllocHandle+0xd1) [0x2c9a1551] /opt/sybase/SYBSsa9/lib/libdbodbc9.so(SQLAllocHandle+0x122) [0x2c870cf2] /usr/lib/libodbc.so [0x2c50e612] /usr/lib/libodbc.so(SQLConnect+0x4aa) [

Re: [Mono-dev] Mono 1.9.0 Preview 4 is out!!

2008-03-11 Thread Mads Bondo Dydensborg
of bugs to look at for our next release. Please add this as well: https://bugzilla.novell.com/show_bug.cgi?id=352210 As far as I can tell, it did not make it into 1.9.pre4 either? Regards Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensbor

Re: [Mono-dev] 64 bit ODBC problem?

2008-03-13 Thread Mads Bondo Dydensborg
fredag 07 Marts 2008 skrev Mads Bondo Dydensborg: > Hi there > > I am trying to use a Sybase ASA 64 bit databaseserver on an 64 bit machine, > but have problems with it. Note to others in this particular (rare) situation: Upgrade to newest 64 bit release from Sybase. R

Re: [Mono-dev] 64 bit ODBC problem?

2008-03-14 Thread Mads Bondo Dydensborg
fredag 14 Marts 2008 skrev Paolo Molaro: > On 03/14/08 Mads Bondo Dydensborg wrote: > > fredag 07 Marts 2008 skrev Mads Bondo Dydensborg: > > > Hi there > > > > > > I am trying to use a Sybase ASA 64 bit databaseserver on an 64 bit machine, > > >

Re: [Mono-dev] 64 bit ODBC problem?

2008-03-15 Thread Mads Bondo Dydensborg
Windows. To remain (unit test) compatible with MS.NET, > the library name must be "odbc32". Hmm. So, if I keep getting "weird results" out of my connection to sybase 64 bit (ASA!) then I should not look at the dllimports and the mono stack? Regards, Mads -- Med venl

[Mono-dev] Problem with Odbc on 64 bit identified, please advise action

2008-03-18 Thread Mads Bondo Dydensborg
needed this to work. :-/ Regards Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing

Re: [Mono-dev] Problem with Odbc on 64 bit identified , please advise action

2008-03-19 Thread Mads Bondo Dydensborg
short, we can "fix" this for you, but in the process we may end up > breaking some other platform. There is no good solution. OK - should I file a bug then, or should this just be documented somewhere? (I did not find this kind of information prior to spending almost a day on pinp

Re: [Mono-dev] Memory corruption error when running CruiseControl.net - please advise

2008-04-07 Thread Mads Bondo Dydensborg
mandag 07 April 2008 skrev Mads Bondo Dydensborg: > Hi there. Hi again. Forgot to add some info about the machine: $ uname -a Linux vision 2.6.24.2-dbc-k8 #1 SMP Tue Feb 19 12:22:06 CET 2008 x86_64 GNU/Linux $ cat /proc/cpuinfo : : processor : 7 vendor_id : AuthenticAMD

[Mono-dev] Memory corruption error when running CruiseControl.net - please advise

2008-04-07 Thread Mads Bondo Dydensborg
from here? What should I do to pinpoint the problems? Thanks in advance, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 _

[Mono-dev] Very long time to complete tests after make

2008-04-08 Thread Mads Bondo Dydensborg
Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman

[Mono-dev] Unable to locate msc during compile

2008-04-08 Thread Mads Bondo Dydensborg
--all] Error 2 make[4]: Leaving directory `/home/madsdyd/Compile/Mono/mcs' make[3]: *** [profiles-do--all] Error 2 make[3]: Leaving directory `/home/madsdyd/Compile/Mono/mcs' make[2]: *** [all-local] Error 2 make[2]: Leaving directory `/home/madsdyd/Compile/Mono/mono/runtime' m

[Mono-dev] Problems with threads, when running CruiseControl.NET

2008-04-08 Thread Mads Bondo Dydensborg
**: _wapi_handle_unref: Attempting to unref unused handle 0x14 Regards Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34

Re: [Mono-dev] crashes in glib hangs (not exits) program

2008-04-21 Thread Mads Bondo Dydensborg
rt, that can be used to retrieve the stack info into, when segfaulting. Regards Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34

[Mono-dev] BindingList?

2006-08-31 Thread Mads Bondo Dydensborg
gards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/ma

[Mono-dev] Sharing build specs between MS VS .net 2005 and mono on Linux

2006-09-15 Thread Mads Bondo Dydensborg
solutions, general advise, etc, very much welcomed. I imagine we are not the only company that has faced this kind of problem? Regards & thanks in advance, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter

Re: [Mono-dev] Sharing build specs between MS VS .net 2005 and mono on Linux

2006-09-15 Thread Mads Bondo Dydensborg
ear to be a good thing. Especially since this would allow the Windows developers to remain in Visual Studio all the time, which appears to be a high priority for them... Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg

[Mono-dev] Specifying culture, version, etc, for gmcs

2006-09-18 Thread Mads Bondo Dydensborg
y this to gmcs - or is it needed at all? Thanks in advance, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 __

Re: [Mono-dev] csproj or sln to Makefile?

2006-09-26 Thread Mads Bondo Dydensborg
ast week, which made it a lot more usuable to me. There is still some way to go though, before it can do all that MSBuild can do. Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11

Re: [Mono-dev] Problem with compiling using MySQL library

2006-10-02 Thread Mads Bondo Dydensborg
iles generated by VS NET 2005, contains includes that looks like a generic strongname specification, which seems a bit weird. Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 275

[Mono-dev] Compiling current svn?

2006-10-09 Thread Mads Bondo Dydensborg
Register on TCPA/Palladium, 20021109 ------- -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] gmcs output differing from shell and emacs (through make and xbuild)

2006-10-15 Thread Mads Bondo Dydensborg
ine numbers, even when called from xbuild? Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mon

Re: [Mono-dev] gmcs output differing from shell and emacs (through make and xbuild)

2006-10-17 Thread Mads Bondo Dydensborg
mode file. Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] We broke nant... again.

2006-10-19 Thread Mads Bondo Dydensborg
interessted in this effort too. Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-li

Re: [Mono-dev] gmcs output differing from shell and emacs (through make and xbuild)

2006-10-19 Thread Mads Bondo Dydensborg
g ansi codes when the terminal is "dumb". Should I file a bug about this? Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Mono/Linux and MbUnit, NMock, NCover, VSTS

2006-11-08 Thread Mads Bondo Dydensborg
ely to MSVSTS? Does this work with Mono/Linux? Are there any license problems? Thanks in advance for all input! Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup,

Re: [Mono-dev] Mono/Linux and MbUnit, NMock, NCover, VSTS

2006-11-09 Thread Mads Bondo Dydensborg
was hoping the Mono community might be able to answer. Still hoping, and thanks, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 _

[Mono-dev] Connection to a sybase ASA database

2006-12-08 Thread Mads Bondo Dydensborg
Anywhere 9.0.2 server. However, I can not seem to make it work... Is this the right approach at all to do this? I could use about any kind of advice at this point. Thanks in advance, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-10 Thread Mads Bondo Dydensborg
so I will check the SybaseClient instead. If I can not make that work, rest assured I will bug you with more information ;-) Thanks, and regards, Mads > > --- Mads Bondo Dydensborg <[EMAIL PROTECTED]> wrote: > > > (I am reposting this to the dev list, as I can see > &

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-10 Thread Mads Bondo Dydensborg
mandag 11 december 2006 07:48 skrev Mads Bondo Dydensborg: > fredag 08 december 2006 17:44 skrev Daniel Morgan: > > No one is maintaining the Mono.Data.TdsClient. > > Mono.Data.SybaseClient might be better. Both of these > > including System.Data.SqlClient use Mono.Data.Tds

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-11 Thread Mads Bondo Dydensborg
.. > External provider loaded. > Open was successfull. > > Thanks > Nagappan > > Mads Bondo Dydensborg wrote: > > mandag 11 december 2006 07:48 skrev Mads Bondo Dydensborg: > > > >> fredag 08 december 2006 17:44 skrev Daniel Morgan: >

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-11 Thread Mads Bondo Dydensborg
is for us ;-) Regards, Mads > > Thanks > Nagappan > > Mads Bondo Dydensborg wrote: > > mandag 11 december 2006 10:17 skrev Nagappan: > > > >> Hi, > >> > >> I tried with SqlSharp and connected to Sybase server > >> > > >

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-11 Thread Mads Bondo Dydensborg
please? > > http://bugzilla.ximian.com/ Tried: bug 80232 Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 ___