Configuration Error body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Lucida Console";font-size: .9em} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
Pessoal eu desenvolvi um site no visual web developer 2008 e nele tem um relatorio feito em reporting viewer. Na minha maquina funciona tudo ok mis quando hospedo ele apresento o seguinte 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 'Microsoft.ReportViewer.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Source Error:
Line 43: <add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 44: <add assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 45: <add assembly="Microsoft.ReportViewer.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 46: </assemblies>
Line 47: <buildProviders>
|
As Dlls ja estão todas na pasta bin e segundo o provedor que é a Locaweb o servidor tem suporte ao framework 3.5. Então so me resta que eu estou fazendo alguma errada.
Na pasta bin tem 3 dlls do reporting viewer:
Microsoft.ReportViewer.Common.dll
Microsoft.ReportViewer.ProcessingObjectModel.dll
Microsoft.ReportViewer.WebForms.dll
O que me chamou a atenção foram as versões das dlls as duas primeiras tem a versão 8.0.50727.817 e somente a ultima tem a versão 9.0.30729.1
Por eu estar usando o vwd 2008 elas não deveriam ter a mesma versão da ultima dll ?
Se alguem poder me ajudar agradeço!
Danilo Molina