From: dgk on

I'm moving an application to a new web server. The current web server
has the SQL database on the same box, but the new one has a separate
sql server box. There is no problem with the client print control on
the existing app run from the old server, but running the app off the
new server gives me an error loading the Client Print Control when I
try to print.

The web.configs are pretty much identical and reference the webforms
report viewer 8.0.0.0. The only difference in web.config is the change
to the SQL Server location.

Since it works on one server but not another, I guess I can conclude
that the client side is ok but something needs to be done on either
the web server box or sql server box. I installed the 2005 runtime on
the new sql server box but that didn't fix it. The old box has the
2008 version installed as well but I'm not sure if that is necessary.
The old box does have DotNet 3.5 (with SP1) installed and the new sql
box only has up to 3.0.

Any ideas as to what to do are very well appreciated.