W
wASP
Hi,
I'm posting this again - I'm having some kind of a problem
with my posts disappearing ...
I'm having a problem with establishing breakpoints in DbgCLR Version 2.0.
I've set breakpoints for statements in Page_Init, and they were never triggered
when I loaded the webpage. I place my cursor over the breakpoint symbols,
and I get the message:
"The Breakpoint will not currently be hit.
No Symbols have been loaded for this document."
In my modules window, I see that all of my DLL's have been loaded
(for my own code), but none of the other (system) modules have been
- the Symbol Status reads "Skipped loading symbols." I see that several
of those symbols are supposed to be loaded from one of two assemblies:
GAC_32 or GAC_MSIL.
Both are supposed to be located in the directory C:\WINNT\assembly.
Upon examination, they are not there - and neither of them were found
after performing a search of my entire hard drive.
Am I wrong to conclude that this is at the root of my problem?
I am not using Visual Studio, so that isn't a factor
- I'm compiling from the command line
- generating DLL's from the codebehind modules
- debug option is on
- optimize is not specified.
In IIS Aplication configuration, "Cache ISAPI applications" is checked.
I have done a repair install for ASP.NET 2.0 and the SDK.
I have uninstalled and reinstalled asp.net:
aspnet_regiis -u
aspnet_regiis -i
I was using DbgCLR with version 1.1 without any problems.
Thanks In Advance!
- wASP
I'm posting this again - I'm having some kind of a problem
with my posts disappearing ...
I'm having a problem with establishing breakpoints in DbgCLR Version 2.0.
I've set breakpoints for statements in Page_Init, and they were never triggered
when I loaded the webpage. I place my cursor over the breakpoint symbols,
and I get the message:
"The Breakpoint will not currently be hit.
No Symbols have been loaded for this document."
In my modules window, I see that all of my DLL's have been loaded
(for my own code), but none of the other (system) modules have been
- the Symbol Status reads "Skipped loading symbols." I see that several
of those symbols are supposed to be loaded from one of two assemblies:
GAC_32 or GAC_MSIL.
Both are supposed to be located in the directory C:\WINNT\assembly.
Upon examination, they are not there - and neither of them were found
after performing a search of my entire hard drive.
Am I wrong to conclude that this is at the root of my problem?
I am not using Visual Studio, so that isn't a factor
- I'm compiling from the command line
- generating DLL's from the codebehind modules
- debug option is on
- optimize is not specified.
In IIS Aplication configuration, "Cache ISAPI applications" is checked.
I have done a repair install for ASP.NET 2.0 and the SDK.
I have uninstalled and reinstalled asp.net:
aspnet_regiis -u
aspnet_regiis -i
I was using DbgCLR with version 1.1 without any problems.
Thanks In Advance!
- wASP