Re: [Mono-dev] upgrading an app

2006-09-18 Thread Hubert FONGARNAND
Le vendredi 15 septembre 2006 14:28 -0700, Tom Bombadil a crit: Hi all... We are running into a few problems with a mod_mono/asp.net app (no dlls, nor assemblies, yet) in two different servers using the same NFS volume... If we use server A to update the files in the NFS volume, server B's

Re: [Mono-dev] Maybe a System.Data.OracleClient.dll bug

2006-09-18 Thread John Anderson
You have to have the column as NVarchar, Which is national character set, It saves all data as unicode (utf8) instead of ASCII On 9/17/06, David [EMAIL PROTECTED] wrote: I use System.Data.OracleClient to connect and operate oracle database; But I find a problem when inserting into oracle

Re: [Mono-dev] upgrading an app

2006-09-18 Thread Miguel de Icaza
The doc below says that mono picks up changes in the src automatically: http://www.mono-project.com/FAQ:_ASP.NET#My_application_fails_if_I_replace_binaries My question is: how does mono pick up changes in the src files, when we replace them? by the date in the file? by md5 checksum? If the

[Mono-dev] installer for amd64

2006-09-18 Thread Alfonso
I hope this is the right place for this. Sorry if it isn't... I would like just to suggest it would be great to have an installer for amd64, just like that for x86. I have tried to compile mono for ubuntu amd64 and it's really a hell. Specially, I couldn't make work monodevelop. In gentoo it

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

2006-09-18 Thread Leszek Ciesielski
On 9/15/06, Mads Bondo Dydensborg [EMAIL PROTECTED] wrote: fredag 15 september 2006 12:17 skrev Leszek Ciesielski: As for now, company I'm working for is using NAnt together with custom script that generates VS2005 projects from the NAnt *.build files. (Would you care to share you scripts,

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

2006-09-18 Thread Mads Bondo Dydensborg
Hi there I have a MSVSNET 2005 build file, which I am trying to get xbuild to build. Reference Include=DBC.Data, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL SpecificVersionFalse/SpecificVersion HintPath..\..\BIN\DBC.Data.dll/HintPath /Reference When

[Mono-dev] patch for System.Net/WebException.cs

2006-09-18 Thread Andrew Skiba
Hello. The following code reveils 2 problems in subj: wrong initial value for Status, and incompatibility with .Net serialization. To check the latter, run test on .net, rename out.xml into in.xml and run test on mono. After applying the patch the test passes and initial value for Status is the

Re: [Mono-dev] Maybe a System.Data.OracleClient.dll bug

2006-09-18 Thread David
在06-9-18,John Anderson [EMAIL PROTECTED] 写道: You have to have the column as NVarchar, Which is national characterset, It saves all data as unicode (utf8) instead of ASCIIYes, I've also tried nvarchar2, it also have the same problem You cat try the above my code.my oracle database is also using

Re: [Mono-dev] Fwd: COM Interop Bug Fix Patch

2006-09-18 Thread Zoltan Varga
Hi, This is ok to check in. Zoltan On 9/18/06, Jon Chambers [EMAIL PROTECTED] wrote: Attached an updated patch. These changes are committed under MIT/X11 license, as specified in the revised ChangeLog. -- Forwarded message -- From:

Re: [Mono-dev] upgrading an app

2006-09-18 Thread Tom Bombadil
Ok Sounds good. I was trying to avoid restarting the app manually, to avoid the downtime, but I guess this is the safest thing to do. Thanks Hubert and Miguel for your replies! Cheers ;) Hubert FONGARNAND wrote: Le vendredi 15 septembre 2006 à 14:28 -0700, Tom Bombadil a écrit : Hi all...

Re: [Mono-dev] upgrading an app

2006-09-18 Thread Tom Bombadil
If the timestamp changes, so its not surprising that you are having problems with NFS, the client is probably caching the time. Another question regarding this: What's the condition that mono uses to pickup the change in the timestamp? - if timestamp changed? or - if new timestamp previous

[Mono-dev] C# to x86 assembly code?

2006-09-18 Thread Auge Mike
Hi all, I want to know if there is a tool to compile a C# program into a x86 assembly code? Thanx in advance, ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] C# to x86 assembly code?

2006-09-18 Thread Marcos Cobeña
Hi Auge, You can currently use Mono AOT compilation (Ahead-Of-Time; mono --aot I think) in order to get a precompiled binary, It'll cause your application to run faster, between some other things. Hope this helps. Regards, 2006/9/18, Auge Mike [EMAIL PROTECTED]: Hi all, I want to know if

Re: [Mono-dev] C# to x86 assembly code?

2006-09-18 Thread Rafael Teixeira
But to complete the picture, it will still need the Mono runtime. :) On 9/18/06, Marcos Cobeña [EMAIL PROTECTED] wrote: Hi Auge, You can currently use Mono AOT compilation (Ahead-Of-Time; mono --aot I think) in order to get a precompiled binary, It'll cause your application to run faster,

Re: [Mono-dev] C# to x86 assembly code?

2006-09-18 Thread Marcos Cobeña
Thanks, forgot it! :-) 2006/9/18, Rafael Teixeira [EMAIL PROTECTED]: But to complete the picture, it will still need the Mono runtime. :) On 9/18/06, Marcos Cobeña [EMAIL PROTECTED] wrote: Hi Auge, You can currently use Mono AOT compilation (Ahead-Of-Time; mono --aot I think) in

Re: [Mono-dev] C# to x86 assembly code?

2006-09-18 Thread Auge Mike
Hi Marcos, Yes this can help! But what I am looking for is something like the following code. Is there any possibility to achive that while debugging mono application ?? Thanx in advance :) int Add(int x, int y) { pushedi 0001 pushesi 0002 pushebx

Re: [Mono-dev] C# to x86 assembly code?

2006-09-18 Thread Jonathan Gilbert
At 08:44 PM 18/09/2006 +0200, Marcos wrote: Hi Auge, You can currently use Mono AOT compilation (Ahead-Of-Time; mono --aot I think) in order to get a precompiled binary, It'll cause your application to run faster, between some other things. More specifically, it will cause the application to

Re: [Mono-dev] About Sebastien blog Gendarme gains XML support, more...

2006-09-18 Thread Jonathan Gilbert
At 01:32 PM 18/09/2006 -0300, Rafael Teixeira wrote: From the high number of UseStringEmptyRule hits in the example report, I think we can add some magic to gmcs/mcs, so that when run with -optimize it could automatically generate: x = String.Empty; from any x = ; it finds. And after that we

[Mono-dev] Fwd: About Sebastien blog Gendarme gains XML support, more...

2006-09-18 Thread Rafael Teixeira
Sorry forgot to cc the list. I may have the details wrong, so anyone better informed please correct my ramblings on why using String.Empty is more desirable over using the literal, if needed. :) -- Forwarded message -- Wrom: WFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVR Date: Sep 18,

Re: [Mono-dev] C# to x86 assembly code?

2006-09-18 Thread Jonathan Pryor
On Mon, 2006-09-18 at 14:27 -0500, Jonathan Gilbert wrote: At 08:44 PM 18/09/2006 +0200, Marcos wrote: Hi Auge, You can currently use Mono AOT compilation (Ahead-Of-Time; mono --aot I think) in order to get a precompiled binary, It'll cause your application to run faster, between some

[Mono-dev] Red Carpet repository

2006-09-18 Thread Sunny
Hi, I'm trying to use the smart package manager to install/update mono. I'm using: SuSE 10.0 x86_64 smart ver. 0.42 In the past (a few months ago) I had setup smart to use this URL: http://go-mono.com/download/mono/suse-100-x86_64 But now there is no such an URL. smart reports:

[Mono-dev] App_Code

2006-09-18 Thread Tomasz Kubacki
hello there,I know someone asked it befere, but i still haven't found solution.How to make my asp.net 2.0 web page 'automagically' compile dll's (and see the inner Types) in the App_Code folder (as it used to be in VS.NET 2005) ? Any workarounds ?regards,Tomasz Kubacki-- avoid reality at all