Inline...

On Mon, 2010-01-18 at 21:23 -0800, [email protected] wrote:
> I'm getting the following error when I run 'run_myMetal.bat' for my
> database on my server (A linux server on the network):
...
> C:\Users\jadarbyshire\Documents\Visual Studio 2008\DbLinq-0.19\src
> \DbMetal>bin\DbMetal.exe -provider=MySql -database:poseidon 
> -server:10.2.50.15 -user:********
> -password:******** -namespace:DigiSign -code:Poseidon.cs -sprocs
> DbLinq Database mapping generator 2008 version 0.19
> for Microsoft (R) .NET Framework version 3.5
> Distributed under the MIT licence (http://linq.to/db/license)
> 
> DbMetal failed:System.ArgumentException: Unable to 
> resolvedatabaseConnectionType: MySql.Data.MySqlClient.MySqlConnection, 
> MySql.Data
>    at DbMetal.Generator.Implementation.SchemaLoaderFactory.Load(Parameters 
> parameters, String dbLinqSchemaLoaderTypeName, 
> StringdatabaseConnectionTypeName, String sqlDialectTypeName) in 
> Z:\Development\DbLinq-0.19\src\DbMetal\Generator\Implementation\SchemaLoaderFactory.cs:line
>  151

DbMetal can't find the assembly MySql.Data.dll.  You need to install it,
and copy MySql.Data.dll into the same directory as DbMetal.exe is in --
C:\Users\jadarbyshire\Documents\Visual Studio 2008\DbLinq-0.19\src\DbMetal\bin
for your current usage.

 - Jon


-- 
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en.


Reply via email to