Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Re: Re: WebClient

    I put a xml file in my skydrive web harddisk. And I set the url of the xml file for uriString. I can see the xml file content in design time in the visual studio 2008 express edition. But I can't see the xml file content in run time in IE. And I got above error message.
  • Re: Re: WebClient

    System.Net.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state) System.Net.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult) System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) System.Net.WebClient.OpenReadAsyncCallback(IAsyncResult result) Above Error from the following code: If e.Error IsNot ...
  • WebClient

    Dera All, Follow code are copied from MSDN http://msdn.microsoft.com/zh-tw/library/cc645034(VS.95).aspx I know the basic programming and XAML, so I don't key in the detail of the implement of the following code. I use Visual Studio 2008 Express Edition to implement this project. But it can't run. Does following code ...
Microsoft Communities