re:
!> A Runtime Error has occurred.
!> Do you wish to Debug?
!> Line: 52716926
!> Error: Expected ';'
You are actually getting an error on line 52,716,926 ?
You wrote an application with over 52 million lines of code ?
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espańol :
http://asp.net.do/foros/
======================================
"rodchar" <> wrote in message
news:7EBD5464-985C-40F5-9F1A-...
> hey all,
> i have a simple user control that has a button on it which is on my web
> page. everytime i click it i get the following message:
>
> ---------------------------
> Error
> ---------------------------
> A Runtime Error has occurred.
> Do you wish to Debug?
>
> Line: 52716926
> Error: Expected ';'
> ---------------------------
> Yes No
> ---------------------------
>
> no matter what i answer the ide does nothing (vs2005) . i can't tell if this
> is client side or server-side and i'm not sure how to go about debugging
> this?
>
> thanks,
> rodchar