Advanced Forum Search Results
-
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.
-
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 ...
-
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 ...