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

Home Posts Topics Members FAQ

No Symbols loaded....

Everytime I run a form, in the output window I get the following:

'DefaultDomain' : Loaded
'c:\winnt\micro soft.net\framew ork\v1.0.3705\m scorlib.dll', No symbols
loaded.

'WindowsApplica tion5': Loaded
'C:\projects\Wi ndowsApplicatio n5\bin\WindowsA pplication5.exe ', Symbols
loaded.

'WindowsApplica tion5.exe': Loaded
'c:\winnt\assem bly\gac\system. windows.forms\1 .0.3300.0__b77a 5c561934e089\sy s
tem.windows.for ms.dll', No symbols loaded.

'WindowsApplica tion5.exe': Loaded
'c:\winnt\assem bly\gac\system\ 1.0.3300.0__b77 a5c561934e089\s ystem.dll', No
symbols loaded.

'WindowsApplica tion5.exe': Loaded
'c:\winnt\assem bly\gac\system. drawing\1.0.330 0.0__b03f5f7f11 d50a3a\system.d r
awing.dll', No symbols loaded.

'WindowsApplica tion5.exe': Loaded
'c:\winnt\assem bly\gac\accessi bility\1.0.3300 .0__b03f5f7f11d 50a3a\accessibi l
ity.dll', No symbols loaded.

The program '[436] WindowsApplicat ion5.exe' has exited with code 0 (0x0).
However there is no error. What is this "No symbols loaded". Is there any
impact if I ignore this?
Nov 20 '05 #1
1 8380
That is normal.
This just means that you don't have the debug symbols for the .net framework
assemblies (the PDB files).
If you were a Microsoft developer working on the framework you'd probably
have those and they would be loaded, enabling you to step through the code
and put breakpoints.
When you write your own code and compile in debug mode, you get those PDBs
and that's what enables you to step through your code. Try compililing in
Release mode and placing breakpoints. Without the PDBs you just loose the
debugging capabilities on that assembly.
TJ!

"Sender" <us**@domain.co m> wrote in message
news:#C******** *****@tk2msftng p13.phx.gbl...
Everytime I run a form, in the output window I get the following:

'DefaultDomain' : Loaded
'c:\winnt\micro soft.net\framew ork\v1.0.3705\m scorlib.dll', No symbols
loaded.

'WindowsApplica tion5': Loaded
'C:\projects\Wi ndowsApplicatio n5\bin\WindowsA pplication5.exe ', Symbols
loaded.

'WindowsApplica tion5.exe': Loaded
'c:\winnt\assem bly\gac\system. windows.forms\1 .0.3300.0__b77a 5c561934e089\sy s tem.windows.for ms.dll', No symbols loaded.

'WindowsApplica tion5.exe': Loaded
'c:\winnt\assem bly\gac\system\ 1.0.3300.0__b77 a5c561934e089\s ystem.dll', No
symbols loaded.

'WindowsApplica tion5.exe': Loaded
'c:\winnt\assem bly\gac\system. drawing\1.0.330 0.0__b03f5f7f11 d50a3a\system.d r awing.dll', No symbols loaded.

'WindowsApplica tion5.exe': Loaded
'c:\winnt\assem bly\gac\accessi bility\1.0.3300 .0__b03f5f7f11d 50a3a\accessibi l ity.dll', No symbols loaded.

The program '[436] WindowsApplicat ion5.exe' has exited with code 0 (0x0).
However there is no error. What is this "No symbols loaded". Is there any
impact if I ignore this?

Nov 20 '05 #2

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...
1
3470
by: glaserp | last post by:
Hi, I am developing a Windows application with C# in Visual Stuio .NET. My application references three assemblies that are developed in another project. I have added these assemblies as references, so that when I compile the project, the dll files and corresponding pdb files are are automatically copied to the bin\debug directory of my application. When I look at the Modules window during debugging, it seems that the debug symbols for...
1
4444
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.
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)
3
9740
by: JV | last post by:
Hi All, I am new to C# and I am having trouble compiling and running code. I have the code written (it was just an example that I took) and I run it, it gives me No Symbols loaded error as below. Please let me know what is that I am doing wrong. 'DefaultDomain': Loaded 'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols loaded.
3
3116
by: JV | last post by:
Hi All, I am new to C# and I am having trouble compiling and running code. I have the code written (it was just an example that I took) and I run it, it gives me No Symbols loaded error as below. Please let me know what is that I am doing wrong. 'DefaultDomain': Loaded 'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols
0
1222
by: shan | last post by:
*** ERROR: Module load completed but symbols could not be loaded for crystaldecisions.web.dll *** ERROR: Module load completed but symbols could not be loaded for crystalenterpriselib.dll *** ERROR: Module load completed but symbols could not be loaded for crystalreportpluginlib.dll *** ERROR: Module load completed but symbols could not be loaded for crystalinfostorelib.dll
4
4890
by: chandu | last post by:
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/
0
3004
by: tobias | last post by:
I have written an application, which ran nicely on two different computers until today. No I start my application in the comand window and it just exits without any error message. I started visual studio and tried the debug mode and I get the following error message: 'MultiPH.exe': Loaded 'E:\My Documents\Visual Studio Projects\MultiPH18test\Release\MultiPH.exe', Symbols loaded. 'MultiPH.exe': Loaded 'C:\WINDOWS\SYSTEM32\NTDLL.DLL', No...
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,...
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
10082
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
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...
1
7622
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5525
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5654
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
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.