[Mono-aspnet-list] No application found errors from mod_mono

2013-02-05 Thread Richard Birkby
Hi, I'm moving a website from a SheevaPlug appliance (Debian ARM) to a Raspberry Pi (Raspbian/Wheezy). Apache works fine, but whenever I make a request to a .aspx page, error.log gets an entry saying: [error] No application found for .aspx I believe I've configured everything in the same

Re: [Mono-aspnet-list] WebRequest POST with client certificate

2013-02-05 Thread Stefan Kadow
Now, I have a version which works with mono (2.6.7 and 2.10.8) on Linux and mono (2.10.9) on Windows, but not with .NET This time I used the SslStream-class for the HTTP-request. It is important to use a LocalCertificateSelectionCallback method, which will be called while the ssl-renegotiation!

[Mono-dev] Verifying a Strong Name

2013-02-05 Thread Alistair Leslie-Hughes
Hi, Is there an equivalent embedded API function(s) as the Microsoft function StrongNameSignatureVerificationEx http://msdn.microsoft.com/en-us/library/ms232579.aspx I know how to get the strong name, but how can I verify it? Best Regards Alistair Leslie-Hughes

Re: [Mono-dev] ARM/NativeClient port

2013-02-05 Thread Nikolay Igotti
Hi Paolo, On Mon, Feb 4, 2013 at 6:36 PM, Paolo Molaro lu...@oddwiz.org wrote: 8. All bl/blx must be bundle-end aligned and LR is masked before return, as everything else in 3. Can you define precisely what a bundle is in this context? 16 bytes? Does it need to be aligned? Do the

Re: [Mono-dev] ARM/NativeClient port

2013-02-05 Thread Nikolay Igotti
Hi Zoltan, Good idea, but unfortunately for [reg + reg] loads it's hard to easily verify that address does not escapes sandbox, so NaCL only allows [reg + imm] addressing mode. So far, my approach is to augment MonoDomain with jumptable field, and replace inline jumptable with access to

[Mono-dev] system.developmet error

2013-02-05 Thread vikas
i developed an application in visual studio dot net 2010, the application is also working with mono Develop in windows but when i run the same application in ubuntu with mono and monodevlop system.deployment error is coming mono- 2.10.8 for ubuntu monodevelop 3.X regards Vikas -- View this

Re: [Mono-dev] system.developmet error

2013-02-05 Thread Rafael Teixeira
AFAIR, Mono doesn't implement System.Deployment classes Rafael Monoman Teixeira --- The most exciting phrase to hear in science, the one that heralds new discoveries, is not 'Eureka!' (I found it!) but 'That's funny ...' Isaac Asimov US science fiction novelist

[Mono-list] Porting MVC4 to Mono 3.0.3

2013-02-05 Thread Alberto León
I'm porting a MVC4 application to Mono 3.0.3 I have two importants questions: 1. System.Data.Entity can't be found 2. I had to remove the attribute targetFramework from compile element and from httpRuntime in Web.Config Where is or how I can get System.Data.Entity? And what happen with

Re: [Mono-list] Porting MVC4 to Mono 3.0.3

2013-02-05 Thread Daniel Lo Nigro
Hey there, 1. System.Data.Entity can't be found Mono doesn't support Entity Framework 4 or 5, it only supports the alpha version of Entity Framework 6. If you are using Entity Framework, you might not have much luck with Mono. Entity Framework 6 is still an alpha version and is not yet ready for

Re: [Mono-list] Porting MVC4 to Mono 3.0.3

2013-02-05 Thread Alberto León
The error with targetFramork isn't in running time, is building the MVC4 solution with xbuild I think there is new attribute for the compile and the httpruntime elements that is not supported in xbuild. Thanks for the advice about System.Data.Entity 2013/2/5 Daniel Lo Nigro li...@dan.cx

Re: [Mono-list] Porting MVC4 to Mono 3.0.3

2013-02-05 Thread Daniel Lo Nigro
Ahh, that is interesting - I haven't tried building an MVC4 site with xbuild. I build mine with msbuild on Windows, and then deploy it to a Linux server. Maybe it's worth posting the full xbuild output? On Tue, Feb 5, 2013 at 7:44 PM, Alberto León leontis...@gmail.com wrote: The error with

Re: [Mono-list] Mono on Xeon Phi

2013-02-05 Thread Yury Serdyuk
Rodrigo Kumpera wrote: Fix the configure script to not do the check. Look at its history for cross-compilation related fixes. OK, I've commented some checks like 1) checking for clang 2) checking for preceeding underscore ... 3) checking for pthread 4) checking for sigaltstack So the

[Mono-list] Could not find Microsoft.VisualBasic.Dll 10.0.0

2013-02-05 Thread acrym
Attempting to communicate to a WCF service gives me this error: Could not load file or assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies I downloaded mono-basic and tried putting the Microsoft.VisualBasic.dll file

Re: [Mono-list] Mono on Xeon Phi

2013-02-05 Thread Rodrigo Kumpera
Mono is not usually build with icc, so it might be the case that it doesn't support some gcc flags. Just hack your way by removing them from configure.in for now. On Tue, Feb 5, 2013 at 7:35 AM, Yury Serdyuk y...@serdyuk.botik.ru wrote: Rodrigo Kumpera wrote: Fix the configure script to

[Mono-list] Why Gnome prefer JavaScript?

2013-02-05 Thread Alberto León
I'm quite angry with Gnome decission. Mono have been attacked from Linux because the proximity with Microsoft for C# and etc. But as we saw this years, Microsoft didn't have denounced Mono for patents or similar, instead of this, Microsoft released MVC4 and other technologies with Apache 2

Re: [Mono-list] Why Gnome prefer JavaScript?

2013-02-05 Thread Robert Jordan
On 05.02.2013 16:23, Alberto León wrote: But, JavaScript was the reason to Oracle denounced Google. I can't understand why Gnome and Linux rejected support C# and has accepted javascript as official language. I think the step of Oracle is more dangerous to the open source world tan the steps

[Mono-list] install mono 3.03 packge on opensuse 11.4

2013-02-05 Thread alessandro binhara
Hello all .. i try install mono 3.03 package in opensuse 11.4. Where i can find a new version package of libgdiplus.. take a look.. linux-gy4l:/home/g6/Downloads # zypper install mono-complete-3.0.3-0.x86_64.rpm Loading repository data... Reading installed packages... Resolving package

Re: [Mono-list] Why Gnome prefer JavaScript?

2013-02-05 Thread Jonathan Pryor
On Feb 5, 2013, at 10:23 AM, Alberto León leontis...@gmail.com wrote: But, JavaScript was the reason to Oracle denounced Google. No, Java as why Oracle sued Google. JavaScript is completely different. It's kinda/sorta/not-really like comparing C and Perl -- sure, they both use '{' for blocks,

[Mono-list] OT: Re: Why Gnome prefer JavaScript?

2013-02-05 Thread Ian Norton
On Tue, Feb 05, 2013 at 04:18:16PM +, Jonathan Pryor wrote: On Feb 5, 2013, at 10:23 AM, Alberto León leontis...@gmail.com wrote: But, JavaScript was the reason to Oracle denounced Google. No, Java as why Oracle sued Google. JavaScript is completely different. It's

Re: [Mono-list] OT: Re: Why Gnome prefer JavaScript?

2013-02-05 Thread Stifu
You'll find better explanations online, but basically, they share the Java bit for stupid marketing reasons. Java was getting popular back then, and so slapping Java on random things sounded good to some people. Some insist on calling JavaScript ECMAScript, but it's too late now. Ian

[Mono-list] Project '{0}' has different ToolsVersion than the containing solution

2013-02-05 Thread mickeyf
This is marked as a fixed bug (#145) as of a year ago, but I get this message when I load Mono.Zeroconf.sln in MonoDevelop (Ubuntu 12.04). It doesn't tell me which ToolsVersion either is using, or what I need to do to correct this. Probably simple, but I'm ignorant. When I try to build, I get

Re: [Mono-list] Could not find Microsoft.VisualBasic.Dll 10.0.0

2013-02-05 Thread acrym
@Daniel - I already added the .dll to my bin and I tried using gacutil. Gacutil tries to look at /usr/local/bin/mono, but there is no executable there. -- View this message in context: http://mono.1490590.n4.nabble.com/Could-not-find-Microsoft-VisualBasic-Dll-10-0-0-tp4658459p4658486.html