Bonjour à tous,
Je rencontre un probléme lors de l'installation de DBLinq sous Visual
Studio 2010 Je suis panté dans l'invite de commande :en tapant
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
DbMetal.exe -s:localhost -p:root -u;root -d:essai -provider=MySQL -
language=c#
j'obtiens ce message

DbLinq Database mapping generator 2008 version 0.20 for Microsoft (R) .NET Framework version 3.5
Distributed under the MIT licence (http://linq.to/db/license)
DbMetal: Could not load databaseConnectionType type
'MySql.Data.MySqlClient.MySq
lConnection, MySql.Data'. Try using the --with-dbconnection=TYPE
option.
et mettant

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
C:\Documents and Settings\stage\Desktop\MySQL\DbLinq-0.20.1>DBMetal.exe -u:root
-p:root -s:localhost -d:essai -provider=MySQL -language=c# -with-
dbconnection=My
SQL.Data.MySQLClient.MySQLConnection, MySQL.Data
J'obtient

DbLinq Database mapping generator 2008 version 0.20 for Microsoft (R) .NET Framework version 3.5
Distributed under the MIT licence (http://linq.to/db/license)

>>> Reading schema from DBML file 'MySQL.Data'
DbMetal: Could not find file 'C:\Documents and Settings\stage\Desktop
\MySQL\DbLinq-0.20.1\MySQL.Data'.
Merci de m'aider