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 ...
|
|
|
How to debug in windows ??!!
Mon, 28 Apr 2008 03:56:45 -0700 (PDT)
Hi,
We have a project which compiles well on Visual Studio for Windows.
It uses a library which we have not been able to build on Visual
Studio as it uses a very complex makefile with lex/yacc files etc (I
am not sure about the reason, just that several attempts to build it
on VS have failed.)
So we have mad ...
|
Beginners Question VS2005 Parsing Error with Asp Website
Mon, 28 Apr 2008 10:31:18 +0100
Hi all
I have a separate section of my wesite which is planned to be secure. The rest is open to all
The secure section is in a separte folder with its own webconfig file
Having reorganised it on this basis I constantly receive the following message about the webconfig file. I have not used 'allowDefinition' anywher ...
|
Symbols don't even ATTEMPT to load in VS2005 Debugging
Fri, 25 Apr 2008 10:30:00 -0700
I've been developing a WAP for some time now. I have had no issues with
debuggig on my dev pc. Now I have moved it to the 2003 server. I've had
issues with Remote Debugging (issues for another day) so I simply installed
VS2005 on my server and have been debugging from there. Now I have went live
with my WAP ...
|