G
Guest
The error message is as follows:
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: BC30451: Name 'employee' is not declared.
Source Error:
Line 13: <body MS_POSITIONING="GridLayout">
Line 14: <form id="Form1" method="post" runat="server">
Line 15: <cr:CrystalReportViewer id="CrystalReportViewer1" runat="Server"
accessKey="<%# cachedemployee1 %>" Width="350px" Height="50px"
ParameterFieldInfo="<%# employee.rpt %>">
Line 16: </cr:CrystalReportViewer></form>
Line 17: </body>
Source File: C:\Inetpub\wwwroot\cr-test\WebForm1.aspx Line: 15
Employee is a table and I have a CR file name employee.rpt.
Thanks
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: BC30451: Name 'employee' is not declared.
Source Error:
Line 13: <body MS_POSITIONING="GridLayout">
Line 14: <form id="Form1" method="post" runat="server">
Line 15: <cr:CrystalReportViewer id="CrystalReportViewer1" runat="Server"
accessKey="<%# cachedemployee1 %>" Width="350px" Height="50px"
ParameterFieldInfo="<%# employee.rpt %>">
Line 16: </cr:CrystalReportViewer></form>
Line 17: </body>
Source File: C:\Inetpub\wwwroot\cr-test\WebForm1.aspx Line: 15
Employee is a table and I have a CR file name employee.rpt.
Thanks