Sign In
Andrew Arnott
News from my corner of the Visual Studio Project & Build team, programming tips, and solutions to common programming issues.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
As seen on
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
C++
Identity
Immutability
Mobile devices
NetCF
PowerShell
Provisioning
Silverlight
Visual Studio
WCF
WPF
Options
RSS for posts
Atom
RSS for comments
OK
November, 2007
MSDN Blogs
>
Andrew Arnott
>
November, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Andrew Arnott
Provisioning smart devices: an introduction
Posted
over 5 years ago
by
Andrew L Arnott
1
Comments
A lot of questions on the MSDN forums center around how to customize a device or an app to prefer a specific network connection over another. The correct way to accomplish this is by "provisioning" the device. In fact a great many...
Andrew Arnott
Why .NET Compact Framework fails to call some HTTPS web servers
Posted
over 5 years ago
by
Andrew L Arnott
34
Comments
A bug was discovered recently in the .NET Compact Framework version 2.0 (SP2 and earlier) and 3.5 that causes HttpWebRequest's directed at some HTTPS servers to fail with this error: (for web services) System.Net.WebException: Unable to read data from...
Andrew Arnott
Trying out the iPhone
Posted
over 5 years ago
by
Andrew L Arnott
1
Comments
So I had the opportunity to try out the iPhone for a day. Overall I was impressed, but there were some very basic features missing from many of the otherwise killer apps that I would greatly miss if I was to use the iPhone as my primary PDA and...
Andrew Arnott
Workaround for XmlSerializer T[] and List<T> bug
Posted
over 5 years ago
by
Andrew L Arnott
0
Comments
The XmlSerializer in NetCF 2.0 has a bug where if a single serialization requires reflecting into types that use a mixture of Collection<T>-like types for the same T the XmlSerializer will throw an exception. Here an example where CF 2.0 would...
Page 1 of 1 (4 items)