all groups > visual studio .net debugging > january 2007
Debugging through AxHost
Posted by Larry.Fluckiger NO[at]SPAM sequoiamg.com at 1/30/2007 1:05:31 PM
I am having trouble debugging an in-process C++ ActiveX control from a
C# test container in Visual Studio 2005. I can debug the control just
fine if I use Microsoft's ActiveX Test Container (tstcon32.exe), but
when I set my debugging command to be my own test control, no symbols
are loaded f... more >>
VS 2005 won't hit breakpoints when debugging an executable
Posted by Tucksy at 1/29/2007 9:07:00 PM
I am attempting to debug an executable file that contains debug information
in CodeView format. I have tried using Visual Studio 2003. Using Visual
Studio 2003 I am able to view the source code, set breakpoints, single step
and view variables - exactly what I want.
My goal is to do the sa... more >>
Cannot step into Stored Proc from VS2003?
Posted by Dave at 1/29/2007 12:23:01 PM
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;32817... more >>
Breakpoint in ATL/MFC in VS2003?
Posted by Alex at 1/25/2007 5:40:31 PM
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.
--=20
Address ... more >>
ASP.NET Debugging with VS2005 Question
Posted by Craig at 1/25/2007 11:45:00 AM
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 ... more >>
C# projects debugger weird
Posted by Johan Karlsson at 1/24/2007 9:05:09 AM
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... more >>
svchost problem
Posted by Ray at 1/23/2007 10:42:14 AM
Hi there,
I'm doing some computation, this is a C# code invoking Matlab by COM. At the
beginning, those data is loaded from a SQL Server, and then only C# code
calls Matlab.
My problem is, there is a big loop in C# code (no networking application, no
SQL Server access in the loop), the m... more >>
Debugging Visual Studio C# into Visual C++ 6.0
Posted by wildThought at 1/22/2007 1:44:13 PM
I have created an ASP.Web Service on my machine. This has a COM Object
registered to it that was written in Visual C++ in Visual Studio 6. I
want to have the debugger step into the Visual C++ code. Is this
possible?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VS2005 DEBUGGING
Posted by Victor Rodriguez at 1/19/2007 2:31:17 PM
Every time I change something on a class referenced on a website and I try
to debug and make some breakpoints with conditions it says it won't do it
because the source code is different that the one on the temporary website.
How can I address this issue?
Thanks,
Victor
... more >>
VS2005
Posted by Victor Rodriguez at 1/17/2007 1:25:07 PM
How can I make ASP.NET 2.0 in VB stop when an error happens and show me
where is the error?
Thanks,
Victor
... more >>
Invoke debugger from command line?
Posted by Bert Hyman at 1/17/2007 1:18:45 PM
Does the VS 2005 debugger exist as a stand-alone executable that can be
invoked outside the IDE?
I'd like to be able to run the debugger against a conventional C++
Windows EXE that had been built with VS.2005, but without having to
start up the IDE first.
Also, the ability to start the ... more >>
Problems with commas and istringstream in Visual Studio 2005
Posted by Ben at 1/15/2007 11:51:51 PM
Hi, I just recently recomplied a program originally in VS 2003 in VS 2005 (Team Developer Edition). One new bug they created is that reading in a number followed by a comma from a string stream fails, namely:
int userID;
std::istringstream strIn("1004,32,3");
strIn >> userID;
Will fail... more >>
Vista64 & VS2005
Posted by Victor Rodriguez at 1/15/2007 12:24:52 PM
Hi,
I have an ASP.NET 2.0 project with Crystal Reports on it, when ever I try to
run the project I get the following error:
The type initializer for
'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.
The project is running on a Vista x64 computer and I get this erro... more >>
Vista64 & VS2005
Posted by Victor Rodriguez at 1/15/2007 12:22:33 PM
Hi,
I have an ASP.NET 2.0 project with Crystal Reports on it, when ever I try to
run the project I get the following error:
The type initializer for
'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.
The project is running on a Vista x64 computer and I get this er... more >>
unable to debug through vs.net 2003
Posted by hemnish NO[at]SPAM gmail.com at 1/12/2007 11:53:36 AM
Hey Guys,
I am using VS2003 to develop web-apps and win-apps. When I try to debug
through any of these apps, by hitting F5, VS hangs. I tried rebooting /
repaining vs / reinstalling vs / also running the application directly
from bin and trying to attach [Which hangs as soon as I hit the proce... more >>
Debugging C# code called via COM interop from C DLL
Posted by Paul Mrozowski at 1/9/2007 6:43:35 PM
I've got a C DLL that is part of an add-in for another tool. Inside of this
C DLL, I instanciate and call a C# .NET component via COM interop. I've set
up VS to run the third party app, which then loads my DLL. I can set a breakpoint
in the C DLL and can trace the code there. However, I can't ... more >>
Step Over (F10) and Step Into (F11) also show assembler code
Posted by Roy Chastain at 1/3/2007 8:56:51 AM
Visual Studio 2005 with SP1.
This is a new install of VS on a new system and VS 2005 SP1 was installed. This is the first time I have tried to debug managed
code since the new installation of VS and SP1.
Every time I do a Step Over or a Step Into (either by menu of F10/F11), the source gets th... more >>
|