Index: src/Util/SystemInfo.cs =================================================================== --- src/Util/SystemInfo.cs (revision 507528) +++ src/Util/SystemInfo.cs (working copy) @@ -678,7 +678,7 @@ { // Includes explicit assembly name //LogLog.Debug("SystemInfo: Loading type ["+typeName+"] from global Type"); -#if NETCF_1_0 +#if NETCF return Type.GetType(typeName, throwOnError); #else return Type.GetType(typeName, throwOnError, ignoreCase);