Ask a Question related to ASP.NET General, Design and Development.
-
SM #1
Cannot debug a project
Have a solution which contains two projects. One is a MT/class project and
another is a C# ASP.net project. The ASP.net project has a project reference
set to the class project. I compile the projects in debug mode and run the
ASP.net application but I cannot hit any break point.
There are .pdb files with current date-time stamps generated for both the
Class and Asp.net projects in the bin directory. The Debug->Process menu
shows the correct IE process that is being debugged. There is no remote
debugging that I am trying to do, this is all local to one machine. There
are other projects on this same machine (VS 2002, .Net 1.0 SP2) that I can
debug successfully.
What am I missing?
TIA
SM Guest
-
How do I debug?
I just installed Sokkit and have been teaching myself PHP. Doing ok, except for the fact that when I have an error in my code, my webpage comes... -
Large PHP Project... Need Project Manager
Hey, I've got a nice CMS (in quite stable 2.0 form) that I need a Project Manager who can just deal with some bugs/answer questions for the next... -
Debug error - The project is not configured to be debugged (I've tried everything!)
Hi, I am running v1.1.4322 on Win2K server and unable to debug a ASP.Net application running locally, using a full URL (ie www.mysite.com). When... -
I can't use the asp.net debug mode for a particular project
have a couple of asp.net projects(Say A and B projects). For A project, I can use the debug mode so I can use the stepinto or stepover functions to... -
VB6 COM ASP DEBUG on XP
Hello. Soon after setting up my XP development machine with VB6, I applied the registry fixes that Microsoft describes to work around VB6 COM... -
SM #2
Re: Cannot debug a project
Duh...The Enable Asp.Net Debugging property was set to false under projects
Properties->Configuration Properties->Debugging
"SM" <NOkksmkksmSPAM@yahoo.com> wrote in message
news:uJvTRpCPDHA.1612@TK2MSFTNGP11.phx.gbl...reference> Have a solution which contains two projects. One is a MT/class project and
> another is a C# ASP.net project. The ASP.net project has a project> set to the class project. I compile the projects in debug mode and run the
> ASP.net application but I cannot hit any break point.
>
> There are .pdb files with current date-time stamps generated for both the
> Class and Asp.net projects in the bin directory. The Debug->Process menu
> shows the correct IE process that is being debugged. There is no remote
> debugging that I am trying to do, this is all local to one machine. There
> are other projects on this same machine (VS 2002, .Net 1.0 SP2) that I can
> debug successfully.
>
> What am I missing?
>
> TIA
>
>
>
SM Guest
-
nitc3 #3
Re: Cannot debug a project
This usally happenes when sysmbols are not loaded properly.
What you have to make sure is
1.you are running the application in debug mode and not release mode.
2. Make sure debugging is enabled by right clicking on
Project->Properties->Configuration Properties->Debugging and on right pane
make sure "Enable ASP.NET Debugging" is set to True.
Cheers
nitc3
"SM" <NOkksmkksmSPAM@yahoo.com> wrote in message
news:uJvTRpCPDHA.1612@TK2MSFTNGP11.phx.gbl...reference> Have a solution which contains two projects. One is a MT/class project and
> another is a C# ASP.net project. The ASP.net project has a project> set to the class project. I compile the projects in debug mode and run the
> ASP.net application but I cannot hit any break point.
>
> There are .pdb files with current date-time stamps generated for both the
> Class and Asp.net projects in the bin directory. The Debug->Process menu
> shows the correct IE process that is being debugged. There is no remote
> debugging that I am trying to do, this is all local to one machine. There
> are other projects on this same machine (VS 2002, .Net 1.0 SP2) that I can
> debug successfully.
>
> What am I missing?
>
> TIA
>
>
>
nitc3 Guest



Reply With Quote

