473,320 Members | 2,112 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

need help debugging please

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
Nov 13 '07 #1
4 1036
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" <ro*****@discussions.microsoft.comwrote in message
news:7E**********************************@microsof t.com...
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

Nov 13 '07 #2
is this even possible? any ideas on where to start?

"Juan T. Llibre" wrote:
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" <ro*****@discussions.microsoft.comwrote in message
news:7E**********************************@microsof t.com...
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


Nov 14 '07 #3
This looks like a client-side javascript error. The interpreter is looking
for a ';' to end a statement. The number of lines looks REAL strange. In
this case the number of lines includes the script and HTML rendered to the
browser.

Are you using some kind of code generator for the script or HTML for the
page where this is happening? I may have "gone crazy".

"rodchar" wrote:
is this even possible? any ideas on where to start?

"Juan T. Llibre" wrote:
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" <ro*****@discussions.microsoft.comwrote in message
news:7E**********************************@microsof t.com...
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
Nov 14 '07 #4
no code generator, i just designed my ui way too complicated. it turned out
to be a javascript call from the server-side that did not have the ;

thanks,
rod.

"Ea******@HighFlyingBirds.com" wrote:
This looks like a client-side javascript error. The interpreter is looking
for a ';' to end a statement. The number of lines looks REAL strange. In
this case the number of lines includes the script and HTML rendered to the
browser.

Are you using some kind of code generator for the script or HTML for the
page where this is happening? I may have "gone crazy".

"rodchar" wrote:
is this even possible? any ideas on where to start?

"Juan T. Llibre" wrote:
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" <ro*****@discussions.microsoft.comwrote in message
news:7E**********************************@microsof t.com...
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
>
>
>
Nov 14 '07 #5

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

Similar topics

2
by: lawrence | last post by:
I've been bad about documentation so far but I'm going to try to be better. I've mostly worked alone so I'm the only one, so far, who's suffered from my bad habits. But I'd like other programmers...
3
by: gilgamesh | last post by:
Hi there, What's a good tool to use for debugging ASP pages which contain bunch of javascripts? Thanks, Gilgamesh
0
by: Eric Clapton | last post by:
I have created a vb.net project in local drive and the program contains crystal report 9.0 through ODBC and link to SQL server. I can run this no problem on WinXP. But when I move the project to a...
0
by: Allen Iverson | last post by:
I have created a vb.net project in local drive and the program contains crystal report 9.0 through ODBC and link to SQL server. I can run this no problem on WinXP. But when I move the project to a...
5
by: Saurabh Aggrawal | last post by:
Hi, I am in the process of debugging a 32 bit driver in user mode. I am debugging a dll( printer UI) which internally uses the GDI32.dll. I am using the Windbg for debugging. Windbg is loading the...
10
by: Shawn | last post by:
JIT Debugging failed with the following error: Access is denied. JIT Debugging was initiated by the following account 'PLISKEN\ASPNET' I get this messag in a dialog window when I try to open an...
14
by: | last post by:
I cannot for the life of me get remove debugging to work. I continue to receive "Error while trying to run project: Unable to start debugging on the web server. Access is denied. Verify that you...
5
by: rn5a | last post by:
Can someone please suggest me a text editor especially for DEBUGGING ASP scripts apart from Microsoft Visual Interdev? I tried using Visual Interdev & created a project but Interdev generates...
14
by: bcap | last post by:
Hello, I really would apprciate help! =) What I want to do is be able to change the status of mulitple records using a drop down and a checkbox. I have a drop down called "ChangeStatus"...
1
by: DR | last post by:
What ports do i need to unblock on client and server (running msvsmon.exe) to debug remotely from my client box with visual studio 2005 pro? When I attach to remote process a connection shows up...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

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.