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

"No symbols loaded"

Lou
I get an error on my break points "The breakpoint will not be currently be
hit. No symbols loaded"
I notices the icons in my solution explorer are blank?

This is a .dll I am trying to debug, but I can never get to the break
points.

Is this an IDE known bug?

-Lou
Nov 15 '05 #1
3 2652
100
Hi Lou,
Are you using debug version of the dll. .NET doesn't build-in debug symbols
into the executable. It keeps them in separate file with extension 'pdb'.
So, make sure that you have file with name <your dll name>.pdb along with
the dll in the application folder

HTH
B\rgds
100.
"Lou" <lo********@comcast.net> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I get an error on my break points "The breakpoint will not be currently be
hit. No symbols loaded"
I notices the icons in my solution explorer are blank?

This is a .dll I am trying to debug, but I can never get to the break
points.

Is this an IDE known bug?

-Lou

Nov 15 '05 #2
Lou
yes, my .dll is named DekolibU.dll and in the \bin\Debug folder there is a
DekolibU.pdb file?

"100" <10*@100.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hi Lou,
Are you using debug version of the dll. .NET doesn't build-in debug symbols into the executable. It keeps them in separate file with extension 'pdb'.
So, make sure that you have file with name <your dll name>.pdb along with
the dll in the application folder

HTH
B\rgds
100.
"Lou" <lo********@comcast.net> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I get an error on my break points "The breakpoint will not be currently be hit. No symbols loaded"
I notices the icons in my solution explorer are blank?

This is a .dll I am trying to debug, but I can never get to the break
points.

Is this an IDE known bug?

-Lou


Nov 15 '05 #3
100
Ok there is DekolibU.pdb in the \bin\Debug folder of DekolibU project,
Do you have the same file in the \bin\Debug folder of your exe file project.
Normaly the IDE copies that file when you add the dll as a reference in the
exe project. Check if your project uses the dll form the bin\Debug folder
as a reference assembly. Just a guess - you may use the dll from the
bin\Release folder for reference.

B\rgds
100

"Lou" <lo********@comcast.net> wrote in message
news:e8**************@TK2MSFTNGP12.phx.gbl...
yes, my .dll is named DekolibU.dll and in the \bin\Debug folder there is a
DekolibU.pdb file?

"100" <10*@100.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hi Lou,
Are you using debug version of the dll. .NET doesn't build-in debug symbols
into the executable. It keeps them in separate file with extension 'pdb'.
So, make sure that you have file with name <your dll name>.pdb along with the dll in the application folder

HTH
B\rgds
100.
"Lou" <lo********@comcast.net> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I get an error on my break points "The breakpoint will not be

currently be hit. No symbols loaded"
I notices the icons in my solution explorer are blank?

This is a .dll I am trying to debug, but I can never get to the break
points.

Is this an IDE known bug?

-Lou



Nov 15 '05 #4

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...
4
by: wob | last post by:
Many thanks for those who responded to my question of "putting greek char into C string". In searching for an solution, I noticed that there are more than one version of "Extended ASCII...
1
by: Edward King | last post by:
I have a statement in a asp,like follows£º var str=window.top.main.document.all.contenttext.value; I use IIS5.0 to deploy this asp,then I visit this asp like follows:...
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...
8
by: Steve Kershaw | last post by:
I have a debugging/breakpoint problem that I must fix before I move on!!! When I set a breakpoint in my ASP.NET (C#) page I get the red circle with the 'A'. When I mouse over this breakpoint I...
1
by: Scott McFadden | last post by:
We have a C# client (VS2005 SP1) and a C++ / CLI DLL (VS2005 SP1). The client and the dll are both in the same solution. "Enable unmanaged code debugging" option is enabled in client project. ...
4
by: Jason Teagle | last post by:
I'm not sure which is the correct group to post this to, if either, so apologies for the crosspost and if it's OT. I have a Visual Studio.NET 2002-compiled solution that originated at work. At...
2
by: Netwatcher | last post by:
can somebody explain me where to put "{ }" and ";" symbols on a script? i did search the web but didn't find any explanation written in a way i can understand. example of a code that i tried and...
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...
0
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)...
1
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: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.