all groups > visual studio .net debugging > september 2004 > threads for september 1 - 7, 2004
Filter by week: 1 2 3 4 5
Cryptographic service provider (CSP) could not be found for this algorithm.
Posted by Sven-Torben Janus at 9/7/2004 11:27:44 PM
I'm running an ASP.NET webapplication on a Windows 2000 Server SP4 machine
with .Net Framework 1.0 installed.
The ASP.Net application uses impersonation (windows domain account). This is
needed for communication between two servers (some ldap stuff).
Furthermore the application uses FormsAuthe... more >>
DIA SDK Issues
Posted by georgiosd NO[at]SPAM gmail.com at 9/5/2004 5:33:36 AM
Hello everyone,
After reading, possibly every article, question and sample code on
DbgHelp, I have drawn the conclusion that the DIA SDK is the way to go
as it's more powerful and object oriented which is a plus IMHO.
However, there are some issues that I was hoping I could get
information ... more >>
Walking the stack and retrieving decorated names
Posted by georgiosd NO[at]SPAM gmail.com at 9/2/2004 7:30:08 PM
Hi everyone,
I know questions about the DbgHelp API have been asked a lot but I
seem to have read them all as well as code examples and yet i can't
find why I am experiencing this problem.
I use StackWalk to get the addresses and then I get what is supposed
to be the decorated name with Sym... more >>
Debugging info
Posted by George Doe via .NET 247 at 9/2/2004 7:00:46 PM
Hi everyone,
You seem to be the only people that know about the dbghelp.h APIs so here it goes:
I wanted to create a stack trace with function names and arguments. I know how to get the values of the arguments but the problem is that SymFromAddr() will only give me the name of the function.
... more >>
Anyone else seeing this kind of debugger hang?
Posted by Jack Menendez at 9/2/2004 5:03:07 PM
In VS.NET 2003, the debugger hangs while I am stepping "F-10" through my code
making various calls.
I have exceptions in managed code set to stop when, in most cases,
exceptions are thrown but the rest stop if not handled.
My project is set to debug managed code only.
This application... more >>
|