google-code-export / dblinq2007

Automatically exported from code.google.com/p/dblinq2007
Other
0 stars 0 forks source link

System.ArgumentException: Type 'DbLinq.Data.Linq.IVendorProvider' has no implementation #331

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am tested at debug mode and run OK, but when I am running in release mode 
DBLinq.dll and DBLinq.MySql.dll I got this error:

System.ArgumentException: Type 'DbLinq.Data.Linq.IVendorProvider' has no 
implementation at 
DbLinq.Factory.Implementation.ReflectionObjectFactory.Create(Type t) at 
DbLinq.Factory.Implementation.ReflectionObjectFactory.Get(Type t) at 
DbLinq.Factory.ObjectFactoryExtensions.Get[T](IObjectFactory self) at 
DbLinq.Factory.ObjectFactory.Get[T]() at 
DbLinq.Data.Linq.DataContext.Init(IDatabaseContext databaseContext, 
MappingSource mappingSource, IVendor vendor) at 
DbLinq.MySql.MySqlDataContext..ctor(IDbConnection conn) at 
QuizSertanejoWebService.CommonDataContext..ctor() at 
QuizSertanejoWebService.Service1.AtualizarHighScore(Int32 ID, Int32 Tipo, Int32 
HighScore)

Original issue reported on code.google.com by gandarez on 13 Mar 2012 at 2:53