473,386 Members | 2,078 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.

No symbols loaded for the current document ??????

if i want to debug a dotnet application the break point is not going to hit.

giving the message as "The break point will not currently hit,No Symbols
have been loaded for this document".

if i rebuild once then it is working properly,if run directly with F5 it is
not going to hit the break point.

this problem is not for one applciation, for every project (even new) i am
getting this problem/

from yestarday i am fighting with this problem..

please solve...

thank u
chandu

Feb 13 '07 #1
4 4869
Hello chandu,

Are u sure that
- u build debug version or u generate pdb in the release version
- your debug info locates nex to the executable file
?

cif i want to debug a dotnet application the break point is not going
cto hit.
c>
cgiving the message as "The break point will not currently hit,No
cSymbols have been loaded for this document".
c>
cif i rebuild once then it is working properly,if run directly with F5
cit is not going to hit the break point.
c>
cthis problem is not for one applciation, for every project (even new)
ci am getting this problem/
c>
cfrom yestarday i am fighting with this problem..
c>
cplease solve...
c>
cthank u
cchandu
---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Feb 13 '07 #2
i am generating pdb in debeg version
yes pdb is located to next to exe/

for every visual studio application i am getting same problem,and if change
the code i need to rebuild every time
for sample application i am sending this info:
'sample3.exe': Loaded 'C:\WINDOWS\system32\mscoree.dll', No symbols loaded.
'sample3.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
'sample3.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
'sample3.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
..................................

like this giving in out put window.


"Michael Nemtsev" <ne*****@msn.comwrote in message
news:a2***************************@msnews.microsof t.com...
Hello chandu,

Are u sure that
- u build debug version or u generate pdb in the release version
- your debug info locates nex to the executable file
?

cif i want to debug a dotnet application the break point is not going
cto hit.
ccgiving the message as "The break point will not currently hit,No
cSymbols have been loaded for this document".
ccif i rebuild once then it is working properly,if run directly with
F5
cit is not going to hit the break point.
ccthis problem is not for one applciation, for every project (even
new)
ci am getting this problem/
ccfrom yestarday i am fighting with this problem..
ccplease solve...
ccthank u
cchandu
---
WBR, Michael Nemtsev [C# MVP]. My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


Feb 14 '07 #3
Hello chandu,

Yep, right
The reason is that the Windows has no PDF for the system dlls.
So u need to download the debugging symbols from the MS site http://www.microsoft.com/whdc/devtoo...symbolpkg.mspx

ci am generating pdb in debeg version
cyes pdb is located to next to exe/
cfor every visual studio application i am getting same problem,and if
cchange
cthe code i need to rebuild every time
cfor sample application i am sending this info:
c'sample3.exe': Loaded 'C:\WINDOWS\system32\mscoree.dll', No symbols
cloaded.
c'sample3.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols
cloaded.
c'sample3.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols
cloaded.
c'sample3.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols
cloaded.
c.................................
clike this giving in out put window.
c>
c"Michael Nemtsev" <ne*****@msn.comwrote in message
cnews:a2***************************@msnews.microso ft.com...
c>
>Hello chandu,

Are u sure that
- u build debug version or u generate pdb in the release version
- your debug info locates nex to the executable file
?
cif i want to debug a dotnet application the break point is not
going
cto hit.
ccgiving the message as "The break point will not currently
hit,No
cSymbols have been loaded for this document".
ccif i rebuild once then it is working properly,if run directly
with
F5
cit is not going to hit the break point.
ccthis problem is not for one applciation, for every project
(even
new)
ci am getting this problem/
ccfrom yestarday i am fighting with this problem..
ccplease solve...
ccthank u
cchandu
---
WBR, Michael Nemtsev [C# MVP]. My blog:
http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo
---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Feb 14 '07 #4
in that i had so many options to down load
i am using windowsxp with service pack 2

Upto that day it is debugging correctly.suddently how it happens?
i have to install windows symbols are it has any dotnet symbols packages ?

clarify on this completely please...............
"Michael Nemtsev" <ne*****@msn.comwrote in message
news:a2***************************@msnews.microsof t.com...
Hello chandu,

Yep, right
The reason is that the Windows has no PDF for the system dlls.
So u need to download the debugging symbols from the MS site
http://www.microsoft.com/whdc/devtoo...symbolpkg.mspx

ci am generating pdb in debeg version
cyes pdb is located to next to exe/
cfor every visual studio application i am getting same problem,and if
cchange
cthe code i need to rebuild every time
cfor sample application i am sending this info:
c'sample3.exe': Loaded 'C:\WINDOWS\system32\mscoree.dll', No symbols
cloaded.
c'sample3.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols
cloaded.
c'sample3.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols
cloaded.
c'sample3.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols
cloaded.
c.................................
clike this giving in out put window.
cc"Michael Nemtsev" <ne*****@msn.comwrote in message
cnews:a2***************************@msnews.microso ft.com...
c>
>>Hello chandu,

Are u sure that
- u build debug version or u generate pdb in the release version
- your debug info locates nex to the executable file
?
cif i want to debug a dotnet application the break point is not
going
cto hit.
ccgiving the message as "The break point will not currently
hit,No
cSymbols have been loaded for this document".
ccif i rebuild once then it is working properly,if run directly
with
F5
cit is not going to hit the break point.
ccthis problem is not for one applciation, for every project
(even
new)
ci am getting this problem/
ccfrom yestarday i am fighting with this problem..
ccplease solve...
ccthank u
cchandu
---
WBR, Michael Nemtsev [C# MVP]. My blog:
http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo
---
WBR, Michael Nemtsev [C# MVP]. My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


Feb 15 '07 #5

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

Similar topics

1
by: aerobar2 | last post by:
When I debug my application I get "no symbols loaded" ================= 'DefaultDomain': Loaded 'c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols loaded. 'MHSFire': Loaded...
2
by: asdf | last post by:
Hello, I was enjoying working in VS for half a year without any problems and now I cannot debug anymore. Without any really reason my Studio tells me that the page that I want to debug has - No...
3
by: sho_nuff | last post by:
Looking for the be all end all answer to this issue. 1) Yes, i'm running in the Debug mode and not in Release 2) Yes, the timestamp on my pdb and dll file are in sync 3) Yes, i'm tried deleting...
8
by: | last post by:
I'm starting up the development server myself and using the "Startup Url" property of the web project. The problem is i cannot debug. The debug symbols are never loaded. I realize they are under...
10
by: RDI | last post by:
What's it mean? My prog runs fine. Then as soon as I press ok or cancel, the following is what's in the output area of the debugger. TIA -- RDI (remove the exclamation from the email...
1
by: wylbur via DotNetMonster.com | last post by:
I'm having a problem with establishing breakpoints in DbgCLR Version 2.0. I've set breakpoints for statements in Page_Init, and they were never triggered when I loaded the webpage. In the code...
0
by: wASP | last post by:
Hi, I'm posting this again - I'm having some kind of a problem with my posts disappearing ... I'm having a problem with establishing breakpoints in DbgCLR Version 2.0. I've set...
0
by: wASP | last post by:
Hi, I'm having a problem with establishing breakpoints in DbgCLR Version 2.0. I've set breakpoints for statements in Page_Init, and they were never triggered when I loaded the webpage. I place...
0
by: John Peterson | last post by:
I'm a little confused by the topics system here. I wanted to respond to this post but it was closed or something. But here is my follow up: Yes, I checked all that. My solution is a C++...
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: 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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...

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.