June 30, 2004 at 2:08 pm
Microsoft has posted a release of SQL Server 2005 Express Beta (http://lab.msdn.microsoft.com/express/sql/) .
Part of the install is the .NET Framework 2.0. But I install it, the Reporting Services instance on the same system gets corrupted. When I try to go to the http://localhost/reports, I get the error "System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.InvalidOperationException: Method ReportingService.SetExecutionOptions can not be reflected. ---> System.IO.FileLoadException: Unknown error - HRESULT 0x80131047"
Restarting the service did not help. Uninstalling Framework 2.0 resulted in Reporting Services having a corrupted keyset. After restoring the keys using rskeymgmt fixed the problem.
Dave C
July 5, 2004 at 8:00 am
This was removed by the editor as SPAM
July 7, 2004 at 5:41 pm
Try this:
Go into the Internet Information Server management console on your Reporting Services server. Right-click on the virtual directory "Reports". On the Virtual Directory tab, click the "Configuration" button. On the Mappings tab of the Application Configuration property sheet, make sure that the Executable Path of the Application Mappings for all the ASP.NET file extensions points to the .NET Framework 1.1 version of aspnet_isapi.dll.
The executable path should look something like this:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
Do the same thing for the ReportServer virtual directory.
Stop and restart IIS.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply