Saludos amigos!
Tengo el siguiente error:
Server Error in '/Registro4CITUR/panel' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 1: <%@ Page Title="" Language="VB" MasterPageFile="~/PlantillaSitioSysAdmin.master" AutoEventWireup="false" CodeFile="ListaRegistrados.aspx.vb" Inherits="ListaRegistrados" %>
Line 2:
Line 3: <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>
Line 4:
Line 5: <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
|
Estamos usando MVC5/C#/VS2017/iis 8.5/server 2012 en el sitio principal, de ahi enlazamos a unos proyectos que tenemos funcionando con asp.net(aspx) VS2010/VB/server 2008 con reporviewer donde tenemos el error al dar clic sobre unos reporte que deseamos
obtener.
Que componente necesito agregar al servidor nuevo para que mis reportes sean visibles ?.
Muchas gracias por su ayuda y tiempo.