[Mono-dev] webservice under mono/xsp

2010-09-13 Thread Chakotey STME
Hello Community, I have a webservice-project with nearly no functions and I want to publish it in my local network. Under Windows with IIS I have no problem to publish my webservice. I have a precompiled library (my VB-Code) and a asmx-file. Here is the content of my asmx-file: %@ WebService

Re: [Mono-dev] Can Mono Compiler as Service compile classes?

2010-09-13 Thread robr
I found the answer in the mono file mcs\mcs\repl.txt: * Supporting class-level declarations Currently the evaluator has this feature disabled, to enable it edit the eval.cs file and make this be the default: - parser.Lexer.putback_char =

Re: [Mono-dev] IL-based regex engine

2010-09-13 Thread Rodrigo Kumpera
I have a very selfish suggestion of building a tool that would do huge wonders for us. One major hurdle when debugging bugs either on closed or FOSS software is figuring out what mono did that doesn't match MS behavior. This can require a lot of guesswork and time. So if we had a tool that could

[Mono-dev] Does anyone know why the c# type dynamic does not work in mono c# REPL 2.8?

2010-09-13 Thread robr
Does anyone know why the c# type dynamic does not work in mono c# REPL 2.8? Enter statements below. csharp dynamic x = 4; {interactive}(1,10): error CS8088: Your .NET Runtime does not support ``void' or `void*' field type'. Please use the latest Mono runtime instead. Thanks, Rob -- View this

Re: [Mono-dev] Does anyone know why the c# type dynamic does not work in mono c# REPL 2.8?

2010-09-13 Thread Marek Safar
Hello, Does anyone know why the c# type dynamic does not work in mono c# REPL 2.8? Enter statements below. csharp dynamic x = 4; {interactive}(1,10): error CS8088: Your .NET Runtime does not support ``void' or `void*' field type'. Please use the latest Mono runtime instead. It

Re: [Mono-dev] Can Mono Compiler as Service compile classes?

2010-09-13 Thread Miguel de Icaza
I was wondering can the Mono Compiler as a Service compile classes? I tried but I get a parse error. Would it be hard for me to modify it to compile classes? (I am using v2.8 on top of ms .net 4.0) It does not, it is only for expressions and statements. The parser work is done (so the REPL

Re: [Mono-dev] mono.simd

2010-09-13 Thread Miguel de Icaza
This patch is contributed under the MIT license I don't have push access to the main repository, so please commit the patch yourself. This is an oversight, could I have your GitHub account so I can add you to the group? ___ Mono-devel-list

Re: [Mono-dev] mono.simd

2010-09-13 Thread Miguel de Icaza
This patch is contributed under the MIT license I don't have push access to the main repository, so please commit the patch yourself. Ah, never mind, found you: robert-j You are now part of the Mono commit team. ___ Mono-devel-list mailing

Re: [Mono-dev] Does anyone know why the c# type dynamic does not work in mono c# REPL 2.8?

2010-09-13 Thread robr
I added bug report: Bug #639010. -- View this message in context: http://mono.1490590.n4.nabble.com/Does-anyone-know-why-the-c-type-dynamic-does-not-work-in-mono-c-REPL-2-8-tp2537605p2537946.html Sent from the Mono - Dev mailing list archive at Nabble.com.

Re: [Mono-dev] IL-based regex engine

2010-09-13 Thread Eddy Zavaleta
I am not really sure to undertand your suggestion (English is not my mother tongue). You are suggesting a tool which adds code to the assemblies that generates code coverage data using Cecil. It would print out something similar to what mono --trace does, right? On Mon, Sep 13, 2010 at 5:22 AM,

Re: [Mono-list] mono --runtime option list

2010-09-13 Thread Robert Jordan
On 13.09.2010 00:55, Ryan Boggs wrote: Hi, Does anyone know where I can find a list of valid options for the mono --runtime argument? I want to make sure that I am using the right ones. .NET 1.1:v1.1.4322 (discontinued in 2.8) .NET 2.0:v2.0.50727 .NET 4.0:v4.0.30319

Re: [Mono-list] Program start shows MS-DOS header error message

2010-09-13 Thread Andrew K.
Ok, everything is now clarified. Thanks to all of you - you helped me a lot. -- View this message in context: http://mono.1490590.n4.nabble.com/Program-start-shows-MS-DOS-header-error-message-tp2532540p2537103.html Sent from the Mono - General mailing list archive at Nabble.com.

[Mono-list] Custom ITasks in MonoDevelop

2010-09-13 Thread Krogerma
Subject was misspelled - sorry. From: kroge...@aol.com To: mono-list@lists.ximian.com, monodevelop-l...@lists.ximian.com Sent: 9/12/2010 3:41:11 P.M. Eastern Daylight Time Subj: Custom ITaks in MonoDevelop Hello, Lists: I received some

[Mono-list] Embedding two assemblies in Mono gives emits NullPointerException

2010-09-13 Thread petermonsson
Hi all, I'm trying to embed two different assemblies into my mono application. Embedding just either of them is no problem, but when I try to embed both, I get a NullPointerException. Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object at

Re: [Mono-list] Embedding two assemblies in Mono gives emits NullPointerException

2010-09-13 Thread petermonsson
Whoops, I cut that email short. I'm using Mono version 2.4.2.3. The two assemblies are compiled by different Visual Studio 2008 Express copies (maybe with different patch sets), but both should be some version of .NET 2.0. Any Ideas? Thanks in advance Peter -- View this message in context:

Re: [Mono-list] Embedding two assemblies in Mono gives emits NullPointerException

2010-09-13 Thread Robert Jordan
On 13.09.2010 13:28, petermonsson wrote: Hi all, I'm trying to embed two different assemblies into my mono application. Embedding just either of them is no problem, but when I try to embed both, I get a NullPointerException. I fail to see where you embed 2 assemblies. Do you mean loading 2

Re: [Mono-list] Embedding two assemblies in Mono gives emits NullPointerException

2010-09-13 Thread petermonsson
Hi Robert, Thanks for the quick reply. I fail to see where you embed 2 assemblies. Do you mean loading 2 assemblies and executing code from them? Yes, that is what I meant. Storing a MonoObject* outside the GC-controlled memory area is a serious bug. You want to store a GC handle of the

Re: [Mono-list] Mono 2.6 on sheeva plug (ARM) problems (running on ubuntu 9.04)

2010-09-13 Thread Juan Hawa
No sir, Both have the same version, also tried to remove all and reinstall another version and nada, nothing. Ill try installing another OS (probably Fedora) and see if this change anything. Thanks for the help Gonzalo :) Juan Fernandez Hawa On Sat, Sep 11, 2010 at 8:43 AM, Gonzalo Paniagua

[Mono-list] SslStream + mono == error

2010-09-13 Thread astromag
Hi, I wrotea small application (test) of type client - server(Tcp/Ip, SSL). Unfortunately it doeas not work under linux (server on Linux - client on M$ Windows), in M$ Windows it works. It turned out, that server stops on method AuthenticateAsServer of class SslStream. Server application:

Re: [Mono-list] SslStream + mono == error

2010-09-13 Thread Sebastien Pouliot
Simply google mono ssl - first link is the mono security faq Sebastien Le 2010-09-13 à 13:44, astromag astrom...@wp.pl a écrit : Hi, I wrotea small application (test) of type client - server(Tcp/Ip, SSL). Unfortunately it doeas not work under linux (server on Linux - client on M$ Windows),

Re: [Mono-list] SslStream + mono == error

2010-09-13 Thread Aldo Prinzi
Are you using a valid certificate? Valid means: a real certificate, the one that came from a certification authority. Not valid means: a certificate issued by yourself. In that case you must build an accept all certificates routine, one that can trust valid (from certification authorities) and

Re: [Mono-list] SslStream + mono == error

2010-09-13 Thread astromag
I create my own CA certificate and server certificate. http://blogs.technet.com/b/jhoward/archive/2005/02/02/365323.aspx On M$ Windows i put my CA certificate in users root X509Store. My client application will run only on M$ Windows. The client application is not the problem (It runs on M$

[Mono-list] Playing audio files

2010-09-13 Thread ChrisB
Hi, I wish to play audio files from my application running under Mono on openSUSE 11.1. I have looked at the System.Media.SoundPlayer class but that seems to be very limited in the file formats it supports. I have also investigated using wrappers for other applications without success. My

Re: [Mono-list] Playing audio files

2010-09-13 Thread anidotnet
You can consider Bass.Net API. Take a look at this http://www.un4seen.com/forum/?topic=8682.0 post Regards, Anindya Chatterjee http://abstractclass.org -- View this message in context: http://mono.1490590.n4.nabble.com/Playing-audio-files-tp2538366p2538400.html Sent from the Mono - General

Re: [Mono-list] Playing audio files

2010-09-13 Thread anidotnet
You can also take a look at the Banshee project. It is a media player completely developed on Mono. Here is the http://download.banshee-project.org/banshee/unstable/1.7.5/banshee-1-1.7.5.tar.bz2 link for the source file. Hope you can get some pointer from it. -- View this message in context: