Starnge debug view?
Tue, 27 May 2008 15:13:10 -0500
Notice the public property CUID vs the private member m_CUID.
Whats going on?
Thanks,
Schneider
...
|
Remote Debugger: Unable to start program error
Tue, 20 May 2008 09:14:03 -0700
Hi All,
While attempting to remote debug I'm receiving the following erron on the
host machine:
"Error while trying to run project: Unable to start program
'Y:\DynamicPlayerPanelUI\DynamicPlayerPanelUI.exe'.
The system cannot find the path specified."
I have msvsmon setup on my remote machine with authent ...
|
How to debug native DLL code with Manager C# .NET code on Windows
Mon, 19 May 2008 14:13:00 -0700
I'm trying to debug an application on a Windows CE (Mobile SmartPhone,
specifically) device. I can debug the managed C# .NET code, but by native C++
DLLs have no symbols loaded and there is no way I can find to load them. I
cannot find any way to turn on debugging in native mode. I'm using VS 2008 as
my deve ...
|
DataTable IndexOutOfRange
Fri, 16 May 2008 05:38:01 -0700
I am getting an IndexOutOfRange error when I do a Select on a data table. The
column that I am referring to in the select statement is in the table so I'm
not sure what the problem is. If I iterate through the datatable and compare
the column values I will eventually locate the row(s) I am looking for, so I
...
|
Debug as another user?
Thu, 15 May 2008 14:37:00 +0200
Hi,
I need to debug a windows forms application with another user account. How
do I go about that? I've tried to enter runas in the "Start External
Program" and then "/user:user@domain myapp" as Command Line arguments, but
that does not work. Any help would be appreciated!
regards
Carl
...
|
I can't step into stored proc for debugging
Wed, 14 May 2008 13:01:00 -0700
I cannot step into stored procedure for debugging with VS 2008 with 2005 SQL
express edition. I get this error when I click "Step into stored proc"
Auto-attach to process '[1604] [SQL] mnepsql05-d' on machine 'mnepsql05-d'
succeeded.
Running [dbo].[a_unittest_pcs].
The thread 'mnepsql05-d [51]' (0xf90) ha ...
|
Collection size in memory with VS 2008 pro
Mon, 12 May 2008 09:08:00 -0700
Hello,
I want to know the memory usage of an object (ie an hashtable) in debug mode.
I know how to watch the object, but I can find any info about its bytes size
in the ram memory.
I try the memory window without success.
Is there an easy way to find the memory usage of an object in Visual Studio
2008 pr ...
|
|
|
How to get debugging symbols in VS2008 with Win32 DLL
Mon, 12 May 2008 07:13:00 -0700
I have a C# project for Windows Mobile (.NET code) that calls a DLL written
in C++ that is a naitive Win32 application. When Idebug this, either on my
physical hardware or in the emulator, I cannot get into my DLL as the
debugger refuses to load the sumbols. THe C# code is all fine, but not my
Win32 code. I ...
|
Debugger_Users and VS2008
Fri, 9 May 2008 23:46:03 -0700
I am have a devil of a time trying to debug my VS Web project on a SBS2003
network where the IIS that is hosting the web project is a server inside the
SBS internal network (not the PDC). Yes, ISA is installed and running (I
believe it is the latest supported with all SPs installed).
The problem seems to be ...
|
BreakPoint
Wed, 7 May 2008 11:13:01 +0200
Hi,
I Using Visual Studio 2005 for develope a web application; Durig debug It
don't stop at brakpoint, why this ???
...
|