Re: [Mono-winforms-list] How to execute my win app built in mono( Windows ) on Mono (Mac OSX)

2011-03-01 Thread Natalia Portillo
Hi, exe extensions belongs to a good couple of systems, not just Windows. In the case of an app compiled for .NET (with Mono or Visual Studio) that .exe extension exactly corresponds to a CLR Portable Executable. You don't need any kind of Windows component to run those, you can just use mono.

Re: [Mono-aspnet-list] Why the LogOn action does not work correct?

2011-03-01 Thread Daniel J. Summers
On Tue, Mar 1, 2011 at 12:58 AM, hjf1223 hjf1...@gmail.com wrote: Download the sample site from : http://files.cnblogs.com/hjf1223/Mono_MVC3.zip Mono_MVC3.zip I have try it both on Windows(Nginx+FastCGI_Server) and openSUSE(Apache+mod_mono), both of them have same result. Using that ZIP, I

Re: [Mono-aspnet-list] Why the LogOn action does not work correct?

2011-03-01 Thread hjf1223
HI The source is here: http://files.cnblogs.com/hjf1223/Mvc3_Mono_source.zip Please let the LogOn page works, because I have seem another errors on this page. Another issue is here: http://go-mono.com/forums/#nabble-tc3312507 My English is not good, can not express very clear, but I hope you

Re: [Mono-aspnet-list] Error getting response stream (Trust failure) for HTTP (NOT https) Request?

2011-03-01 Thread lars
This is as much of the Exception object values as I can manage to capture: MESSAGE: Execution of request failed: http://spreadsheets.google.com/feeds/spreadsheets/private/full SOURCE: Google.GData.Client STACK: at Google.GData.Client.GDataRequest.Execute () [0x0] at

Re: [Mono-aspnet-list] Error getting response stream (Trustfailure) for HTTP (NOT https) Request?

2011-03-01 Thread Daniel J. Summers
I'm pretty sure that Google is redirecting mail and docs to https, partly in response to Firesheep. Try that URL in a browser and see if you get redirected. (I'd try it, but I'm using my phone to type this.) Daniel -Original Message- From: lars l...@larsknox.com Sender:

Re: [Mono-dev] Mono-2.8.2 Cross Compiled for ARM processor (Interesting issue with Generics)

2011-03-01 Thread Robert Jordan
On 28.02.2011 23:30, Sean Hubbell wrote: Given the following example, could someone confirm if this is an issue or just my misunderstanding of the methods? The below is Mono 2.8.2 Cross Compiled for an ARM processor. The issue comes up when I would like to do a couple of things with generics:

Re: [Mono-dev] mixed-mode assemblies in wine

2011-03-01 Thread Kornél Pál
Hi, Vincent Povirk wrote: My preferred way would be to call exports that Windows calls: - _CorValidateImage on image load - _CorImageUnloading on image unload - _CorExeMain instead of exe entry point - _CorDllMain instaad of dll entry Is there a reason for us to add this to the Wine loader

Re: [Mono-dev] mixed-mode assemblies in wine

2011-03-01 Thread Vincent Povirk
2011/3/1 Kornél Pál kornel...@gmail.com: Another possible approach, if we don't share mscoree.dll code, would be for Wine and Mono to both implement ICLRMetaHost (http://msdn.microsoft.com/en-us/library/dd233134.aspx) and ICLRRuntimeInfo, both of which can be accessed before a runtime is

Re: [Mono-dev] Mono-2.8.2 Cross Compiled for ARM processor (Interesting issue with Generics)

2011-03-01 Thread Sean Hubbell
Why is that as it returns true on Windows? -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-2-8-2-Cross-Compiled-for-ARM-processor-Interesting-issue-with-Generics-tp3328883p3330068.html Sent from the Mono - Dev mailing list archive at Nabble.com.

Re: [Mono-dev] Mono-2.8.2 Cross Compiled for ARM processor (Interesting issue with Generics)

2011-03-01 Thread Zoltan Varga
Hi, Please attach a complete testcase which shows the problem. Zoltan On Tue, Mar 1, 2011 at 5:11 PM, Sean Hubbell sean.hubb...@gdc4s.com wrote: Why is that as it returns true on Windows? -- View this message in context:

[Mono-dev] Testing / Building Mono for 64 bit Windows

2011-03-01 Thread Frank Fuchs
Hi, from what I've seen some people seem to work on getting mono ready for 64bit Windows (as a 64 bit library). However, I did not find any kind of (potentially unsupported) test builds. If someone is aware of such a resource I'd like to contribute by testing it. Same thing holds for any

Re: [Mono-dev] Mono 2.8.2 - WCF netTcpBinding System.NotImplementedException: UpgradeRequetRecord

2011-03-01 Thread Atsushi Eno
Your client is likely .NET and tries to use transport security feature. Turn it off. Note that MoMA is not helpful for WCF very often because it is impossible to examine *.config files and which features those config sections require. Atsushi Eno (2011/03/01 12:58), Compy234 wrote: Hey guys,

Re: [Mono-dev] WCF breakage and Windows build breakage

2011-03-01 Thread Atsushi Eno
Some updates: - Thanks to Rodrigo, the PE verifier feature is temporarily disabled. I'm working on the real fixage, but WCF on git master should work now. - I found the cause of the Windows failure. To get WCF working again on Windows, run: git checkout 2670761ee7

[Mono-dev] Fwd: Mono build procedure

2011-03-01 Thread Mikael Lyngvig
Uhh, dafty me... v2.10.x is in the list, just not where I looked. Sorry for the noise... Cheers, Mikael Original Meddelelse Subject:[Mono-dev] Mono build procedure Date: Wed, 02 Mar 2011 08:19:37 +0100 From: Mikael Lyngvig mik...@lyngvig.org To:

[Mono-list] MonoDevelop 2.6 Beta 1 released

2011-03-01 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.6 Beta 1. This is the first release of a series of releases that will lead to MonoDevelop 2.6. MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write

Re: [Mono-list] Session.Abandon causes NullReferenceException on 2.11

2011-03-01 Thread prooftrader
I am a dummy -- first of all, the previous version wasn't 2.7, it must have been 2.8. Secondly, I read Miguel's 2.10.1 announcement after flailing with the master version (2.11). So I tried again with 2.10.1 and the problem persists. Only this time it is at line 166 of

Re: [Mono-list] Session.Abandon causes NullReferenceException on 2.11

2011-03-01 Thread Abe Gillespie
I'm not sure what you are running into. That was fixed (https://bugzilla.novell.com/show_bug.cgi?id=669807) and I just tested it on 2.10.1 just fine so, as far as I can tell, there are no regressions. -Abe On Tue, Mar 1, 2011 at 11:49 PM, prooftrader m...@prooftrader.com wrote: I am a dummy --