application referring to explorer
Tue, 13 Feb 2007 05:49:01 -0800
Sometimes our complete application is blocked (not responding in task
manager). We found that if this problem occures, in task manager you can find
a second entry in applications with identical name as the original
application which is also not responding. This second application is
referring to explorer ( ...
|
Can't debug with Express Edition
Mon, 12 Feb 2007 20:48:18 -0500
Hi All,
I'm an extreme newbee. I've started a new web site with Visual Web
Developer 2005 Express Edition. When I run the web site in debug mode
(F5), I get an error "The operation could not be completed". However,
when I run the same web site without debugging (Ctrl+F5), the site
runs normally. I have ...
|
Cannot see modules window when debugging
Sat, 10 Feb 2007 16:10:01 -0800
Hi,
I recently had to cahnge laptop and reinstalled VS2005. The wierd thing is
that certain menu items are no longer present. Especially disturbing is the
absence of a menu for opening the modules window.
What happened? Is this a configuration error?
--
Thanks in advance,
Juan Dent, M.Sc. ...
|
Debugging messages in Output window
Thu, 8 Feb 2007 07:51:02 -0800
I'm running a program in VS 2005, and I use the Output window (menu:
View-Output) extensively. Under Tools-Options-Debugging-General, I've
checked the box 'Redirect all Output Window text to the Immediate Window'.
However, I continue to receive messages in the Output window, e.g. when a
thread exits "The ...
|
Dynamic Disassembler (determine main() location at runtime)
7 Feb 2007 13:08:25 -0800
Hi All,
I apologive for the cross post (I hope three is not considered too
bad). I wanted to enlist help from the kernel folks, and the power
debuggers...
I've got a pretty good grasp of static disassembly. Dynamic
Disassembly is proving to be slighly more problematic. The method I
use will not scale whe ...
|
Dynamic Disassembler (determine main() location at runtime)
7 Feb 2007 13:08:21 -0800
Hi All,
I apologive for the cross post (I hope three is not considered too
bad). I wanted to enlist help from the kernel folks, and the power
debuggers...
I've got a pretty good grasp of static disassembly. Dynamic
Disassembly is proving to be slighly more problematic. The method I
use will not scale whe ...
|
How to vew slice of multi-dimensional array in C#?
6 Feb 2007 17:06:57 -0800
Hi.
I would like to view slice of a multi-dimensional array(actually it is
matrix).
visual studio 2005
languate : C#
If array is as follows
Complex[,] data = new Complex[100,100]
actually Complex is some class that implement complex number.
If I view data in watch window, I can only view value ...
|
|
|
Remote Debugging
Tue, 6 Feb 2007 14:12:00 -0800
Hello,
I need to remote debug VS2003 asp.net web application which is deployed on
win 2003. I am following the instructions from microsoft.com site to setup
remote debugging. I have few questions
1) According to instructions, server needs to have mdm.exe running as
service. How do I setup MDM.exe as s ...
|
DCOM Exception in Debug on XP
Tue, 6 Feb 2007 13:22:54 -0800
I am trying to debug an ASP.NET application with VS 2005 on an XP SP2
machine. This application uses a COM object to query a remote server.
The code runs through properly when not in debug. However when I try to run
it in Debug I get the error:
The client is not configured to be trusted for delegation.[Win ...
|
switching between debugged processes in vs2003
6 Feb 2007 03:26:32 -0800
Hi all,
I have vs2003 debugger attached to two processes A and B. When a
breakpoint is hit in process A, it stops both processes. what I would
like to do is allow process B to continue running while A is paused at
the breakpoint.
the threads window only shows me threads in process A, and I can't see
any ...
|