August 31, 2005 at 8:37 pm
I've come across this before but can't find the setting now.
I get this on a fresh OS install that has IE 6.0.3790.1830 installed.
This setting is probably under Tools/Internet Options... but do you think I can find it again?
Anyone else come across this? Your help would be appreciated.
Greg
September 2, 2005 at 2:18 am
Could be the security setting are out of synch.
In Tools/Internet Options, Security tab. Move the "Security for this zone" verticle slider bar in any direction, then select "Default level".
In Tools/Internet Options, Advanced tab. Click "Restore defaults"
If you have Windows 2003, you should uninstall the Internet Explorer Advanced security application which comes is a windows component installed by default.
September 2, 2005 at 7:10 am
...Or you can modify the setting directly in Tools | Options | Security tab | Custom Level button and setting the various settings under Scripting.
Mark
September 7, 2005 at 2:54 am
Hi guys ! I have the same problem when trying to execute a report on my reporting server.
I enabled all scripting settings, but still nothing
Any other ideas ?
January 17, 2007 at 10:38 am
I ran into this error when viewing reports under different windows accounts.
The difference between the working account and the non working accounts were the following settings.
Note: Some of these are most likely non related to your issue. try changing one at a time till it works then back out settings that you suspect are unrelated.
See IE menu item -->> tools\internet options\security\custom level
February 21, 2007 at 1:33 am
I have set all the above security settings for my browser IE 6.0 but still i could not able to view by reports,
I am creating a webpart which just display a reports
i have used following code, but my report is not displayed the webpart is just blank and iam geting the same above error message in invisible mode.
protected override void CreateChildControls()
{
base.CreateChildControls();
ReportViewer1 =
new ReportViewer();
this.Page.EnableViewState = true;
ReportViewer1.EnableViewState =
true;
this.ReportViewer1.ServerReport.ReportServerUrl = new System.Uri("http://servername/reports");// i have even tried giving reportserver
while (this.ReportViewer1.ServerReport.IsDrillthroughReport)
{
this.ReportViewer1.PerformBack();
}
string strReport = "/Configuration Reports/Report1";
this.ReportViewer1.ServerReport.ReportPath = strReport;
this.ReportViewer1.ServerReport.Refresh();
this.Controls.Add(ReportViewer1);
}
protected override void RenderContents(HtmlTextWriter writer)
{
try
{
writer.Write(
"Hello!!");
writer.RenderBeginTag(
"br");
EnsureChildControls();
ReportViewer1.Visible =
true;
ReportViewer1.RenderControl(writer);
}
catch (Exception ex)
{
lblError =
new Label();
lblError.Text = ex.Message;
lblError.RenderControl(writer);
}
}
Appreciate for immediate Responce
July 5, 2010 at 5:10 am
Hi,
I am also getting the same error while running reports in a webbrowser control.Reports are deployed in windows 2003 server.
Is this a problem related to IE or IE security?
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy