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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compilation Error

Status
Not open for further replies.

Craftor

Programmer
Feb 1, 2001
420
NZ
Hi all

I am getting a compilation error when I click on a hyperlink in my code - this should (in theory) redirect me to another page where a search is performed on the id of the item clicked (in this case a user name). I get the following error when I click on the link:

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: CS1513: } expected

Source Error:
Line 1632: #line default
Line 1633: __output.Write(&quot;</p>\r\n\t&quot;);
Line 1634: }
Line 1635:
Line 1636: private void __BuildControlTree(System.Web.UI.Control __ctrl) {

Source File: C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\webservices\da04d465\98d133c7\m-0a-zxe.0.cs Line: 1634

I've tried stepping though the code in debug - but it doesn't even reach the page load event :-(

Does anyone have any idea what is causing this? The thing that's really thrown me off is that it's in a temp file!

Thanks as always

Craftor
:cool:


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top