X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Data.Sqlite%2FMono.Data.Sqlite_2.0%2FLINQ%2FSQLiteFactory_Linq.cs;h=fc649ec2b41fb190af854265cea94ab306cbd27d;hb=09a5205cd9dab7366ea375b104cb9680f98551ae;hp=6f494a81dd90b94740fdb61b9926671f26101f39;hpb=05225d961d0c222d6f6463211a3694cb7e9e8c26;p=mono.git diff --git a/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/LINQ/SQLiteFactory_Linq.cs b/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/LINQ/SQLiteFactory_Linq.cs index 6f494a81dd9..fc649ec2b41 100644 --- a/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/LINQ/SQLiteFactory_Linq.cs +++ b/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/LINQ/SQLiteFactory_Linq.cs @@ -5,7 +5,7 @@ * Released to the public domain, use at your own risk! ********************************************************/ -namespace System.Data.SQLite +namespace Mono.Data.Sqlite { using System; using System.Data.Common; @@ -45,7 +45,7 @@ namespace System.Data.SQLite { if (_sqliteServices == null) { - Type type = Type.GetType("System.Data.SQLite.SQLiteProviderServices, System.Data.SQLite.Linq, Version=2.0.38.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139", false); + Type type = Type.GetType("Mono.Data.Sqlite.SQLiteProviderServices, Mono.Data.Sqlite.Linq, Version=2.0.38.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139", false); if (type != null) { FieldInfo field = type.GetField("Instance", BindingFlags.NonPublic | BindingFlags.Static | BindingFlags.Instance);