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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Error when loading ASP.NET page

Error when loading ASP.NET page

Scheduled Pinned Locked Moved ASP.NET
csharphelpasp-netwinformssysadmin
6 Posts 4 Posters 1 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.
  • W Offline
    W Offline
    WinCrs
    wrote on last edited by
    #1

    The below error is coming when I load my .net page Could not load file or assembly 'Microsoft.ReportViewer.WinForms' or one of its dependencies. Access is denied We've removed the assembly reference for ReportViewer from web.config file. We've checked there is no files in the name of "Microsoft.ReportViewer.XXXX.dll" in that my web server. If anybody have an idea to solve this issue, pls share with us.. Thanks & Regards, Rishi

    WinCrs

    E M 3 Replies Last reply
    0
    • W WinCrs

      The below error is coming when I load my .net page Could not load file or assembly 'Microsoft.ReportViewer.WinForms' or one of its dependencies. Access is denied We've removed the assembly reference for ReportViewer from web.config file. We've checked there is no files in the name of "Microsoft.ReportViewer.XXXX.dll" in that my web server. If anybody have an idea to solve this issue, pls share with us.. Thanks & Regards, Rishi

      WinCrs

      E Offline
      E Offline
      Eduard Keilholz
      wrote on last edited by
      #2

      Apperrently your application DOES require the dll, and since you did not provide it, the exception occurs.

      .: I love it when a plan comes together :. http://www.zonderpunt.nl

      W 1 Reply Last reply
      0
      • E Eduard Keilholz

        Apperrently your application DOES require the dll, and since you did not provide it, the exception occurs.

        .: I love it when a plan comes together :. http://www.zonderpunt.nl

        W Offline
        W Offline
        WinCrs
        wrote on last edited by
        #3

        Can u give the list of dll files for "Report Viewer"?. Is it available for download?.. Rishi

        WinCrs

        T 1 Reply Last reply
        0
        • W WinCrs

          Can u give the list of dll files for "Report Viewer"?. Is it available for download?.. Rishi

          WinCrs

          T Offline
          T Offline
          Tash18
          wrote on last edited by
          #4

          Add the one u removed because it requires that dll... Regards, Tash

          1 Reply Last reply
          0
          • W WinCrs

            The below error is coming when I load my .net page Could not load file or assembly 'Microsoft.ReportViewer.WinForms' or one of its dependencies. Access is denied We've removed the assembly reference for ReportViewer from web.config file. We've checked there is no files in the name of "Microsoft.ReportViewer.XXXX.dll" in that my web server. If anybody have an idea to solve this issue, pls share with us.. Thanks & Regards, Rishi

            WinCrs

            M Offline
            M Offline
            Member 4501940
            wrote on last edited by
            #5

            WinCrs wrote:

            'Microsoft.ReportViewer.WinForms'

            is for windows applications. For web apps: 'Microsoft.ReportViewer.WebForms'

            1 Reply Last reply
            0
            • W WinCrs

              The below error is coming when I load my .net page Could not load file or assembly 'Microsoft.ReportViewer.WinForms' or one of its dependencies. Access is denied We've removed the assembly reference for ReportViewer from web.config file. We've checked there is no files in the name of "Microsoft.ReportViewer.XXXX.dll" in that my web server. If anybody have an idea to solve this issue, pls share with us.. Thanks & Regards, Rishi

              WinCrs

              M Offline
              M Offline
              Member 4501940
              wrote on last edited by
              #6

              You should be using WebForms not WinForms for an asp.net web app. didn't mean to post twice - connection error on my end

              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