Chris Howie wrote: > > On Mon, Oct 19, 2009 at 3:07 PM, Vit Ulicny <[email protected]> wrote: >> Hey all, >> I am totally new with MONO and Mac also. I have this existing .NET/C# >> project and it doesn't run on the Mac using mono. Otherwise it runs >> perfectly on windows. I found out there is a trouble when I call my .NET >> web service, which I use for login. >> >> Any ideas what is wrong and how to make my application runing on Mac? >> >> thank you very much for reply > > You will need to provide diagnostic information, like exceptions and > console output. "It doesn't work" contains no information that we can > use to help you. > >
Sorry it took me so long provide this information. I got this error: Error writing request. at System.Net.WebConnectionStream.WriteRequest () [0x00207] in /private/tmp/monobuild/build/BUILD/mono-2.4.2.3/mcs/class/System/System.Net/WebConnectionStream.cs:648 at System.Net.WebConnectionStream.Close () [0x000eb] in /private/tmp/monobuild/build/BUILD/mono-2.4.2.3/mcs/class/System/System.Net/WebConnectionStream.cs:700 at System.IO.StreamWriter.Dispose (Boolean disposing) [0x00000] at System.IO.StreamWriter.Close () [0x00000] at System.Xml.XmlTextWriter.Close () [0x00040] in /private/tmp/monobuild/build/BUILD/mono-2.4.2.3/mcs/class/System.XML/System.Xml/XmlTextWriter2.cs:435 at System.Web.Services.Protocols.SoapHttpClientProtocol.SendRequest (System.IO.Stream s, System.Web.Services.Protocols.SoapClientMessage message, System.Web.Services.Protocols.SoapExtension[] extensions) [0x00063] in /private/tmp/monobuild/build/BUILD/mono-2.4.2.3/mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapHttpClientProtocol.cs:260 at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (System.String method_name, System.Object[] parameters) [0x00069] in /private/tmp/monobuild/build/BUILD/mono-2.4.2.3/mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapHttpClientProtocol.cs:367 -- View this message in context: http://www.nabble.com/using-.NET-web-service-issue---does-not-work-on-Mac-tp25963776p25966967.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
