Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
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?
Carregando comentários...