[Bug 37633] Custom .NET 4.x app using System.Net.WebClient.DownloadString fails

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 27 07:35:13 CST 2014


https://bugs.winehq.org/show_bug.cgi?id=37633

--- Comment #5 from Bruno Jesus <00cpxxx at gmail.com> ---
(In reply to Anastasius Focht from comment #2)
> Hello folks,
> 
> I compiled the C# snippet into small console app and it works as expected.
> 
> --- snip ---
> using System;
> 
> namespace bug37557
> {
>     class Program
>     {
>         static void Main(string[] args)
>         {
>             var xml = new
> System.Net.WebClient().DownloadString("https://raw.githubusercontent.com/
> Epix37/Hearthstone-Deck-Tracker/master/Hearthstone%20Deck%20Tracker/Version.
> xml");
>             Console.WriteLine(xml);
>         }
>     }
> }
> --- snip ---

Anastasius, can you please attach the compiled exe? Did you run in mono?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list