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("</p>\r\n\t"
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
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("</p>\r\n\t"
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