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

No symbols Loaded

I converted (manually) my 2003 web site to 2005. When I place my break point
on the first line of code in the page load of the default page, the page does
not stop at the break point. If I hover over the break point, I see the
message "The breakpoint will not currently be hit. No symbols have been
loaded for this document". I'm not sure what this means or what I need to
do. I manually converted console applications and I have had no problem in
running the debugger on those.

My web page calls other classes from other packages, and I am allowed and
the system reacts to break points I place in that code, but it will simply
not react to any break points on the web page. I had the system re-create
the web.config file to ensure the problem was not in that file. When I
removed the config file, the system automatically generated the web.config
file with the appropriate setting which allow me to debug.

I create a new web project and that project allows me to put in break points
and the system reacts to those. SO it must be something that I must set on a
converted project.

Any Ideas?
Jan 24 '06 #1
4 1187

"Jim Heavey" <Ji*******@discussions.microsoft.com> wrote in message
news:EC**********************************@microsof t.com...
I converted (manually) my 2003 web site to 2005. When I place my break point on the first line of code in the page load of the default page, the page does not stop at the break point. If I hover over the break point, I see the
message "The breakpoint will not currently be hit. No symbols have been
loaded for this document". I'm not sure what this means or what I need to
do. I manually converted console applications and I have had no problem in running the debugger on those.

My web page calls other classes from other packages, and I am allowed and
the system reacts to break points I place in that code, but it will simply
not react to any break points on the web page. I had the system re-create
the web.config file to ensure the problem was not in that file. When I
removed the config file, the system automatically generated the web.config
file with the appropriate setting which allow me to debug.

I create a new web project and that project allows me to put in break points and the system reacts to those. SO it must be something that I must set on a converted project.

Any Ideas?


If you have compiled any dll's you need to use the /debug option to create
the symbols file as follows.

vbc /t:library /out:c:\pathto.dll c:\pathto.vb /r:system.dll
/r:system.web.dll ... /debug

Maybe that will help
Mike
Jan 24 '06 #2
Thanks Mike, I gather the problem is that VS2005 is not creating my ".PDB"
file. But Why? I am guessing you have provided a way to create one for a VB
program, but I am using c# and there are many screens in this applications,
so I am guessing that the command you have provided would not suffice.

What can I do to get VS2005 to create the file?

vbc /t:library /out:c:\pathto.dll c:\pathto.vb /r:system.dll
/r:system.web.dll ... /debug
Jan 24 '06 #3

"Jim Heavey" <Ji*******@discussions.microsoft.com> wrote in message
news:2E**********************************@microsof t.com...
Thanks Mike, I gather the problem is that VS2005 is not creating my ".PDB"
file. But Why? I am guessing you have provided a way to create one for a
VB
program, but I am using c# and there are many screens in this
applications,
so I am guessing that the command you have provided would not suffice.

What can I do to get VS2005 to create the file?

vbc /t:library /out:c:\pathto.dll c:\pathto.vb /r:system.dll
/r:system.web.dll ... /debug

you might check in to csc.exe and related options.
Jan 24 '06 #4
Thanks vMike, but excuse my ignorance on this subject.. Since I have always
Visual Studio to compile my projects, I am completely unfamiliar with
compiling at the dos prompt, but I guess it is never too late.

When I VS, it creates an exe and not a dll. Is the format of the command
the same? The "/r:system.dll", should all of the dll which are reference
within the exe be referenced, with just a space in between?

csc /t:library /out:c:\pathto.dll c:\pathto.vb /r:system.dll
/r:system.web.dll ... /debug

Jan 25 '06 #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...
1
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...
1
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...
1
by: Sender | last post by:
Everytime I run a form, in the output window I get the following: 'DefaultDomain': Loaded 'c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll', No symbols loaded. 'WindowsApplication5':...
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...
3
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...
3
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...
0
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 ***...
4
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...
0
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...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
0
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...
0
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,...

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.