Report Viewer Error
		
	Hi Everyone,
I am using report viewer 10.0.0.0 (VS 2010) in a ASP.net page.
I am getting the following error when I run. "The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
The request failed with HTTP status 404: Not Found."
I can however access my report through the browser.
The connection to my report looks as follows:
<rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" 
        Font-Size="8pt" InteractiveDeviceInfos="(Collection)"
        WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt"
        ProcessingMode="Remote">
        <ServerReport ReportPath="/LandingReport" ReportServerUrl="http://server01/Reports_MSSQLSERVER2008" />
</rsweb:ReportViewer>
 
Can anyone help please?
Thanks		
		June 12th, 2011 4:05pm
			

