473,734 Members | 2,511 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

compilation error

Compiler Error Message: CS1026: ) expected

Source Error:

Line 12: <body MS_POSITIONING= "GridLayout ">
Line 13: <form id="Form1" method="post" runat="server">
Line 14: <cr:CrystalRepo rtViewer id=CrystalRepor tViewer3 style="Z-INDEX:
101; LEFT: 24px; POSITION: absolute; TOP: 40px" runat="server"
Height="1013px" Width="901px" ReportSource='< %# c:\inetpub\wwwr oot\
WebApplication4 \CrystalReport2 22.rpt %>'>
Line 15: </cr:CrystalRepor tViewer>
Line 16: </form>
Show Detailed Compiler Output:
C:\WINDOWS\syst em32> "c:\windows\mic rosoft.net\fram ework\v1.1.4322 \csc.exe"
/t:library /utf8output /R:"c:\windows\a ssembly\gac\
crystaldecision s.reportsource\ 9.2.3300.0__692 fbea5521e1304\
crystaldecision s.reportsource. dll" /R:"c:\windows\a ssembly\gac\
system.drawing\ 1.0.5000.0__b03 f5f7f11d50a3a\s ystem.drawing.d ll" /R:"c:\
windows\microso ft.net\framewor k\v1.1.4322\tem porary asp.net files\
webapplication4 \d0419f65\1aa75 407\assembly\dl 2\ac11a9a6\eb9d 214e_9547c501\
webapplication4 .dll" /R:"c:\windows\a ssembly\gac\
crystaldecision s.crystalreport s.engine\9.2.33 00.0__692fbea55 21e1304\
crystaldecision s.crystalreport s.engine.dll" /R:"c:\windows\a ssembly\gac\
system.web.mobi le\1.0.5000.0__ b03f5f7f11d50a3 a\system.web.mo bile.dll"
/R:"c:\windows\a ssembly\gac\cry staldecisions.w eb\
9.2.3300.0__692 fbea5521e1304\c rystaldecisions .web.dll" /R:"c:\windows \
assembly\gac\sy stem.data\1.0.5 000.0__b77a5c56 1934e089\system .data.dll"
/R:"c:\windows\m icrosoft.net\fr amework\v1.1.43 22\temporary asp.net files\
webapplication4 \d0419f65\1aa75 407\assembly\dl 2\89fcd415\000f 7c46_8026c201\
crystaldecision s.vsdesigner.dl l" /R:"c:\windows\a ssembly\gac\
system.enterpri seservices\1.0. 5000.0__b03f5f7 f11d50a3a\
system.enterpri seservices.dll" /R:"c:\windows\a ssembly\gac\
crystaldecision s.shared\9.2.33 00.0__692fbea55 21e1304\
crystaldecision s.shared.dll" /R:"c:\windows\a ssembly\gac\
crystaldecision s.reportappserv er.clientdoc\9. 2.3300.0__692fb ea5521e1304\
crystaldecision s.reportappserv er.clientdoc.dl l" /R:"c:\windows \
microsoft.net\f ramework\v1.1.4 322\temporary asp.net files\webapplic ation4\
d0419f65\1aa754 07\lkeamqbe.dll " /R:"c:\windows\m icrosoft.net\fr amework\
v1.1.4322\mscor lib.dll" /R:"c:\windows\a ssembly\gac\sys tem.xml\
1.0.5000.0__b77 a5c561934e089\s ystem.xml.dll" /R:"c:\windows\a ssembly\gac\
system.web.serv ices\1.0.5000.0 __b03f5f7f11d50 a3a\system.web. services.dll"
/R:"c:\windows\a ssembly\gac\sys tem\1.0.5000.0_ _b77a5c561934e0 89\system.dll"
/R:"c:\windows\a ssembly\gac\sys tem.web\1.0.500 0.0__b03f5f7f11 d50a3a\
system.web.dll" /out:"C:\WINDOWS \Microsoft.NET\ Framework\v1.1. 4322\
Temporary ASP.NET Files\webapplic ation4\d0419f65 \1aa75407\c_qxf 7zx.dll"
/D:DEBUG /debug+ /optimize- /win32res:"C:\WI NDOWS\Microsoft .NET\Framework\
v1.1.4322\Tempo rary ASP.NET Files\webapplic ation4\d0419f65 \1aa75407\
c_qxf7zx.res" /warnaserror /w:1 "C:\WINDOWS\Mic rosoft.NET\Fram ework\
v1.1.4322\Tempo rary ASP.NET Files\webapplic ation4\d0419f65 \1aa75407\
c_qxf7zx.0.cs"
Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

http://localhost/WebApplication4/WebForm1.aspx(14,46): error CS1026: )
expected
http://localhost/WebApplication4/WebForm1.aspx(14,46): error CS1525:
Invalid expression term ':'
http://localhost/WebApplication4/WebForm1.aspx(14,47): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,47): error CS1525:
Invalid expression term ''
http://localhost/WebApplication4/WebForm1.aspx(14,48): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,55): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,55): error CS1525:
Invalid expression term ''
http://localhost/WebApplication4/WebForm1.aspx(14,56): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,63): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,63): error CS1525:
Invalid expression term ''
http://localhost/WebApplication4/WebForm1.aspx(14,64): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,79): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,79): error CS1525:
Invalid expression term ''
http://localhost/WebApplication4/WebForm1.aspx(14,80): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,100): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,100): error CS1525:
Invalid expression term ')'
http://localhost/WebApplication4/WebForm1.aspx(14,101): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,101): error CS1525:
Invalid expression term ')'
what's the problem?????
Nov 19 '05 #1
1 3652
Not 100%..but if you know the path that you are binding to (assuming
crystalreportvi ewer accepts a string as it's reportsource property), why
bother using <%# ?

just do

ReportSource="c :\inetpub\wwwro ot\WebApplicati on4\CrystalRepo rt222.rpt"

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Carlos Kim via DotNetMonster.c om" <fo***@nospam.D otNetMonster.co m> wrote in
message news:11******** *************** *******@DotNetM onster.com...
Compiler Error Message: CS1026: ) expected

Source Error:

Line 12: <body MS_POSITIONING= "GridLayout ">
Line 13: <form id="Form1" method="post" runat="server">
Line 14: <cr:CrystalRepo rtViewer id=CrystalRepor tViewer3 style="Z-INDEX:
101; LEFT: 24px; POSITION: absolute; TOP: 40px" runat="server"
Height="1013px" Width="901px" ReportSource='< %# c:\inetpub\wwwr oot\
WebApplication4 \CrystalReport2 22.rpt %>'>
Line 15: </cr:CrystalRepor tViewer>
Line 16: </form>
Show Detailed Compiler Output:
C:\WINDOWS\syst em32>
"c:\windows\mic rosoft.net\fram ework\v1.1.4322 \csc.exe"
/t:library /utf8output /R:"c:\windows\a ssembly\gac\
crystaldecision s.reportsource\ 9.2.3300.0__692 fbea5521e1304\
crystaldecision s.reportsource. dll" /R:"c:\windows\a ssembly\gac\
system.drawing\ 1.0.5000.0__b03 f5f7f11d50a3a\s ystem.drawing.d ll" /R:"c:\
windows\microso ft.net\framewor k\v1.1.4322\tem porary asp.net files\
webapplication4 \d0419f65\1aa75 407\assembly\dl 2\ac11a9a6\eb9d 214e_9547c501\
webapplication4 .dll" /R:"c:\windows\a ssembly\gac\
crystaldecision s.crystalreport s.engine\9.2.33 00.0__692fbea55 21e1304\
crystaldecision s.crystalreport s.engine.dll" /R:"c:\windows\a ssembly\gac\
system.web.mobi le\1.0.5000.0__ b03f5f7f11d50a3 a\system.web.mo bile.dll"
/R:"c:\windows\a ssembly\gac\cry staldecisions.w eb\
9.2.3300.0__692 fbea5521e1304\c rystaldecisions .web.dll" /R:"c:\windows \
assembly\gac\sy stem.data\1.0.5 000.0__b77a5c56 1934e089\system .data.dll"
/R:"c:\windows\m icrosoft.net\fr amework\v1.1.43 22\temporary asp.net files\
webapplication4 \d0419f65\1aa75 407\assembly\dl 2\89fcd415\000f 7c46_8026c201\
crystaldecision s.vsdesigner.dl l" /R:"c:\windows\a ssembly\gac\
system.enterpri seservices\1.0. 5000.0__b03f5f7 f11d50a3a\
system.enterpri seservices.dll" /R:"c:\windows\a ssembly\gac\
crystaldecision s.shared\9.2.33 00.0__692fbea55 21e1304\
crystaldecision s.shared.dll" /R:"c:\windows\a ssembly\gac\
crystaldecision s.reportappserv er.clientdoc\9. 2.3300.0__692fb ea5521e1304\
crystaldecision s.reportappserv er.clientdoc.dl l" /R:"c:\windows \
microsoft.net\f ramework\v1.1.4 322\temporary asp.net files\webapplic ation4\
d0419f65\1aa754 07\lkeamqbe.dll " /R:"c:\windows\m icrosoft.net\fr amework\
v1.1.4322\mscor lib.dll" /R:"c:\windows\a ssembly\gac\sys tem.xml\
1.0.5000.0__b77 a5c561934e089\s ystem.xml.dll" /R:"c:\windows\a ssembly\gac\
system.web.serv ices\1.0.5000.0 __b03f5f7f11d50 a3a\system.web. services.dll"
/R:"c:\windows\a ssembly\gac\sys tem\1.0.5000.0_ _b77a5c561934e0 89\system.dll"
/R:"c:\windows\a ssembly\gac\sys tem.web\1.0.500 0.0__b03f5f7f11 d50a3a\
system.web.dll" /out:"C:\WINDOWS \Microsoft.NET\ Framework\v1.1. 4322\
Temporary ASP.NET Files\webapplic ation4\d0419f65 \1aa75407\c_qxf 7zx.dll"
/D:DEBUG /debug+ /optimize- /win32res:"C:\WI NDOWS\Microsoft .NET\Framework\
v1.1.4322\Tempo rary ASP.NET Files\webapplic ation4\d0419f65 \1aa75407\
c_qxf7zx.res" /warnaserror /w:1 "C:\WINDOWS\Mic rosoft.NET\Fram ework\
v1.1.4322\Tempo rary ASP.NET Files\webapplic ation4\d0419f65 \1aa75407\
c_qxf7zx.0.cs"
Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

http://localhost/WebApplication4/WebForm1.aspx(14,46): error CS1026: )
expected
http://localhost/WebApplication4/WebForm1.aspx(14,46): error CS1525:
Invalid expression term ':'
http://localhost/WebApplication4/WebForm1.aspx(14,47): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,47): error CS1525:
Invalid expression term ''
http://localhost/WebApplication4/WebForm1.aspx(14,48): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,55): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,55): error CS1525:
Invalid expression term ''
http://localhost/WebApplication4/WebForm1.aspx(14,56): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,63): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,63): error CS1525:
Invalid expression term ''
http://localhost/WebApplication4/WebForm1.aspx(14,64): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,79): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,79): error CS1525:
Invalid expression term ''
http://localhost/WebApplication4/WebForm1.aspx(14,80): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,100): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,100): error CS1525:
Invalid expression term ')'
http://localhost/WebApplication4/WebForm1.aspx(14,101): error CS1002: ;
expected
http://localhost/WebApplication4/WebForm1.aspx(14,101): error CS1525:
Invalid expression term ')'
what's the problem?????

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2222
by: Joachim | last post by:
I made some project changes (which seems it doesn't help if I undo) which have created compilation error: " Server Error in '/PCSWebApp1' 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
2
1804
by: James Zhuo | last post by:
Hi all I've been getting the following compilation error. I should explain the background of the project that i am taking over. This is a project that has been developed by someone else a while ago using dreamweaver, I am basically trying to migrate the project into a Visual Studio .NET environment before I start enhancing it. Any suggestions on where the source of error may be would be greatly appreciated.
0
1471
by: James Zhuo | last post by:
hi all I changed the name of the class LoginPage to a different name "LoginPageOne" But the same error gets generated with the Wiliam.Request.LoginPageOne. That pretty much leaves me clueless at this point. Please help Cheer
0
1516
by: Jie | last post by:
Does anyone know why I keep having the following error. I have to rebuild the solution every time I run it in design mode. thanks jie Server Error in '/ReapPortal' Application. ---------------------------------------------------------------------------- ---- Compilation Error
0
1278
by: John | last post by:
Hi, I've just rolled out a new version of an ASP.NET application. It runs fine on development and training servers, but on production get the following error when trying to access a page: Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details
2
1951
by: VB Programmer | last post by:
I created a ASP.NET app locally and it works great. Uploaded it to my server and I get this error when trying to view a page. Any ideas? Server Error in '/earlyalert3' Application. ---------------------------------------------------------------------------- ---- Compilation Error
2
6938
by: Kevin R. | last post by:
I have been ignoring this problem for a few weeks now, but it's becoming a bit annoying not to mention unproductive. Here it goes: I compile my project with no errors. Then after I debug/run it, I get the runtime error noted at the end of this message. If I re-compile (without any changes) and re-run, then my project will run OK. This behavior is very consistent. Another words, the only way I can run an ASP.NET application is if I...
6
2899
by: Plat | last post by:
I've Googled this for a while, to no avail. Hopefully someone can help me. Maybe I'm using the wrong terminology. Here's the scoop! Let's say I've got a simple *.ASPX page that has a syntax error. For example, broken.aspx might only contain the following line of code: <% Dim x as %> When I visit this page from my Web browser, I see all the helpful ASP.NET Server Error information, including:
0
1751
by: Stimp | last post by:
I've created an aspx page called HistoryManage.aspx. The page works fine on my local machine but when I load it off the web I get the following strange 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.
1
2810
by: BSand0764 | last post by:
I'm getting an error that I can't seem to resolve. When I compile the Functor related logic in a test program, the files compile and execute properly (see Listing #1). However, when I incorporate the same logic within my simulation, the class that implements the functor logic has problems compiling. I get the following errors: -- Building myTest.cpp --
0
9310
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9236
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9182
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6735
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4809
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3261
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2724
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.