Locate where runtime error occurred
Mon, 7 Jul 2008 14:48:01 -0700
Received a error report from the field as follows:
.NET Runtime 2.0 Error Reporting
EventType clr20r3, P1 oopsvrapp.exe, P2 4.1.1.1, P3 481f77d2, P4 mscorlib,
P5 2.0.0.0, P6 4333ab80, P7 1546, P8 21, P9 system.argumentoutofrange, P10
NIL.
I know it was caused by an unhandled exception. How do I use the in ...
|
Getting managed call stack from a crash dump
Thu, 3 Jul 2008 11:34:52 +1000
Hi,
Is there any way I could get my managed code call stack when my
managed+unmanaged application crashes? (I am using managed code under MMC
3.0). You know when it pops up with a suggestion to report the problem to
MS, can I somehow see the call stack ?
//Misha
...
|
unable to debug SP call made on a local sql instance to another SP via linked server to another local sql instance
Tue, 1 Jul 2008 17:21:03 -0400
Hello,
I have a VB.Net app (using ADO.Net) which calls a stored procedure on a
local sql server instance, which, in turn, calls another SP via a linked
server which points to yet another local sql server instance. I am able to
debug everything except the last SP residing on the 2nd local instance. I
hav ...
|
Hate Your Job?
Sun, 29 Jun 2008 09:56:58 GMT
Do You Hate Your Job?
If You Are Like Me And REALLY Hate Your Job, You Can Do What I have Done And
Tell All About Your Company At A Great And CHEAP New Site Called
Dont Work For These . Com
http://www.dontworkforthese.com
This Site Has Chat Rooms,
A Joke Section,
A Great Story Section Where You Can Tell All ...
|
Sporadic "T-SQL execution ended without debugging." error.
Fri, 27 Jun 2008 07:48:39 -0700 (PDT)
I am attempting to step into some SQL from VS2005 Pro SP1, and about
half the time, I get the error, "T-SQL execution ended without
debugging. You may not have sufficient
permissions to debug. Click Help for more information." This is
accompanied by some output in the Output window, which comes from
within t ...
|
SymGetTypeInfo failure
Wed, 25 Jun 2008 05:28:38 -0700 (PDT)
I am trying to use SymGetTypenfo() with little success.
The code is my my callback for SymEnumSymbols(). And it always
fails. I have tried various combinations for the params based on
things I have seen on the internet but nothing seems to be working.
here is the line of code
result = SymGetTypeInfo( m_hP ...
|
MiniDumpWriteDump generates empty dumps
Tue, 24 Jun 2008 02:12:39 -0700 (PDT)
Hello,
I keep experiencing this problem when MiniDumpWriteDump generates
empty crash dumps. I have a program that calls this function in
exception handlers. On 1 machine all crash dumps are generated
perfectly well, while on another machine in 99% cases crash dumps
generated end up being empty (not a single b ...
|
|
|
Visual Studio 2003 remote debugging
Fri, 20 Jun 2008 09:46:04 -0700
I am setting up my new laptop and trying to put on a dual install of Visual
Studio 2003 and 2008. And have been successful with everything except for the
remote debugging in Visual Studio 2003. I have 2003 remote debugging working
fine on my old laptop but when I open the same project on the same server
wit ...
|
Problems stopping debugging in VS2005
Fri, 20 Jun 2008 08:53:01 -0700
I no longer am able to stop debugging in Visual Studio 2005. I start
debugging from within VS using the Start Debugging button. This is an
ASP.net application and I have tried to stop the debugging by clicking Stop
Debugging and by closing the browser windows. After I do either of these,
the code continue ...
|
CL Command Files problem
Thu, 19 Jun 2008 20:03:30 -0700 (PDT)
HI,
In one of my VS 2005 project, I am trying to use CL Command
Files(response file). I just could not figure out the correct systax
even after reading the document. Really appreciate if somebody could
help me out of this issue.
In project properties page, Configuration Properties | C/C++ | Command
Line( ...
|