Remote debugging attach to process
Fri, 26 Oct 2007 13:23:00 -0700
The process I want to attach to is displayed (light grey font), but when
selected the attach button becomes disabled.
Can someone tell me what I need to do to attach to this process?
The process is an application for which I have written a plugin (dll) for, I
know the plugin is loaded and working.
--
Ha ...
|
COM+ Registry Database Detected a System Error
Thu, 25 Oct 2007 09:02:03 -0700
Hello,
When I attempt to start the Visual Studio 2005 debugger I receive the
subject message regarding an error with COM+. What should I do?
Thanks.
--
GIS Architect ...
|
malloc crashes code when using ctrl+f5, but runs fine with debugging
Thu, 25 Oct 2007 09:54:43 -0000
Hi
I have a program, which implements a double-linked list, with a struct
as data element. This is a simple C program, intended for teaching
purposes on my universtiy. So far the program runs fine using Linux
and GCC, but compiling this using the Visual Studio compiler results
in a crash.
The interesting p ...
|
VS 2005 debugging and framework 3.0
Thu, 25 Oct 2007 01:14:49 +0200
Hi,
I have compiled a solution with a mixed mode (C++, C#) dll that is
loaded by Excel 2000. A few weeks ago I could debug my dll from Visual
Studio 2005 fine.
Meanwhile I get an error message, when execution enters my dll. Sadly
the error message is in german (see [1] below), but I conclude that the
problem ...
|
When I print a Visual Basic .net Report my program crashes randoml
Wed, 24 Oct 2007 09:35:01 -0700
When I print a Visual Basic .net Report my program crashes randomly.
It sometimes happens after the 3rd time I try it, and other times after the
second.
Here is the code I use:
frmRptAssess.ReportViewer1.LocalReport.EnableExternalImages
= True
frmRptAssessRep.ReportTableAdapter.Fill(frmRptAssessRep.r ...
|
Weird VS2003 debugging problem
Tue, 23 Oct 2007 10:07:46 -0700
I have a W32 32-bit MFC application, originally written using MS VC
6.0, which was ported to VS 2003 with managed extensions. In this
applications I access a remote database through a WS and it was
working fine until a while ago. I stopped working on it for some time
and I started working on a newer version. It ...
|
Debugger hangs when breaking into event handler
Tue, 23 Oct 2007 06:40:02 -0700
Greetings,
I'm having an issue where VS 2005's debugger hangs when entering an event
handler method for a DateTimePicker control. I have a pretty basic main form
that has a DateTimePicker in a tab control and I added an event handler for
the ValueChanged event. Initially I noticed this problem when testin ...
|
|
|
How to get information from 1st and 2nd chance exception dumps
Sun, 21 Oct 2007 23:10:35 -0700
Hi all
My application has a problem which occurs rarely(kernel32!
RaiseException+0x53 ), to explain about this i need to tell about my
appln.
It is an kiosk application, and the problem occurs only when i reboot
my machine once a day,and the application is a big multithreaded
application too.To debug th ...
|
Command Window
Fri, 19 Oct 2007 17:45:01 -0700
From what I have read the Command window is similar to the Immediate Window
in MS Access, thus you can type in the name of a function prefixed with a ?
and run the function while the application is NOT running. For example, to
test this, I created a PUBLIC Function Adding(byval x as integer, byval y as
inte ...
|
Open Form Flickering
Thu, 18 Oct 2007 12:15:02 -0700
I have three forms, a MDI Parent and 2 MID Child forms.
When i initially load my MDI Parent with the initial MDI Child, everything
looks fine. But, when I click on a button in my first MDI Child that opens
another MID Child, the new form flickers and jumps. It seems my MDI Child is
opening in Normal Mode po ...
|