I'm trying to view a Crystal Report that is in the same project folder
as my .aspx page that I have to hold the reportViewer... I get the
following error. Any Ideas??

Server Error in '/HR_ReportingTool/HR_ReportingToolClient_1'
Application.
---------------------------------------------------------------------------=
=AD-----

Compilation Error
Description: An error occurred during the compilation of a resource
required to service this request. Please review the following
specific
error details and modify your source code appropriately.

Compiler Error Message: BC30389: 'C' is not accessible in this
context
because it is 'Private'.

Source Error:

Line 13: <form id=3D"Form1" method=3D"post"
runat=3D"server">
Line 14:
Line 15: <cr:CrystalReportViewer
id=3DCrystalReportViewer1 style=3D"Z-
INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 48px" runat=3D"server"
Height=3D"1089px" Width=3D"901px" ReportSource=3D"<%# c:\inetpub\wwwroot
\HR_ReportingTool\HR_ReportingToolClient_1\HRIS_CurrrentEmployees.rpt
%>" >
Line 16: </cr:CrystalReportViewer>
Line 17: </form>


Source File: http://localhost/HR_ReportingTool/HR_ReportingToolClient_1/Cry=
stalRep...
Line: 15