473,804 Members | 3,021 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"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 2681
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********@com cast.net> wrote in message
news:%2******** ********@TK2MSF TNGP12.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******** ********@tk2msf tngp13.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********@com cast.net> wrote in message
news:%2******** ********@TK2MSF TNGP12.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********@com cast.net> wrote in message
news:e8******** ******@TK2MSFTN GP12.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******** ********@tk2msf tngp13.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********@com cast.net> wrote in message
news:%2******** ********@TK2MSF TNGP12.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
585
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 'C:\Documents and Settings\bamason\My Documents\Visual Studio Projects\MHSFire\bin\MHSFire.exe', Symbols loaded. 'MHSFire.exe': Loaded 'c:\winnt\assembly\gac\system.windows.forms\1.0.5000.0__b77a5c561934e089\system.windows.forms.dll', No symbols...
2
4381
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 symbols loaded. I use VS v1.7.3088 and .NET framework v1.1.4322 SP1. I work with ASP.NET using VB and I'm trying to set a breakpoint on the ascx.vb file.
4
3855
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 characters"(No. 128 to 255) . e.g., in one version No. 224 is the symbol alpha, in another, it's a "a" with a ` on it... How come? You can see it here: http://www.kturby.com/cables/ascii2.htm
1
1438
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: http://localhost/test/default.asp I found I can get this page,then I use my computer's IP address, http://192.168.0.3/test/default.asp I got errors! It said "no right"£¬then I erase this statement,then I visit
10
2940
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 address)
8
21614
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 get one of two errors: First error "The breakpoint will not currently be hit. No symbols have been loaded for this document"
1
4594
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. We set break points in our CPP code and notice yellow warnings with "No symbols have been loaded for this document". Accordingly, our breakpoints in the cpp DLL are never hit. The odd thing is that when you look in the VStudio output windows. ...
4
7703
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 work, it runs in debug mode just fine, and breakpoints work as expected. When I take the exact same set of files home and do a full rebuild and try to run it, it says that the module does not contain debugging information (no symbols loaded). ...
2
1635
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 doesn't work <script Language="JavaScript"> function distance() } alert("Point One"); var x = prompt("Enter a X variable for the first point", "X"); var y = prompt("Enter a Y variable for the first point", "Y");
0
9706
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9584
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10583
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10337
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10323
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9160
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5654
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2995
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.