Hi I am pretty new to crystal reports, but now I am trying to figure out how to put crystal reports inot my ASP .NET project. I dragged the CrystalReportViewer onto my webform and I chose which report I wanted it to be connected to.
However when i try to view the page in the browser I get the following error:
_________________________________________________________________
Source File: D:\Inetpub\LeaseProbeIntranet\CrystalReports\web.config Line: 13

Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.ReportAppServer.ClientDoc' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.ReportAppServer.ClientDoc, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
(Fully-specified)
LOG: Appbase = file:///D:/Inetpub/LeaseProbeIntranet/CrystalReports
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: CrystalDecisions.ReportAppServer.ClientDoc, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/crystalreports/575f2c99/24de8ef/CrystalDecisions.ReportAppServer.ClientDoc.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/crystalreports/575f2c99/24de8ef/CrystalDecisions.ReportAppServer.ClientDoc/CrystalDecisions.ReportAppServer.ClientDoc.DLL.
LOG: Attempting download of new URL file:///D:/Inetpub/LeaseProbeIntranet/CrystalReports/bin/CrystalDecisions.ReportAppServer.ClientDoc.DLL.
LOG: Attempting download of new URL file:///D:/Inetpub/LeaseProbeIntranet/CrystalReports/bin/CrystalDecisions.ReportAppServer.ClientDoc/CrystalDecisions.ReportAppServer.ClientDoc.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/crystalreports/575f2c99/24de8ef/CrystalDecisions.ReportAppServer.ClientDoc.EXE.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/crystalreports/575f2c99/24de8ef/CrystalDecisions.ReportAppServer.ClientDoc/CrystalDecisions.ReportAppServer.ClientDoc.EXE.
LOG: Attempting download of new URL file:///D:/Inetpub/LeaseProbeIntranet/CrystalReports/bin/CrystalDecisions.ReportAppServer.ClientDoc.EXE.
LOG: Attempting download of new URL file:///D:/Inetpub/LeaseProbeIntranet/CrystalReports/bin/CrystalDecisions.ReportAppServer.ClientDoc/CrystalDecisions.ReportAppServer.ClientDoc.EXE.
_________________________________________________________________

Any ideas???

Thanks.