• Luke L (7/24/2009)


    Care to be a bit more specific?

    Creating a custom installer deployed via SMS to my non admin users seems to be working fine in my environment...

    -Luke.

    \Im no guru or anything so here goes. Bare with me.

    Got Sql server 2005 running reports, I am doing this all over VPN since I don't have access to the box myself.

    I searched online for error code: "Cannot load print client," got a lot of returns on pages and what not. Normally I have seen this error before and to fix the issue i just normally go back to the page and re install the RSPRINTCLIENT and it all seems to work fine.

    Well on one of the PCs with admin privileges set, somehow still get the same error.

    Now what I did was download the .MSI that was available a couple of posts back (thank you by the way for your effort) and tried to use that. The MSI didn't work, upon running a report and clicking PRINT same error. Went and installed Report Viewer 2005, re ran the MSI to remove all RSCLIENTPRINT files, and then reinstalled, reboot and same issue, same error.

    Now reading on : http://www.kodyaz.com/articles/client-side-printing-silent-deployment-of-rsclientPrint.aspx

    I figured I can install it manually and I'm not going to update any time soon so it's ok for me. Well I don't have access to the box to get the RSPRINTCLIENT.CAB file to extract it. Using LESSMSI i extracted the above mentioned MSI file to get all the .dll and .rll files and installed per directions. Basically I added all the files to c:\windows\system32, only two i didnt add was gidplus.dll and .inf file.

    RSClientPrint.dll

    RSClientPrint_1028.rll

    RSClientPrint_1031.rll

    RSClientPrint_1033.rll

    RSClientPrint_1036.rll

    RSClientPrint_1040.rll

    RSClientPrint_1041.rll

    RSClientPrint_1042.rll

    RSClientPrint_1043.rll

    RSClientPrint_1046.rll

    RSClientPrint_1053.rll

    RSClientPrint_2052.rll

    RSClientPrint_3082.rll

    Ran this code: regsvr32 /s c:\windows\system32\rsprintclient.dll

    Get "DLL Registered Sucessful"

    Went and restarted the browser. Still no luck.

    I have tried every possible combination. Even went into IE, added the website I was on into trusted sites, enabled every ACTIVEX function you can find, and still got the same problems.