Results 1 to 11 of 11

Thread: ReportViewer not working on client machine

Hybrid View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2019
    Posts
    30

    ReportViewer not working on client machine

    my software worked fine on development machine but when deployed and install on a client machine the reportviewer does not load. How best could i be helped

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: ReportViewer not working on client machine

    Did you deploy the appropriate DLL(s) with your EXE?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2019
    Posts
    30

    Re: ReportViewer not working on client machine

    Quote Originally Posted by jmcilhinney View Post
    Did you deploy the appropriate DLL(s) with your EXE?
    Okay, I used reportviewer redistributable 10.0 and visual studio 2013

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Jul 2019
    Posts
    30

    Re: ReportViewer not working on client machine

    The reportviewer is a package in visual studio 2013, so I don't know how to these DLLs might be attached to my exe file

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Jul 2019
    Posts
    30

    Re: ReportViewer not working on client machine

    Quote Originally Posted by jmcilhinney View Post
    Did you deploy the appropriate DLL(s) with your EXE?
    Yes please

  6. #6
    Frenzied Member
    Join Date
    Dec 2014
    Location
    VB6 dinosaur land
    Posts
    1,191

    Re: ReportViewer not working on client machine

    Quote Originally Posted by Saint Neaj View Post
    Yes please
    If you deployed the proper DLLs with your exe, what is the exact error message on the client PC?

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Jul 2019
    Posts
    30

    Re: ReportViewer not working on client machine

    Quote Originally Posted by jmcilhinney View Post
    Did you deploy the appropriate DLL(s) with your EXE?
    The reportviewer is a package in visual studio 2013, so I don't know how to these DLLs might be attached to my exe file

  8. #8
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: ReportViewer not working on client machine

    I don't really see how that's an answer to my question.

  9. #9

    Thread Starter
    Junior Member
    Join Date
    Jul 2019
    Posts
    30

    Re: ReportViewer not working on client machine

    Sorry I was a beginner

  10. #10
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: ReportViewer not working on client machine

    If your project is referencing a DLL then that DLL can be copied to the output folder, along with your EXE, when you build. You then deploy both together.

  11. #11

    Thread Starter
    Junior Member
    Join Date
    Jul 2019
    Posts
    30

    Talking Re: ReportViewer not working on client machine

    Quote Originally Posted by jmcilhinney View Post
    If your project is referencing a DLL then that DLL can be copied to the output folder, along with your EXE, when you build. You then deploy both together.
    Hmm, it not referenced, but I will try adding the DLLs to the exe, thanks for your response

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width