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

Annoying Problem While Debugging ASP.NET

Joe
Hello everybody,

I am working on a .NET solution containing 2 projects, one depending on the
other (Website depends on Library). I am using .NET 1.1.

The annoying problem is that I'm not able to debug the code written in
Library. The execution doesn't stop on breakpoints, and each breakpoint
circle shows a question mark inside it, on mouse over this message is shown:
"The breakpoint will not currently be hit. No symbols have been loaded for
this document."

The classes created in the Website project still can be debugged normally, I
only face the problem in the Library project.

I have deleted all cached files from VSWebCache and the Temporary ASP.NET
Files. I have deleted all the temporary files like the debug folder and the
pdb files.

The configuration of both projects is set to DEBUG.

I have installed the Serivce Pack 1 of the framework.

I don't know what else I should do to debug the Library project again.

Any help would be greatly appreciated.

Thank you,

Joe.
Dec 29 '05 #1
2 1353
hi Joe,
just to make sure that you have referenced the library with a project
reference instead of a DLL reference?
i think you probably have because of the dependency setup but it could
explain why your debug isn't working.

thanks
tim

--------------------------
blog: http://tim.mackey.ie

"Joe" <do****@softhome.net> wrote in message
news:u8**************@TK2MSFTNGP14.phx.gbl...
Hello everybody,

I am working on a .NET solution containing 2 projects, one depending on
the other (Website depends on Library). I am using .NET 1.1.

The annoying problem is that I'm not able to debug the code written in
Library. The execution doesn't stop on breakpoints, and each breakpoint
circle shows a question mark inside it, on mouse over this message is
shown: "The breakpoint will not currently be hit. No symbols have been
loaded for this document."

The classes created in the Website project still can be debugged normally,
I only face the problem in the Library project.

I have deleted all cached files from VSWebCache and the Temporary ASP.NET
Files. I have deleted all the temporary files like the debug folder and
the pdb files.

The configuration of both projects is set to DEBUG.

I have installed the Serivce Pack 1 of the framework.

I don't know what else I should do to debug the Library project again.

Any help would be greatly appreciated.

Thank you,

Joe.

Dec 29 '05 #2
Joe
Dear All,

I have solved the problem by coincidence yesterday. Here below is the
description of what I did:

In the properties of the Website project, in the Common Properties/Reference
Path section, I have two paths, one for the Web Application bin folder
(C:\Inetpub\wwwroot\eBanking\Website\bin\) and the other for the Class
Library bin folder (C:\Inetpub\wwwroot\eBanking\Library\bin\).

I have just inverted the listing order of the 2 paths so the Library bin
path comes first, then everything worked fine.

But for some reason, the order of these 2 paths is sometimes being inverted
at runtime.

Joe.
Jan 4 '06 #3

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

Similar topics

0
by: Uri Dor | last post by:
after debugging ends, the text editor (VS.NET 2003) doesn't scroll so the line the cursor on is visible. annoying!
10
by: Douglas Buchanan | last post by:
I am using the following code instead of a very lengthly select case statement. (I have a lot of lookup tables in a settings form that are selected from a ListBox. The data adapters are given a...
20
by: sathyashrayan | last post by:
What is the use of the above do-while. Is it simply a style issue. Since the above same condition will applied with out a do-while(0); because the loop executes only once. I went through the faq...
147
by: Michael B Allen | last post by:
Should there be any preference between the following logically equivalent statements? while (1) { vs. for ( ;; ) { I suspect the answer is "no" but I'd like to know what the consensus is
11
by: Claude seraphin | last post by:
I'am having this message while trying to rune my asp.net app on win3k server. I have set debug="true" in <compilation section in my web.config . Can anyone help me? Thanks in advance
1
by: David | last post by:
Lately I have been getting the following error with all of my web applications, in debug and release mode. "Error while trying to run project: Unable to start debugging on the web server. Could...
8
by: John A Grandy | last post by:
tools > options > debugging > edit and continue by default, the option "allow me to edit vb files while debugging" is checked for c#, but unchecked for vb.net .... ? does anyone know why...
3
by: Mike | last post by:
In VB 6, you could change most code while your project was in Break mode. I am targeting the Pocket PC, and VB .NET 2003 is not allowing me to change code while debugging. Is this true for all VB...
84
by: braver | last post by:
Is there any trick to get rid of having to type the annoying, character-eating "self." prefix everywhere in a class? Sometimes I avoid OO just not to deal with its verbosity. In fact, I try to...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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.