2008-11-12 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 12 Nov 2008 23:44:51 +0000 (23:44 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Wed, 12 Nov 2008 23:44:51 +0000 (23:44 -0000)
* updated to DbLinq r946 (quick fix for vendor loading).

svn path=/branches/atsushi-200810/mcs/; revision=118675

mcs/class/System.Data.Linq/ChangeLog
mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/DataContext.cs

index dd64ebe0ace053dc936e121813f33031cd0b58f5..947673e412287d620449c9528416e8a2740525b0 100755 (executable)
@@ -1,3 +1,7 @@
+2008-11-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * updated to DbLinq r946 (quick fix for vendor loading).
+
 2008-11-12  Atsushi Enomoto  <atsushi@ximian.com>
 
        * updated to DbLinq r945.
index a89a3eaa0c8020c3e80e8a27da25908655ef7484..7d276b81277c201c594f0dfc44d00e2d5e77f350 100644 (file)
@@ -173,8 +173,12 @@ namespace DbLinq.Data.Linq
             Assembly assy;\r
             try\r
             {\r
+#if MONO_STRICT\r
+               assy = typeof (DataContext).Assembly; // System.Data.Linq.dll\r
+#else\r
                 //TODO: check if DLL is already loaded?\r
                 assy = Assembly.LoadFrom(assemblyToLoad);\r
+#endif\r
             }\r
             catch (Exception ex)\r
             {\r