Unable to load client print control in report view
I have developed report using SSRS 2005 and deployed in server.
Server : Windows Server 2008 R2.
SQL : SQL Server 2005
When I click on print button of report it shows Unable to load Client Print Control. It Work in IE8. We are trying in IE11
I have tried following things :
Extracted the files from RSClientPrint.cab from Report server and put it in C:WindowsDownloaded ProgramFiles and then register the dll. Also I have copied all those files in C:WindowsSystem32 and registered the same.
Also installed SQL Server Service Pack Update and ReportViewer Service Pack Update
Still I am getting the same error in Server as well as client machine.
Any help will be appreciated.
add a comment |
I have developed report using SSRS 2005 and deployed in server.
Server : Windows Server 2008 R2.
SQL : SQL Server 2005
When I click on print button of report it shows Unable to load Client Print Control. It Work in IE8. We are trying in IE11
I have tried following things :
Extracted the files from RSClientPrint.cab from Report server and put it in C:WindowsDownloaded ProgramFiles and then register the dll. Also I have copied all those files in C:WindowsSystem32 and registered the same.
Also installed SQL Server Service Pack Update and ReportViewer Service Pack Update
Still I am getting the same error in Server as well as client machine.
Any help will be appreciated.
add a comment |
I have developed report using SSRS 2005 and deployed in server.
Server : Windows Server 2008 R2.
SQL : SQL Server 2005
When I click on print button of report it shows Unable to load Client Print Control. It Work in IE8. We are trying in IE11
I have tried following things :
Extracted the files from RSClientPrint.cab from Report server and put it in C:WindowsDownloaded ProgramFiles and then register the dll. Also I have copied all those files in C:WindowsSystem32 and registered the same.
Also installed SQL Server Service Pack Update and ReportViewer Service Pack Update
Still I am getting the same error in Server as well as client machine.
Any help will be appreciated.
I have developed report using SSRS 2005 and deployed in server.
Server : Windows Server 2008 R2.
SQL : SQL Server 2005
When I click on print button of report it shows Unable to load Client Print Control. It Work in IE8. We are trying in IE11
I have tried following things :
Extracted the files from RSClientPrint.cab from Report server and put it in C:WindowsDownloaded ProgramFiles and then register the dll. Also I have copied all those files in C:WindowsSystem32 and registered the same.
Also installed SQL Server Service Pack Update and ReportViewer Service Pack Update
Still I am getting the same error in Server as well as client machine.
Any help will be appreciated.
asked Nov 22 '18 at 10:32
Suman ZalodiyaSuman Zalodiya
116
116
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I bet this is do with Security Settings for downloading/scripting controls etc in Internet Explorer. I'm fairly sure that IE later than v8 changed the defaults.
Do you remember getting a prompt the first time you used the report in IE8?
Try adding your site to the Trusted Sites list.
EDIT
My updated suggestion is to install Microsoft Report Viewer 2015 Runtime.
I have tried to add application in Trusted Sites List but no luck. IE closes in a moment rather than open application
– Suman Zalodiya
Nov 22 '18 at 12:52
Hi Suman. Is that behaviour different to what it did before adding to the Trusted Sites list?
– Allumearz
Nov 22 '18 at 15:14
Just done a quick search of web, found a couple of articles, including 2 StackOverflow both suggesting that ReportViewer component supplied with any SQL Server version < 2008 R2 IS NOT compatible with IE10 and above...
– Allumearz
Nov 22 '18 at 15:25
stackoverflow.com/questions/15550384/…
– Allumearz
Nov 22 '18 at 15:26
stackoverflow.com/questions/17031060/…
– Allumearz
Nov 22 '18 at 15:26
|
show 1 more comment
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53428948%2funable-to-load-client-print-control-in-report-view%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I bet this is do with Security Settings for downloading/scripting controls etc in Internet Explorer. I'm fairly sure that IE later than v8 changed the defaults.
Do you remember getting a prompt the first time you used the report in IE8?
Try adding your site to the Trusted Sites list.
EDIT
My updated suggestion is to install Microsoft Report Viewer 2015 Runtime.
I have tried to add application in Trusted Sites List but no luck. IE closes in a moment rather than open application
– Suman Zalodiya
Nov 22 '18 at 12:52
Hi Suman. Is that behaviour different to what it did before adding to the Trusted Sites list?
– Allumearz
Nov 22 '18 at 15:14
Just done a quick search of web, found a couple of articles, including 2 StackOverflow both suggesting that ReportViewer component supplied with any SQL Server version < 2008 R2 IS NOT compatible with IE10 and above...
– Allumearz
Nov 22 '18 at 15:25
stackoverflow.com/questions/15550384/…
– Allumearz
Nov 22 '18 at 15:26
stackoverflow.com/questions/17031060/…
– Allumearz
Nov 22 '18 at 15:26
|
show 1 more comment
I bet this is do with Security Settings for downloading/scripting controls etc in Internet Explorer. I'm fairly sure that IE later than v8 changed the defaults.
Do you remember getting a prompt the first time you used the report in IE8?
Try adding your site to the Trusted Sites list.
EDIT
My updated suggestion is to install Microsoft Report Viewer 2015 Runtime.
I have tried to add application in Trusted Sites List but no luck. IE closes in a moment rather than open application
– Suman Zalodiya
Nov 22 '18 at 12:52
Hi Suman. Is that behaviour different to what it did before adding to the Trusted Sites list?
– Allumearz
Nov 22 '18 at 15:14
Just done a quick search of web, found a couple of articles, including 2 StackOverflow both suggesting that ReportViewer component supplied with any SQL Server version < 2008 R2 IS NOT compatible with IE10 and above...
– Allumearz
Nov 22 '18 at 15:25
stackoverflow.com/questions/15550384/…
– Allumearz
Nov 22 '18 at 15:26
stackoverflow.com/questions/17031060/…
– Allumearz
Nov 22 '18 at 15:26
|
show 1 more comment
I bet this is do with Security Settings for downloading/scripting controls etc in Internet Explorer. I'm fairly sure that IE later than v8 changed the defaults.
Do you remember getting a prompt the first time you used the report in IE8?
Try adding your site to the Trusted Sites list.
EDIT
My updated suggestion is to install Microsoft Report Viewer 2015 Runtime.
I bet this is do with Security Settings for downloading/scripting controls etc in Internet Explorer. I'm fairly sure that IE later than v8 changed the defaults.
Do you remember getting a prompt the first time you used the report in IE8?
Try adding your site to the Trusted Sites list.
EDIT
My updated suggestion is to install Microsoft Report Viewer 2015 Runtime.
edited Nov 22 '18 at 15:41
answered Nov 22 '18 at 10:43
AllumearzAllumearz
1896
1896
I have tried to add application in Trusted Sites List but no luck. IE closes in a moment rather than open application
– Suman Zalodiya
Nov 22 '18 at 12:52
Hi Suman. Is that behaviour different to what it did before adding to the Trusted Sites list?
– Allumearz
Nov 22 '18 at 15:14
Just done a quick search of web, found a couple of articles, including 2 StackOverflow both suggesting that ReportViewer component supplied with any SQL Server version < 2008 R2 IS NOT compatible with IE10 and above...
– Allumearz
Nov 22 '18 at 15:25
stackoverflow.com/questions/15550384/…
– Allumearz
Nov 22 '18 at 15:26
stackoverflow.com/questions/17031060/…
– Allumearz
Nov 22 '18 at 15:26
|
show 1 more comment
I have tried to add application in Trusted Sites List but no luck. IE closes in a moment rather than open application
– Suman Zalodiya
Nov 22 '18 at 12:52
Hi Suman. Is that behaviour different to what it did before adding to the Trusted Sites list?
– Allumearz
Nov 22 '18 at 15:14
Just done a quick search of web, found a couple of articles, including 2 StackOverflow both suggesting that ReportViewer component supplied with any SQL Server version < 2008 R2 IS NOT compatible with IE10 and above...
– Allumearz
Nov 22 '18 at 15:25
stackoverflow.com/questions/15550384/…
– Allumearz
Nov 22 '18 at 15:26
stackoverflow.com/questions/17031060/…
– Allumearz
Nov 22 '18 at 15:26
I have tried to add application in Trusted Sites List but no luck. IE closes in a moment rather than open application
– Suman Zalodiya
Nov 22 '18 at 12:52
I have tried to add application in Trusted Sites List but no luck. IE closes in a moment rather than open application
– Suman Zalodiya
Nov 22 '18 at 12:52
Hi Suman. Is that behaviour different to what it did before adding to the Trusted Sites list?
– Allumearz
Nov 22 '18 at 15:14
Hi Suman. Is that behaviour different to what it did before adding to the Trusted Sites list?
– Allumearz
Nov 22 '18 at 15:14
Just done a quick search of web, found a couple of articles, including 2 StackOverflow both suggesting that ReportViewer component supplied with any SQL Server version < 2008 R2 IS NOT compatible with IE10 and above...
– Allumearz
Nov 22 '18 at 15:25
Just done a quick search of web, found a couple of articles, including 2 StackOverflow both suggesting that ReportViewer component supplied with any SQL Server version < 2008 R2 IS NOT compatible with IE10 and above...
– Allumearz
Nov 22 '18 at 15:25
stackoverflow.com/questions/15550384/…
– Allumearz
Nov 22 '18 at 15:26
stackoverflow.com/questions/15550384/…
– Allumearz
Nov 22 '18 at 15:26
stackoverflow.com/questions/17031060/…
– Allumearz
Nov 22 '18 at 15:26
stackoverflow.com/questions/17031060/…
– Allumearz
Nov 22 '18 at 15:26
|
show 1 more comment
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53428948%2funable-to-load-client-print-control-in-report-view%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown