[Mono-aspnet-list] Consume ASP.NET webservice with AJAX

2012-10-30 Thread Baptiste Saleil
Hello there. I'm developing a webservice for a personnal project. Of course, I choose ASP.NET http://asp.net/ and Mono. My webservice works perfectly excepted when I try to call it from ajax. I accept cross-domain from the webservice : Context.Response.AddHeader(“Access-Control-Allow-Origin”,

[Mono-dev] patch to make mcs bundlable

2012-10-30 Thread Teudimundo
Hi, I'm trying to bundle an application that uses the mcs, that's why I need to bundle mcs as well. When I tried I've get the following exception: [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentOutOfRangeException: Cannot be negative. at System.String.Substring (Int32 startIndex, Int32

Re: [Mono-dev] patch to make mcs bundlable

2012-10-30 Thread Marek Safar
Hi, Patch applied. Thanks Marek I'm trying to bundle an application that uses the mcs, that's why I need to bundle mcs as well. When I tried I've get the following exception: [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentOutOfRangeException: Cannot be negative. at

Re: [Mono-list] Encoding Question

2012-10-30 Thread Atsushi Eno
They are actually the same encoding. https://github.com/mono/mono/blob/master/mcs/class/I18N/CJK/CP932.cs#L932 Atsushi Eno Ian Norton wrote: On mono 3.0.0 ( amd64 pmono ) the following work fine for me: csharp using System.Text; csharp Encoding.GetEncoding(932); I18N.CJK.CP932 csharp