473,398 Members | 2,812 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,398 software developers and data experts.

Can't debug server side ASP.NET code in one module (aspx.cs)

I have a web page (aspx and aspx.cs) that I cannot debug
for some reason. The breakpoint will have the little red
dot with the question mark and the tooltip says "The
breakpoint will not currently be hit. No executable code
is associated with this line." I can debug another page
that is almost identical. It seems as though something is
causing this one page to be un-debuggable.

Does anyone know what would cause this?

Thanks.

Nov 17 '05 #1
6 1618
Check out this faq, this might help you.
http://www.extremeexperts.com/Net/FA...minASPNET.aspx

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

"Joe Rattz" <jo*******@genpt.com> wrote in message
news:00****************************@phx.gbl...
I have a web page (aspx and aspx.cs) that I cannot debug
for some reason. The breakpoint will have the little red
dot with the question mark and the tooltip says "The
breakpoint will not currently be hit. No executable code
is associated with this line." I can debug another page
that is almost identical. It seems as though something is
causing this one page to be un-debuggable.

Does anyone know what would cause this?

Thanks.

Nov 17 '05 #2
Check out this faq, this might help you.
http://www.extremeexperts.com/Net/FA...minASPNET.aspx

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

"Joe Rattz" <jo*******@genpt.com> wrote in message
news:00****************************@phx.gbl...
I have a web page (aspx and aspx.cs) that I cannot debug
for some reason. The breakpoint will have the little red
dot with the question mark and the tooltip says "The
breakpoint will not currently be hit. No executable code
is associated with this line." I can debug another page
that is almost identical. It seems as though something is
causing this one page to be un-debuggable.

Does anyone know what would cause this?

Thanks.

Nov 17 '05 #3
That's not it. I can debug a web page vitrually identical
to the one I cannot debug and they are sitting in the same
directory.
-----Original Message-----
Check out this faq, this might help you.
http://www.extremeexperts.com/Net/FA...ingProbleminAS PNET.aspx
--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

"Joe Rattz" <jo*******@genpt.com> wrote in message
news:00****************************@phx.gbl...
I have a web page (aspx and aspx.cs) that I cannot debug
for some reason. The breakpoint will have the little red dot with the question mark and the tooltip says "The
breakpoint will not currently be hit. No executable code is associated with this line." I can debug another page
that is almost identical. It seems as though something is causing this one page to be un-debuggable.

Does anyone know what would cause this?

Thanks.

.

Nov 17 '05 #4
That's not it. I can debug a web page vitrually identical
to the one I cannot debug and they are sitting in the same
directory.
-----Original Message-----
Check out this faq, this might help you.
http://www.extremeexperts.com/Net/FA...ingProbleminAS PNET.aspx
--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

"Joe Rattz" <jo*******@genpt.com> wrote in message
news:00****************************@phx.gbl...
I have a web page (aspx and aspx.cs) that I cannot debug
for some reason. The breakpoint will have the little red dot with the question mark and the tooltip says "The
breakpoint will not currently be hit. No executable code is associated with this line." I can debug another page
that is almost identical. It seems as though something is causing this one page to be un-debuggable.

Does anyone know what would cause this?

Thanks.

.

Nov 17 '05 #5
How about this:
From debug tab, what does your process option show? Are symbols loaded for
your executable? Is the pdb files in the bin directory? If they are there,
delete them and rebuild, it may be corrupted.

--
-----------
Got TidBits?
Get it here: www.networkip.net/tidbits/default.htm

"Joe Rattz" <jo*******@genpt.com> wrote in message
news:08****************************@phx.gbl...
That's not it. I can debug a web page vitrually identical
to the one I cannot debug and they are sitting in the same
directory.
-----Original Message-----
Check out this faq, this might help you.
http://www.extremeexperts.com/Net/FA...ingProbleminAS

PNET.aspx

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

"Joe Rattz" <jo*******@genpt.com> wrote in message
news:00****************************@phx.gbl...
I have a web page (aspx and aspx.cs) that I cannot debug
for some reason. The breakpoint will have the little red dot with the question mark and the tooltip says "The
breakpoint will not currently be hit. No executable code is associated with this line." I can debug another page
that is almost identical. It seems as though something is causing this one page to be un-debuggable.

Does anyone know what would cause this?

Thanks.

.

Nov 17 '05 #6
How about this:
From debug tab, what does your process option show? Are symbols loaded for
your executable? Is the pdb files in the bin directory? If they are there,
delete them and rebuild, it may be corrupted.

--
-----------
Got TidBits?
Get it here: www.networkip.net/tidbits/default.htm

"Joe Rattz" <jo*******@genpt.com> wrote in message
news:08****************************@phx.gbl...
That's not it. I can debug a web page vitrually identical
to the one I cannot debug and they are sitting in the same
directory.
-----Original Message-----
Check out this faq, this might help you.
http://www.extremeexperts.com/Net/FA...ingProbleminAS

PNET.aspx

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

"Joe Rattz" <jo*******@genpt.com> wrote in message
news:00****************************@phx.gbl...
I have a web page (aspx and aspx.cs) that I cannot debug
for some reason. The breakpoint will have the little red dot with the question mark and the tooltip says "The
breakpoint will not currently be hit. No executable code is associated with this line." I can debug another page
that is almost identical. It seems as though something is causing this one page to be un-debuggable.

Does anyone know what would cause this?

Thanks.

.

Nov 17 '05 #7

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

Similar topics

9
by: Dan Perl | last post by:
Is there a mechanism or an idiom for adding code for debugging so that it can easily be removed in the production code? I am thinking of something similar to the C/C++ preprocessor statements with...
3
by: Reetu | last post by:
Hi All, I have an html button on .aspx page. <INPUT class="sbttn" id="btnComplete0" onclick="onComplete ()" type="button" value="Mark Completed" name="btnComplete0"> When the user clicks...
16
by: Dean R. Henderson | last post by:
I have a project built for ASP.NET that recently started running really slow in debug mode (it takes about 10 seconds or more to step from one line of code to the next). This just started...
2
by: Ioncycle | last post by:
I am using Visual Studio C# standard and am working with XP Pro offline I am using ASP.NET and am opening the project fine but when I go to debug it it gives this error message. UNABLE TO...
4
by: Serg | last post by:
I have created simplest asp.net application. And it starts normally. But i can`t debug it. I am always getting an error: "You do not have permisssion to debug the server. Verify that you are...
46
by: Ian Boyd | last post by:
IIS5, on a Windows 2000 Server machine. Debeg.WriteLine "Hello, world!" How can i view it?
0
by: Chris Davoli | last post by:
Desktop Environment - Win XP Pro 2002 SP2, Visual Studio 2005 Professional Server Enviroment - Windows Server 2003 My debugging is working just fine on my local machine (gives me line number and...
13
by: Rick | last post by:
The following code will enter an infinate loop when in ReadChars. I can only make it happen when reading a Stream and with this particular XML. If I use the ReadInnerXml call rather than my own...
1
by: mazdotnet | last post by:
Hi all, I've installed the new Microsoft URL Rewrite Module for IIS 7.0 http://www.iis.net/downloads/default.aspx?tabid=34&i=1691&g=6 on both my laptop (Vista Home Premium) and my desktop...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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,...

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.