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. Web Development
  3. ASP.NET
  4. Microsoft Report Viewer runs great on my local machine but not on the web host server !!!

Microsoft Report Viewer runs great on my local machine but not on the web host server !!!

Scheduled Pinned Locked Moved ASP.NET
sysadminhostinghelp
12 Posts 5 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.
  • M Offline
    M Offline
    ma amer
    wrote on last edited by
    #1

    I have a website that uses the Microsoft Report Viewer to display a report and it worked great until I uploaded it to web hosting company. It runs great on my local machine but not on the web host server.

    more details... on my local machine the report viewer preview data and it run successfully but on the web hosting server the report viewer preview nothing,the report viewer toolbar appear as disable and no error returned.

    S H U P 4 Replies Last reply
    0
    • M ma amer

      I have a website that uses the Microsoft Report Viewer to display a report and it worked great until I uploaded it to web hosting company. It runs great on my local machine but not on the web host server.

      more details... on my local machine the report viewer preview data and it run successfully but on the web hosting server the report viewer preview nothing,the report viewer toolbar appear as disable and no error returned.

      S Offline
      S Offline
      Sandeep Mewara
      wrote on last edited by
      #2

      Above information is insufficient. You need to provide more details. Updating question with error would help.

      Sandeep Mewara [My last article]: Server side Delimiters in ASP.NET[^]

      M 1 Reply Last reply
      0
      • S Sandeep Mewara

        Above information is insufficient. You need to provide more details. Updating question with error would help.

        Sandeep Mewara [My last article]: Server side Delimiters in ASP.NET[^]

        M Offline
        M Offline
        ma amer
        wrote on last edited by
        #3

        more details... on my local machine the report viewer preview data and it run successfully but on the web hosting server the report viewer preview nothing,the report viewer toolbar appear as disable and no error returned

        S 1 Reply Last reply
        0
        • M ma amer

          I have a website that uses the Microsoft Report Viewer to display a report and it worked great until I uploaded it to web hosting company. It runs great on my local machine but not on the web host server.

          more details... on my local machine the report viewer preview data and it run successfully but on the web hosting server the report viewer preview nothing,the report viewer toolbar appear as disable and no error returned.

          H Offline
          H Offline
          Hum Dum
          wrote on last edited by
          #4

          Check Whether required .Net framework installed on that server or not, along with all necessary software. You hadn't mentioned any error, just not displaying data ! Check whether on that server itself it is showing or not? Or its only at client side.

          M 1 Reply Last reply
          0
          • H Hum Dum

            Check Whether required .Net framework installed on that server or not, along with all necessary software. You hadn't mentioned any error, just not displaying data ! Check whether on that server itself it is showing or not? Or its only at client side.

            M Offline
            M Offline
            ma amer
            wrote on last edited by
            #5

            so i think that the required .Net Framework installed on that server

            Hum Dum wrote:

            You hadn't mentioned any error, just not displaying data

            no error just not displaying report data and the report toolbar appear as disabled i want to know what the difference between running the report locally and remotely??

            1 Reply Last reply
            0
            • M ma amer

              more details... on my local machine the report viewer preview data and it run successfully but on the web hosting server the report viewer preview nothing,the report viewer toolbar appear as disable and no error returned

              S Offline
              S Offline
              Sandeep Mewara
              wrote on last edited by
              #6

              Check Report Viewer versions present and used. Make sure they are same. Also, check system EventViewer to see if any error logged there.

              Sandeep Mewara [My last article]: Server side Delimiters in ASP.NET[^]

              M 1 Reply Last reply
              0
              • S Sandeep Mewara

                Check Report Viewer versions present and used. Make sure they are same. Also, check system EventViewer to see if any error logged there.

                Sandeep Mewara [My last article]: Server side Delimiters in ASP.NET[^]

                M Offline
                M Offline
                ma amer
                wrote on last edited by
                #7

                How can if it hosted in a web hosting company and i haven't permission on that server???

                1 Reply Last reply
                0
                • M ma amer

                  I have a website that uses the Microsoft Report Viewer to display a report and it worked great until I uploaded it to web hosting company. It runs great on my local machine but not on the web host server.

                  more details... on my local machine the report viewer preview data and it run successfully but on the web hosting server the report viewer preview nothing,the report viewer toolbar appear as disable and no error returned.

                  U Offline
                  U Offline
                  UTHIRASAMY
                  wrote on last edited by
                  #8

                  This is framework problem.

                  M 1 Reply Last reply
                  0
                  • U UTHIRASAMY

                    This is framework problem.

                    M Offline
                    M Offline
                    ma amer
                    wrote on last edited by
                    #9

                    so,,, how do you know that it is a framework problem? as the framework,i worked is the same in the server. and how can i solve it ...?

                    1 Reply Last reply
                    0
                    • M ma amer

                      I have a website that uses the Microsoft Report Viewer to display a report and it worked great until I uploaded it to web hosting company. It runs great on my local machine but not on the web host server.

                      more details... on my local machine the report viewer preview data and it run successfully but on the web hosting server the report viewer preview nothing,the report viewer toolbar appear as disable and no error returned.

                      P Offline
                      P Offline
                      Pete OHanlon
                      wrote on last edited by
                      #10

                      I suspect that you have a .NET runtime version mismatch issue here. Basically, if you are running IIS, you can target which version of .NET your application runs - now it could well be that the version on the remote website is set to an incompatible version. What you would need to do is check the version there and see if it matches.

                      *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                      "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                      CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

                      M 1 Reply Last reply
                      0
                      • P Pete OHanlon

                        I suspect that you have a .NET runtime version mismatch issue here. Basically, if you are running IIS, you can target which version of .NET your application runs - now it could well be that the version on the remote website is set to an incompatible version. What you would need to do is check the version there and see if it matches.

                        *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                        "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                        CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

                        M Offline
                        M Offline
                        ma amer
                        wrote on last edited by
                        #11

                        now...i am sure that the .NET Framework on the hosting Web server is the same which i worked on my local machine.So i want to know if is Microsoft Report Viewer is a package that must installed on the server to run the report viewer in asp.net pages or not?

                        P 1 Reply Last reply
                        0
                        • M ma amer

                          now...i am sure that the .NET Framework on the hosting Web server is the same which i worked on my local machine.So i want to know if is Microsoft Report Viewer is a package that must installed on the server to run the report viewer in asp.net pages or not?

                          P Offline
                          P Offline
                          Pete OHanlon
                          wrote on last edited by
                          #12

                          There are a set of report viewer DLLs that have to be included. If you take a look at your references, see if they have been copied locally - if they haven't, you need to install the report viewer on the server. Have a look at this[^] page.

                          *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                          "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                          CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

                          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