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 ???
...
|
System.ArgumentOutOfRangeException was unhandled by user code
Mon, 5 May 2008 16:44:02 -0700
Hi,
I am running VS2005 and developing a Windows From using VB. I have
attempted to create a simple grid attached to a table adadpter which is
connected to a MSSQL 2005 database; and followed instructions to embed a
calendar control inside a cell as per:
http://msdn.microsoft.com/en-us/library/7tas5c80.as ...
|
MapPoint and VS2008 and Vista cross thread execption
Mon, 5 May 2008 10:44:01 -0700
Hello,
We are migrating a major development to .NET/VS2008 and have encountered the
same error as many others (acorrding to the number of posts), however most
of these posts are over 7 months old and none really offered a solution, so
I thought I would try again.
The problem:
After dropping the MapPoint ...
|