473,386 Members | 1,694 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,386 software developers and data experts.

Debugging problems

Ben
I am getting the debuggin error: "The breakpoint will not currently be hit.
No symbols have been loaded for this document."

Let me set the background here. Our debugging was working, our network
services group tried to setup debugging without the need for administrator
rights. I got the error above, the error went away. They gave up on the
non-administrator debugging... The error is back.

Let me say this before everyone starts asking about the project.
*The project is in debug mode
*Debug symbols is a selected option
*Not only have I verified the time stamps on the dll and pdb files, I've
deleted them totally forcing a recreation
*This problem spans applications! That's right, I get this error in
http://foo and http://bar
*I've modified the web.config and deleted the dll shadow copy

At this point I just want debugging back. I'd hate to waste a call to MS on
this. It seems like from my searches that this is a semi-common problem.
As I type this, the network services group is trying to reinstall the .net
framework on our server. I'll post an update if that fixes anything.

We are running Windows 2003 server with the 1.1 framework.

Anyone that has or has had this problem, please post any fixes here!

Thanks!
Ben

Nov 18 '05 #1
3 1483
Ben
I'm seeing an alarming number of messages saying that the problem could be
to namespace resolution failure. That I should rename my files. It just so
happens that I'm having the problem with you guessed it, default.aspx. I'll
have to try to rename the default.aspx and debug it. Still waiting on the
new framework to be installed. I'll post an update when available.
"Ben" <be*@online.nospam> wrote in message
news:V_***************@fe37.usenetserver.com...
I am getting the debuggin error: "The breakpoint will not currently be hit. No symbols have been loaded for this document."

Let me set the background here. Our debugging was working, our network
services group tried to setup debugging without the need for administrator
rights. I got the error above, the error went away. They gave up on the
non-administrator debugging... The error is back.

Let me say this before everyone starts asking about the project.
*The project is in debug mode
*Debug symbols is a selected option
*Not only have I verified the time stamps on the dll and pdb files, I've
deleted them totally forcing a recreation
*This problem spans applications! That's right, I get this error in
http://foo and http://bar
*I've modified the web.config and deleted the dll shadow copy

At this point I just want debugging back. I'd hate to waste a call to MS on this. It seems like from my searches that this is a semi-common problem.
As I type this, the network services group is trying to reinstall the .net
framework on our server. I'll post an update if that fixes anything.

We are running Windows 2003 server with the 1.1 framework.

Anyone that has or has had this problem, please post any fixes here!

Thanks!
Ben


Nov 18 '05 #2
Hi Ben,

Yes, from my research in some former issues similiar with this, many of
them are also caused by the duplicated file name such as the default.aspx
which cause the debuger unable to find which one to launch. Also there is
another thing you can have a check:

1) Open up the IIS Management Console (Start -> Run -> Type: inetmgr)
2) Right-click on the Default Web Site Tab and choose Properties.
3) Choose the Home Directory Tab.
4) In the Application Settings section, choose the Configuration
Button.
5) Choose the Mappings Tab and ensure that the cache ISAPI
Applications?

In addition, here is a good document on troubleshooting Debugging issues
with web applications in Visual Studio .Net
http://www.gotdotnet.com/team/csharp...lvedebuggerpro
blems.doc

Hope also helps. If you have any other findings, please also feel free to
post here.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #3
Ben
Our network services group called Microsoft to get this problem fixed. The
bottom line was this. On out windows 2003 server the webgarden setting had
been modified from the default of 1. The web garden was appearently
modified in some multiuser debug attempt. It was spawning a new w3wp.exe
for each debug request. VS.Net didn't know which process to attach to.

So, putting webgarden back to 1 fixed the problem. I hope this helps anyone
out there that has a similar problem... Seems like there are several
different versions of this issue...
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:XE**************@cpmsftngxa10.phx.gbl...
Hi Ben,

Yes, from my research in some former issues similiar with this, many of
them are also caused by the duplicated file name such as the default.aspx
which cause the debuger unable to find which one to launch. Also there is
another thing you can have a check:

1) Open up the IIS Management Console (Start -> Run -> Type: inetmgr) 2) Right-click on the Default Web Site Tab and choose Properties.
3) Choose the Home Directory Tab.
4) In the Application Settings section, choose the Configuration
Button.
5) Choose the Mappings Tab and ensure that the cache ISAPI
Applications?

In addition, here is a good document on troubleshooting Debugging issues
with web applications in Visual Studio .Net
http://www.gotdotnet.com/team/csharp...lvedebuggerpro blems.doc

Hope also helps. If you have any other findings, please also feel free to
post here.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx


Nov 18 '05 #4

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

Similar topics

0
by: Coffee guy | last post by:
Hi all- I've read just about every KB article there is but still can't launch the debugger for a web project that is hosted on another machine. Both machines are running XP Pro and IIS. The...
1
by: Roman (CZ) | last post by:
Hello, I am trying to debug my very first VB.NET 2003 application (I am upgrading from VB 6.0) and it seems to work differently from VB 6.0 debug: When I change the design of my splash page...
5
by: Doug Swanson | last post by:
I have my project(s) set to Debug mode...asp.net debugging is enabled, I've re-registered asp_net. This particular solution has an asp.net and an ASP application in it...I can set breakpoints in...
2
by: josef | last post by:
I am having trouble debugging with Visual Studio.NET 2003 and Framework 1.1. I cannot press F5 and have the web project start with the debugger, I get "Unable to start debugging on the web server....
1
by: byrd48 | last post by:
I'm having a heck of a time debugging my apps in visual studio. Everything will be going fine, then when I run a debug, I'll get that Internet Explorer window asking me to connect to the internet. ...
1
by: Jason Smith | last post by:
I'm rather new with vb.net and I'm having problems debugging a large vb.net application. The application is randomly crashing at two locations with "referenced memory at 0x0" violations. My...
1
by: rwaddell | last post by:
I'm using Visual Studio 2005 Pro final, and I've noticed some bizarre behaviour when I'm debugging programs with multiple threads. Specifically, if I set a breakpoint in one of my non-UI threads,...
0
by: Vivek | last post by:
Because of the increased security concerns of the network admin, i no longer am the admin on my development machine. To work around this and have a secure environment, I have virtual pc 2004 ...
7
by: TheDude5B | last post by:
Hi, I have just installed Visual Studio 2005 on my windows Vista machine, and everything seems to work well after installing the service pack and then the vista upgrades. However, when I try...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: 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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.