Undocumented ICorDebug interface when debugging CF 2.0
Mon, 29 Jan 2007 13:00:55 -0800
What is the COM interface {83C91210-A34F-427C-B35F-79C3995B3C14}?
I'm trying to port a ICorDebug proxy dll that redirects the debugger to
customer locations - VS2005 is asking for this interface and then calling
the first function of this interface.
Thanks for any help,
Tim
...
|
Cannot step into Stored Proc from VS2003?
Mon, 29 Jan 2007 12:23:01 -0800
Hi,
I'm using VS 2003 and SQL 2000.
With 'Enable SQL Debugging' set to true and breakpoints set I was getting:
EXECUTE permission denied on object 'sp_sdidebug', database 'master', owner
'dbo'.
So based on that I found..
http://support.microsoft.com/default.aspx?scid=kb;EN-US;328173
So in the ...
|
Visual Studio 2005 Command Window Intellisense
Fri, 26 Jan 2007 12:05:02 -0800
When running and debugging an application using Visual Studio 2005, I don't
have intellisense running in the command window. In Visual Studio 2003,
intellisense works in the command window. How can I turn this on? Thanks
for your time. ...
|
Breakpoint in ATL/MFC in VS2003?
Thu, 25 Jan 2007 17:40:31 -0500
I am trying to put a breakpoint in CStringT& CStringT::TrimLeft()
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\cstringt.h (line 1507)
The breakpoint shows as a (?) and execution does not stop there.
what am I doing wrong?
Best wishes,
Alex.
--
Address email to user "respo ...
|
ASP.NET Debugging with VS2005 Question
Thu, 25 Jan 2007 11:45:00 -0800
Hi All,
We have a .NET web services application, and I was wondering how to do the
following:
When I run our software in VS2005, how can other PCs connect to that
webservice on the network?
In the old VS2003, ASP.NET was hosted a in virtual folder under IIS and
other PCs were able to browse to it an ...
|
Error while trying to run project: Unable to start debugging
Wed, 24 Jan 2007 16:45:00 -0800
All of a sudden I can no longer debug anything in Visual Studio. This
happened before, rebuilt my machine. Then it worked fine. Now all of a
sudden, it started again. I can not attach to a process nor run my Win Form
applications in Debug. I unregistered MDM and reregistered it. I ran the
repair on V ...
|
Remote Debugging a Mixed Mode (Managed C++) DLL
Wed, 24 Jan 2007 12:24:01 -0800
I have mixed mode managed C++ DLL loaded into the Win32 C++ service. I am
not able to put the breakpoints into this dll when i am doing the remote
debugging. But when i do the local debugging i can put breakpoints. When i
am doing the remote debugging i also copied the binaries to the execution
path of th ...
|
|
|
Remote Debugging a Mixed Mode (Manage C++ DLL)
Wed, 24 Jan 2007 12:21:07 -0800
I have mixed mode managed C++ DLL loaded into the Win32 C++ service. I am
not able to put the breakpoints into this dll when i am doing the remote
debugging. But when i do the local debugging i can put breakpoints. When i
am doing the remote debugging i also copied the binaries to the execution
path of th ...
|
VS 2005 unhandled exception problem on windows vista
Wed, 24 Jan 2007 07:04:03 -0800
Hi
I am worked on a vb.net program in win XP. I upgrade my windows to vista
and working on my program in this.
When I run my program in debug mode. If my program encounter to problem,
windows vista show windows error message and close my program. but I not get
any message for unhandled exception from visu ...
|
C# projects debugger weird
Wed, 24 Jan 2007 09:05:09 +0100
Hi!
I have a C# project that runs in debug mode. If I set a breakpoint, the
debugger breaks just fine. But if the code encounterns an exception I get an
Win32 Exception and the code just stops. The problem is that is doesn't
break at the exception and doesn't print out the correct exception message.
Fo ...
|