Mrjoni 0 Denunciar post Postado Agosto 9, 2011 Opa a todos, Pessoal tou tentando o dia todo fazer a conexão de um site meu que usa como plataforma de acesso a dados o Entity Framework do Visual Studio 2010 ele sempre me gerava o seguinte erro: Unable to generate the model because of the following exception: 'An error occurred while executing the command definition. See the inner exception for details. Unknown table 'PARAMETERS' in information_schema '. Loading metadata from the database took 00:00:05.0782059. Generating the model took 00:00:08.5943909. Added the connection string to the Web.Config file. Successfully registered the build provider in the Web.Config file. Writing the .edmx file took 00:00:00.0030480. Ai instalei uma versao do MySql em meu notebook para testar e funcionou perfeitamente. Ai fui verificar o Catalogo information_schema do meu MySql e vi que la tinha uma tabela Parameters fui tirar a duvida no catalogo do MySql da Locaweb e vi que esta tabela parameters nao existe. E tambem não posso cria-la. Estou usando o ASP.Net Conector 6.4.3 e alocaweb tem o MySql versao 5.1.54 a versao que instalei no meu notebook foi o 5.5.15. O que posso fazer? Compartilhar este post Link para o post Compartilhar em outros sites
Mrjoni 0 Denunciar post Postado Agosto 10, 2011 Depois de muito futricar na NET achei um conector que roda legal. http://dev.mysql.com/downloads/mirror.php?id=403048#mirrors Este abre o Model perfeitamente, para a versão 5.1. do MySQL. Compartilhar este post Link para o post Compartilhar em outros sites