Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. what error ? no page suport the web site

what error ? no page suport the web site

Scheduled Pinned Locked Moved .NET (Core and Framework)
jsonhelpquestionannouncementlearning
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    homyroshan
    wrote on last edited by
    #1

    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="~/MasterPageSabteNam.master" autoeventwireup="false" inherits="printChap, App_Web_printchap.aspx.cdcab7d2" %> Line 2: Line 3: <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Line 4: Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %> Line 5:

    D 1 Reply Last reply
    0
    • H homyroshan

      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="~/MasterPageSabteNam.master" autoeventwireup="false" inherits="printChap, App_Web_printchap.aspx.cdcab7d2" %> Line 2: Line 3: <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Line 4: Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %> Line 5:

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      This pretty much means you don't have ReportViewer installed. Read this[^].

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak

      H 1 Reply Last reply
      0
      • D Dave Kreskowiak

        This pretty much means you don't have ReportViewer installed. Read this[^].

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak

        H Offline
        H Offline
        homyroshan
        wrote on last edited by
        #3

        tanks But I put (copy) this file in this folder : Microsoft.ReportViewer.WinForms.dll ,But again, this error shows. please help because I need to install the program with the right tools like Crystal Report ...:confused:

        N D 2 Replies Last reply
        0
        • H homyroshan

          tanks But I put (copy) this file in this folder : Microsoft.ReportViewer.WinForms.dll ,But again, this error shows. please help because I need to install the program with the right tools like Crystal Report ...:confused:

          N Offline
          N Offline
          Nader Elshehabi
          wrote on last edited by
          #4

          The error sayd Microsoft.ReportViewer.WebForms.dll is missing.. Notice WebForms. You've used WinForms instead. Judging from the error syntax your project is a WebForms ASP.Net prject. You should use the right DLL.

          Regards:rose: --- How to edit any .NET program without having the source code Visit my blog Follow me on twitter

          1 Reply Last reply
          0
          • H homyroshan

            tanks But I put (copy) this file in this folder : Microsoft.ReportViewer.WinForms.dll ,But again, this error shows. please help because I need to install the program with the right tools like Crystal Report ...:confused:

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            On top of copying in the WRONG .DLL file, there may be other .DLL's that one relies on which you haven't considered. You cannot just copy whatever .DLL file it says it can't find into your project folder and expect it to work. More than likely, you'll be missing other dependent .DLL's that you won't get an error on.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups