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
j'obtiens ce message
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2DbMetal.exe -s:localhost -p:root -u;root -d:essai -provider=MySQL - language=c#
et mettantDbLinq 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.
J'obtient
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4C:\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
Merci de m'aiderDbLinq 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'.
Partager