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_ReportingToo l/HR_ReportingToo lClient_1'
Application.
--------------------------------------------------------------------------------
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="Form1" method="post"
runat="server">
Line 14:
Line 15: <cr:CrystalRepo rtViewer
id=CrystalRepor tViewer1 style="Z-
INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 48px" runat="server"
Height="1089px" Width="901px" ReportSource="< %# c:\inetpub\wwwr oot
\HR_ReportingTo ol\HR_Reporting ToolClient_1\HR IS_CurrrentEmpl oyees.rpt
%>" >
Line 16: </cr:CrystalRepor tViewer>
Line 17: </form>
folder
as my .aspx page that I have to hold the reportViewer... I get the
following error. Any Ideas??
Server Error in '/HR_ReportingToo l/HR_ReportingToo lClient_1'
Application.
--------------------------------------------------------------------------------
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="Form1" method="post"
runat="server">
Line 14:
Line 15: <cr:CrystalRepo rtViewer
id=CrystalRepor tViewer1 style="Z-
INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 48px" runat="server"
Height="1089px" Width="901px" ReportSource="< %# c:\inetpub\wwwr oot
\HR_ReportingTo ol\HR_Reporting ToolClient_1\HR IS_CurrrentEmpl oyees.rpt
%>" >
Line 16: </cr:CrystalRepor tViewer>
Line 17: </form>
Comment