Monday, March 12, 2012

Report manager home page erroring with an invalid character.

I have a 2003 server with IIS 6.0, SQL Server 2005, Analysis Services 2005,
and Reporting Services 2005 installed. I can create new reports and publish
them. If I go to //localhost/reportserver I can get to the reports and they
will come up. However, if I go to //localhost/Reports I get a message
stating that the XML page cannot be displayed.
A name was started with an invalid character. Error processing resource
'http://localhost/Reports/home.aspx' Line 1, Posi...
<%@. Page language="c#" Codebehind="Home.aspx.cs" AutoEventWireup="false"
Inherits="Microsoft.ReportingServices.UI.HomePag...
I tried uninstalling and re-installing reporting services but I get the same
error. Any thoughts?Luke,
All you have to do is open the IIS MMC and then right click the
"reports" virtual directory, select property and then under the
ASP.NET tab select asp.net version that belongs to the .NET framework
version 2. For some reason, after you installed reporting services,
the version of the ASP.NET was removed from the asp.net tab.
Dave Luna.
Luke wrote:
> I have a 2003 server with IIS 6.0, SQL Server 2005, Analysis Services 2005,
> and Reporting Services 2005 installed. I can create new reports and publish
> them. If I go to //localhost/reportserver I can get to the reports and they
> will come up. However, if I go to //localhost/Reports I get a message
> stating that the XML page cannot be displayed.
> A name was started with an invalid character. Error processing resource
> 'http://localhost/Reports/home.aspx' Line 1, Posi...
> <%@. Page language="c#" Codebehind="Home.aspx.cs" AutoEventWireup="false"
> Inherits="Microsoft.ReportingServices.UI.HomePag...
> I tried uninstalling and re-installing reporting services but I get the same
> error. Any thoughts?

No comments:

Post a Comment