Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Fabricio B. Buckeridge

[Resolvido] Problema com web.config

Recommended Posts

Pessoal, publiquei umas atualizações no meu site, porém parou de funcionar.

Estou utilizando VS2008 com MySQL como banco.

 

Segue a mensagem que tenho de retorno ao acessar o site.

Caso queiram conferir o erro, acessem: http://www.kartx.com.br.

 

Não tenho ideia do que eu fiz... se alguém puder me ajudar.

 

Abraços

 

Abaixo a descrição do erro.

 

 

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

 

Parser Error Message: Could not load file or assembly 'MySql.Data, Version=5.1.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.

 

Source Error:

 

 

Line 38: <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

Line 39: <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

Line 40: <add assembly="MySql.Data, Version=5.1.6.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D"/></assemblies>

Line 41: </compilation>

Line 42: <!--

 

 

Source File: e:\home\kartx\Web\web.config Line: 40

 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'MySql.Data, Version=5.1.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' could not be loaded.

 

 

WRN: Assembly binding logging is turned OFF.

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.

Note: There is some performance penalty associated with assembly bind failure logging.

To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

 

 

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082

Compartilhar este post


Link para o post
Compartilhar em outros sites

Ivan, percebi onde estava errando.

 

Realmente era só jogar o MySQL.Data.DLL na pasta BIN, mas eu estava jogando o drive 6.1 e na verdade ele usava o 5.1.

 

UFA... deu certo... obrigado pela ajuda.

 

Aproveitando, deixa eu tirar uma duvida.

A primeira vez que compilei e joguei o arquivo lá eu não mandei só o MySql.DATA, eu mandei todo o projeto e deu certo. Pq dessa vez o MySQL.DATA não foi junto??

 

Abraços e mais uma vez obrigado

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.