I have searched on a solution to error CS1026 and it looks like it's not reported.
where should I look for an explanation on this error, besides the above mentioned site?
this is my scenario:
Crystal Reports for VS.NET.
ASP.NET application.
Using a CrystalReportViewer to view a report that uses ADO.NET dataset (report works when I export it to pdf file and view it through Acrobat Reader).
When I set the reportsource to my report it loads correctly in the designer mode. When I run the application I get this error:
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: CS1026: ) expected
Source Error:
Line 51: <td valign="top" width="893">
Line 52: <div align="center">
Line 53: <cr:CrystalReportViewer id=CrystalReportViewer1 runat="server" ReportSource="<%# C:\whereever\myreport.rpt %>" DisplayGroupTree="False" Height="1089px" Width="1030px" DisplayToolbar="False">
Line 54: </cr:CrystalReportViewer>
Line 55: </div>
Daren J. Lahey
Just another computer guy...
where should I look for an explanation on this error, besides the above mentioned site?
this is my scenario:
Crystal Reports for VS.NET.
ASP.NET application.
Using a CrystalReportViewer to view a report that uses ADO.NET dataset (report works when I export it to pdf file and view it through Acrobat Reader).
When I set the reportsource to my report it loads correctly in the designer mode. When I run the application I get this error:
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: CS1026: ) expected
Source Error:
Line 51: <td valign="top" width="893">
Line 52: <div align="center">
Line 53: <cr:CrystalReportViewer id=CrystalReportViewer1 runat="server" ReportSource="<%# C:\whereever\myreport.rpt %>" DisplayGroupTree="False" Height="1089px" Width="1030px" DisplayToolbar="False">
Line 54: </cr:CrystalReportViewer>
Line 55: </div>
Daren J. Lahey
Just another computer guy...