Welcome to MSDN Blogs
Sign in
|
Join
|
Help
David Kline
This Blog
About
Syndication
RSS 2.0
Atom 1.0
Search
Tags
Announcements
Books
Command Line
Configuration
Debugging
Diagnostics
Events
GUI
Networking && Web Services
P/Invoke
Performance
Quick Tips
Reflection
Testing
Tips and Tricks
Windows Communication Foundation
XML
News
Comment Policy:
Comments are moderated.
I reserve the right to reject, without notice, any comment that meets one or more of the following:
* Inappropriate (abusive or offensive) content
* Duplicate posts
* Off-topic / spam / ads
Archives
April 2008 (1)
March 2008 (1)
February 2008 (1)
December 2007 (4)
November 2007 (5)
October 2007 (5)
September 2007 (6)
August 2007 (3)
July 2007 (5)
June 2007 (3)
May 2007 (5)
April 2007 (3)
March 2007 (4)
February 2007 (1)
January 2007 (4)
December 2006 (3)
November 2006 (3)
October 2006 (5)
September 2006 (4)
August 2006 (4)
July 2006 (3)
June 2006 (3)
May 2006 (8)
April 2006 (6)
March 2006 (6)
February 2006 (6)
January 2006 (4)
December 2005 (6)
November 2005 (7)
October 2005 (7)
September 2005 (7)
August 2005 (5)
July 2005 (5)
June 2005 (5)
May 2005 (9)
April 2005 (6)
March 2005 (5)
February 2005 (5)
January 2005 (4)
December 2004 (6)
November 2004 (5)
October 2004 (2)
September 2004 (5)
August 2004 (9)
July 2004 (14)
June 2004 (8)
Cool Stuff
XNA
Robotics Studio
Project Natal
Interesting Reads
Barry Bond
Ben Armstrong
Larry Osterman
Matt Pietrek
Michael Howard
Mike Stall
Raymond Chen
Alan Page
Mark Russinovich
Browse by Tags
All Tags
»
Configuration
(RSS)
Tips and Tricks
Thursday, February 23, 2006 4:52 PM
Are you having issues with Application Configuration files on the .NET Compact Framework version 2?
I've talked before about application configuration file support in the .NET Compact Framework version 2. I've discussed promoting version 1 applications to run on version 2 , and some of the elements of the file's format . Today, I'd like to spend some
Posted by
DavidKlineMS
|
(Comments Off)
Filed under:
Configuration
Friday, November 11, 2005 1:25 PM
Running NetCF v1 applications on v2 post has been updated
Just a quick note for those of you who have already read my " Is your application running on version 2 of the .NET Compact Framework? " post... Today, I updated the application configuration file data to list all versions of the .NET Compact Framework,
Posted by
DavidKlineMS
|
(Comments Off)
Filed under:
Configuration
Wednesday, November 09, 2005 6:10 PM
Is your application running on version 2 of the .NET Compact Framework?
Now that version 2 of the .NET Compact Framework has been released and Visual Studio 2005 has been launched, I thought it would be a good idea to post an update to the application configuration (app.config) file needed to allow your .NET Compact Framework
Posted by
DavidKlineMS
|
7 Comments
Filed under:
Tips and Tricks
,
Configuration
Tuesday, April 19, 2005 12:20 AM
Running NetCF v1 Applications on v2 - Part II
Several months ago, I posted on using an application configuration file to instruct your NetCF v1 application to run against NetCF v2. As with Beta 1, this file must be named <appname>.exe.config and must be located in the same directory as your
Posted by
DavidKlineMS
|
6 Comments
Filed under:
Tips and Tricks
,
Configuration
Tuesday, August 03, 2004 3:11 PM
How do I force my NetCF v1 application to run against NetCF v2?
In my “NetCF v2 now supports NTLM” post , I mentioned that the 3 ways to gain NTLM support with existing code are: Building your application against the v2 beta Uninstall v1 from your device (not possible on PPC 2003 devices, as v1 is installed
Posted by
DavidKlineMS
|
7 Comments
Filed under:
Tips and Tricks
,
Configuration