Sign in
Http Client Protocol Issues (and other fun stuff I support)
If you use any of these solutions, Please let me know so I can track if any of this is useful to you! Thanks!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET Controls
.NET Interop
ADSI
Asp.Net
ATL Controls
AtlServer
Certificates
DebugDiag
Excel
HTTP Troubleshooting
HttpListener
HttpWebRequest
IE
IE 8
IIS 7
Internet Explorer
ISAPI
MSXML
Push Notifications
QueryTable
SOAP
Soap ToolKit
SQL
SSL
System.Net
System.Uri
WebBrowser Control
Windows 8
Windows Azure Mobile Services
Windows Store applications
WinHttp
WinInet
WNS
WWSAPI
XMLHttp
Browse by Tags
MSDN Blogs
>
Http Client Protocol Issues (and other fun stuff I support)
>
All Tags
>
windows store applications
Tagged Content List
Blog Post:
How To: Decode Event Viewer logs to see What Tile Notification data is
Jeff Sanders
Using Push Notifications for my Windows Store app I needed to debug what message was being received for my Tile Notifications. The payload however was just a hex blob and THAT wasn’t too useful. Here is what I did to find the payload and see what was in it. Using the Event Viewer you can...
on
13 Mar 2013
Blog Post:
How do I figure out what the hex error codes from WinJS.xhr are?
Jeff Sanders
These codes are hex representations of the underlying WinINet error codes. You can use calc to translate the code from hex to decimal and then look up that error here: http://support.microsoft.com/kb/193625 To use calc bring up the calculator by hitting the Windows key and typing calc. Then Alt...
on
8 Aug 2012
Blog Post:
Client and Server certificates in Windows Store applications
Jeff Sanders
I answered a couple of certificate questions in the C# Windows Store applications forum that you all may find useful: Provide Client side certificate: http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/0d005703-0ec3-4466-b389-663608fff053 Include Server certificate in manifest...
on
18 Jul 2012
Blog Post:
How to take a System.Net trace from Windows Store applications (Developer Preview)
Jeff Sanders
In desktop applications and services we frequently take System.Net traces to diagnose issues using the HttpWebRequest class, HttpListener, sockets, smpt etc… (and now the HttpClient classes). We traditionally use the application configuration file (appname.exe.config) to enable the tracing. ...
on
16 Dec 2011
Blog Post:
Walkthrough–Creating an IIS server to use with WNS Push Notifications and Windows Store apps (RTM update)
Jeff Sanders
Moved to our new blog here: http://blogs.msdn.com/b/wsdevsol/archive/2012/10/04/walkthrough-creating-an-iis-server-to-use-with-wns-push-notifications-and-windows-store-apps.aspx
on
2 Dec 2011
Blog Post:
Windows 8 on Acer Aspire One Netbook - Screen Resolution etc...
Jeff Sanders
I was anxious to see what real memory usage would look like on my low end netbook. It was better than Windows 7! Less than 500M. One problem I had was the native resolution of my netbook is1024X600 and the will not load Windows Store applications at that resolution. I found a registry setting however...
on
15 Oct 2011
Page 1 of 1 (6 items)