Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CS error 1026

Status
Not open for further replies.

Alcar

Programmer
Sep 10, 2001
595
US
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=&quot;top&quot; width=&quot;893&quot;>
Line 52: <div align=&quot;center&quot;>
Line 53: <cr:CrystalReportViewer id=CrystalReportViewer1 runat=&quot;server&quot; ReportSource=&quot;<%# C:\whereever\myreport.rpt %>&quot; DisplayGroupTree=&quot;False&quot; Height=&quot;1089px&quot; Width=&quot;1030px&quot; DisplayToolbar=&quot;False&quot;>
Line 54: </cr:CrystalReportViewer> 
Line 55: </div>

Daren J. Lahey
Just another computer guy...
 
Hi,
I recieved the same error message. I was wondering if you got a fix for it.

Shai Leib
sleib@comcast.net

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top