[Resolvido] Problema com web.config
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
Discussão (5)
Carregando comentários...