2006/9/21, Tony Gu <[EMAIL PROTECTED]>:
David,I will argue that if OracleParametr a better solution because I dislike the Parameter personally :) By the way, this is not only bug in the Parameter. The reality is that is not a bad workaround if you don't have the time(like me). The other options ar
David,I will argue that if OracleParametr a better solution because I dislike the Parameter personally :) By the way, this is not only bug in the Parameter. The reality is that is not a bad workaround if you don't have the time(like me). The other options are to wait the bug fixed or you go to fix
2006/9/21, Tony Gu <[EMAIL PROTECTED]>:
David,Could you try to not use OracleParameter, just CommadText?I think the bug is in the Parameter decode.TonyIf not use the OracleParameter,the problem will not happen But not using OracleParametr is not a better solution, don't you think so?
_
2006/9/21, Daniel Morgan <[EMAIL PROTECTED]>:
Does your insert statement work in sqlplus?Also, does your test case work on microsoft .net?Have you used this:OracleParameter parm = new OracleParameter(":name", OracleType.NVarChar);
Which has OracleType of NVarChar instead of VarChar.And in your tabl
On Wed, 2006-09-20 at 16:12 -0400, joel reed wrote:
> 2) MasterType.on.MasterPages.v3.diff
>
> Implements support for the MasterType directive for master pages.
> Version 3 here adds a test case - I feel far better about the code than
> the test case, as I've not written too many nunit test case
Does your insert statement work in sqlplus?
Also, does your test case work on microsoft .net?
Have you used this:
OracleParameter parm = new OracleParameter(":name",
OracleType.NVarChar);
Which has OracleType of NVarChar instead of VarChar.
And in your table you created, have it created with
N
2006/9/19, Leszek Ciesielski <[EMAIL PROTECTED]>:
This has already been reported (checkhttp://bugzilla.ximian.com/show_bug.cgi?id=79004 andhttp://bugzilla.ximian.com/show_bug.cgi?id=78840
). Could you pleasetry the OracleClient from the repository? I was not able to replicatethe bug with the curre
joel reed wrote:
> Gonzalo Paniagua Javier wrote:
>> The patch for the test didn't apply cleanly. Can you provide a new patch
>> against current svn?
>
> Ok, i took the mono-1.1.17.20060920 snapshot and redid it. If that
> doesn't work, I can use svn, but it takes forever to pull the whole
> tre
Gonzalo Paniagua Javier wrote:
On Wed, 2006-09-20 at 16:12 -0400, joel reed wrote:
Please find 2 asp.net patches attached.
1) Page.Add.Namespaces.v1.diff
Implements TemplateParser.cs change for
System.Web.Configuration.NamespaceCollection to work.
This one is in svn now.
awesome. thanks!
Hi,
Sharique Farooqui [EMAIL PROTECTED] invites you to join his/her friends network at GAZZAG. GAZZAG is a community that connects people through their friends and friends of friends.
GAZZAG helps you to keep in touch with your friends, meet new people through your friends, meet old friend
Thanks, GetDisplayName was what I needed.
Now I need to figure out what to /call/ the two
versions I display, e.g.: 1.1.4322 and 1.1.17,
so that they make sense to users. :-)
Charlie
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Kornél Pál
Mono.Fuse is a C# binding for FUSE. It permits writing userspace
filesystems on Linux.
This release contains a few major changes to the public API for
consistency and clarification purposes, the biggest of which is renaming
Mono.Fuse.FileSystemEntry to Mono.Fuse.DirectoryEntry (which of course
req
Hi,
See these posts:
http://lists.ximian.com/pipermail/mono-devel-list/2005-May/012144.html
http://lists.ximian.com/pipermail/mono-list/2005-June/027348.html
Kornél
- Original Message -
From: "Charlie Poole" <[EMAIL PROTECTED]>
To:
Sent: Thursday, September 21, 2006 1:03 AM
Subject: [M
Hi All,
FYI, the new WiX-based NUnit install for windows now detects
whether Mono is present and creates a shortcut to run
the NUnit gui under Mono.
It's currently only available in the CVS source, but
will be coming out in the next beta.
Charlie
__
On Wed, 2006-09-20 at 16:12 -0400, joel reed wrote:
> Please find 2 asp.net patches attached.
>
> 1) Page.Add.Namespaces.v1.diff
>
> Implements TemplateParser.cs change for
> System.Web.Configuration.NamespaceCollection to work.
This one is in svn now.
> 2) MasterType.on.MasterPages.v3.diff
>
Hi All,
I'd like to ascertain the mono release being run, for display
in the nunit About box and console header. Any suggestions?
Apologies if you see this twice - I asked before but it
doesn't seem to have posted.
Charlie
___
Mono-devel-list maili
Hi,
I tried the MonoTorrent library and found a bug
preventing if from working with large torrents or files.
The torrent contained a file with > 3GB size
(Linux DVD image):
System.IO.IOException was unhandled
Message="An attempt was made to move the file pointer before the beginning of
On Wed, 2006-09-20 at 10:14 +0200, Hubert FONGARNAND wrote:
> Hi,
>
> I thought that ASP.NET 1.1 support in mono has a certain maturity...
> In fact there's still a lot of work!
>
> http://bugzilla.ximian.com/show_bug.cgi?id=79443
> http://bugzilla.ximian.com/show_bug.cgi?id=79445
> http://bugzil
Please find 2 asp.net patches attached.
1) Page.Add.Namespaces.v1.diff
Implements TemplateParser.cs change for
System.Web.Configuration.NamespaceCollection to work.
See
http://msdn2.microsoft.com/en-us/library/system.web.configuration.namespacecollection.aspx
http://west-wind.com/weblog/posts
Nick, Thanks! Please let us know when it could fixed. TonyNick Hoddinott <[EMAIL PROTECTED]> wrote: > Do we have the bug track for this?No, good point. I'll put together a small as possible test case thatautocompiles on Windows ASP.NET and submit that with the bug.Regards,Nick H
Do you Y
Hi,
These are now fixed as well. Thanks for reporting this.
Zoltan
On 9/20/06, Bill Seurer <[EMAIL PROTECTED]> wrote:
>
> [EMAIL PROTECTED] wrote on 09/19/2006 11:13:52 AM:
>
> > Could you take a look at "mono_arch_call_opcode" function in mini-ia64.c.
> ...
>
> That rem
[EMAIL PROTECTED] wrote on 09/19/2006 11:13:52 AM:
> Could you take a look at "mono_arch_call_opcode" function in mini-ia64.c.
...
That reminded me, I noticed several probable problems in the ia64 exception
code when I was looking at it a while back. It was in 1.1.15 and I haven't
checked the n
Hi,
There is patch that fixes Cross-page postback feature in
ASP.NET 2.0
When page is invoked by cross-page posting, PreviousPage
processed all live-cycle up to OnLoadComplite included.
See MSDN here:
http://msdn2.microsoft.com/en-us/library/ms178139.aspx
http://msdn2.microsoft
Hello Zoltan,
Here is another patch for mono on Linux/Alpha.
Changes are:
- Implemented passing of valuetypes in registers (taken from ia64
version) as requred by ABI
(invoking of native methods works, invoking of managed methods from
native code - fails)
- Enable inline optimization for ar
Hello.
The previous testcase used a null for WebResponse. This may produce an
impression, that not-null response would produce a different
serialization result. So please consider an improved test in the
attachment. I attach the fix for WebException again, for your
convenience.
Thank you.
Andrew.
Hi,
I thought that ASP.NET 1.1 support in mono has a certain maturity... In fact there's still a lot of work!
http://bugzilla.ximian.com/show_bug.cgi?id=79443
http://bugzilla.ximian.com/show_bug.cgi?id=79445
http://bugzilla.ximian.com/show_bug.cgi?id=79437
http://bugzilla.ximian.com/show_bug.
> Do we have the bug track for this?
No, good point. I'll put together a small as possible test case that
autocompiles on Windows ASP.NET and submit that with the bug.
Regards,
Nick H
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
ht
27 matches
Mail list logo