[Mono-dev] Upcoming pull request; Generating csproj files and compiling Mono in Visual Studio

2013-01-04 Thread Jean-Michel.Perraud
Hi, I finally followed up on some upgrades to the build process generating the visual studio csproj and solution files. For reference prior discussions are at http://lists.ximian.com/pipermail/mono-devel-list/2012-May/thread.html#38852. I have a fork at

[Mono-dev] MonoJITLLVM Crash

2013-01-04 Thread C.Wallace
I want to use Embeded Mono powered by LLVM.so I Get the Master Version Code Mono ,and LLVM-Mono Version from GIT.But,when Use the LLVM Version DLL, the samples crashed.the crash On the: Funtions : bool FPPassManager::runOnFunction(Function F) { PassManagerPrettyStackEntry X(FP, F);

Re: [Mono-dev] Upcoming pull request; Generating csproj files and compiling Mono in Visual Studio

2013-01-04 Thread Marek Safar
Hi J-M, I finally followed up on some upgrades to the build process generating the visual studio csproj and solution files. For reference prior discussions are at http://lists.ximian.com/pipermail/mono-devel-list/2012-May/thread.html#38852 . I have a fork at

[Mono-dev] how to build mono 3.0.x on windows (64 bit)?

2013-01-04 Thread Gelin Yan
Hi the question is as subject. I have searched on google a bit but got nothing. The building instructions on mono website seems a little bit outdated. It require cygwin which is not 64 bit version. Other articles only talk about 32bit. Thanks. Regards gelin yan

[Mono-list] Mono and Enterprise Library 4.1 in Centos 6, help!!

2013-01-04 Thread demendezr
Greetings, I'm using Enterprise Library 4.1 to connect to PostgreSQL 9.2, Windows all my work properly, but Centos does not connect, I get the following error: Could not load type 'System.Management.Instrumentation.WmiConfigurationAttribute' from assembly

[Mono-list] Regarding Fedex Rate Webservice Method Call

2013-01-04 Thread Anil Chauhan
Hi, I'm working on monodevelop(2.10) to develop a web application on Linux(Ubuntu) in which i'm trying to call a Fedex Rate Webservice(a wsdl file to get Fedex rate for shipping ) method but i did got any value instead it should be return rate of shipping for something.Can anyone tell, whether

Re: [Mono-list] Mono and Enterprise Library 4.1 in Centos 6, help!!

2013-01-04 Thread Alberto León
Please, see the code of Mojo Portal, I Know is the unique web site that works in Mono, and it is using Enterprise Library As I remember, at least the EL5 has a lot of dependencies with SQLServer dlls and is dificoult to be portable. the Wmi is an installer format of windows, so I think

Re: [Mono-list] Creating a standalone Mono executable?

2013-01-04 Thread Ryan Boggs
Hi, See inline.. On Thu, Jan 3, 2013 at 12:57 PM, Daniel Lo Nigro li...@dan.cx wrote: Github does offer binary downloads, but I think you need to enable it for the repository. They're not as strict as Sourceforge (they'd let you host binaries even if you don't host all the source code).

Re: [Mono-list] AES/CFB Stream Cipher Problem

2013-01-04 Thread Rodrigo Kumpera
The bug is: https://bugzilla.xamarin.com/show_bug.cgi?id=9247 On Thu, Jan 3, 2013 at 7:54 PM, Sebastien Pouliot sebastien.poul...@gmail.com wrote: On Thu, Jan 3, 2013 at 7:40 PM, Drew DeVault sircm...@gmail.com wrote: I get access denied on that bug. Sorry I had not noticed the bug to be

[Mono-list] Serial Port Writing

2013-01-04 Thread Guiz
Hi !It's my first steps into mono world on Ubuntu 12.04, and I have a little issue I can not explain yet.My simple example consists to instanciate a serial port, open it, send it a string then close it. The port is the right port as it works with a command line echo. It also works when I use the

Re: [Mono-list] Regarding Fedex Rate Webservice Method Call

2013-01-04 Thread Danny
Do you get any response at all? If so, what is in it? On 01/04/2013 09:31 AM, Anil Chauhan wrote: Hi, I'm working on monodevelop(2.10) to develop a web application on Linux(Ubuntu) in which i'm trying to call a Fedex Rate Webservice(a wsdl file to get Fedex rate for shipping ) method but i

Re: [Mono-list] linux, binfmts:Unexpected behavior

2013-01-04 Thread Jonathan Pryor
On Jan 2, 2013, at 1:02 PM, ma...@manfbraun.de wrote: I moved over a lot of utilities from windows to linux, but starting them using mono ... is a pain and luckily, I discovered binfmts. Presumably as suggested at: