Suzanne Cook's .NET CLR NotesCommon Language Runtime DeveloperApp.config Examples- May 14, 2004 Below are three examples of useful application configuration files. Forces the v1.0 CLR to be run. If the v1.0 CLR is not installed, the app will fail to run. <xml version ="1.0"> <configuration> <startup> <requiredRuntime version="v1.0.3705"> <supportedRuntime version="v1.0.3705"> <startup>...http://blogs.msdn.com/suzcook/archive/2004/05/14/132022.aspx |