
I am pretty certain this are not 4.0 or higher DLLs as I just wrote this test:
Console.WriteLine(a.ImageRuntimeVersion);
a = Assembly.ReflectionOnlyLoadFrom("Google.GData.Clie nt.dll");
Console.WriteLine(a.ImageRuntimeVersion);
a = Assembly.ReflectionOnlyLoadFrom("Google.GData.Exte nsions.dll");
Console.WriteLine(a.ImageRuntimeVersion);
a = Assembly.ReflectionOnlyLoadFrom("Google.GData.Spre adsheets.dll");
Console.WriteLine(a.ImageRuntimeVersion);
a = Assembly.ReflectionOnlyLoadFrom("Newtonsoft.Json.d ll");
Console.WriteLine(a.ImageRuntimeVersion);
a = Assembly.ReflectionOnlyLoadFrom("Google.GData.Acce ssControl.dll");
Console.WriteLine(a.ImageRuntimeVersion);
a = Assembly.ReflectionOnlyLoadFrom("Google.GData.Docu ments.dll");
Console.WriteLine(a.ImageRuntimeVersion);
v2.0.50727
v2.0.50727
v2.0.50727
v2.0.50727
v2.0.50727
v2.0.50727
v2.0.50727
Thanks!

Comment