all groups > visual studio .net debugging > october 2006
Debugging error after uninstalling IE 7
Posted by Keith at 10/31/2006 8:21:02 AM
I installed IE 7 once it came out, but then my manager told us not to install
it until our HelpDesk group approved it. So, I uninstalled IE 7 and after
doing so, I tried debugging through VS.NET 2002 and began getting a message
saying that I could not debug because my account was not part of ... more >>
How to solve the lnk2019 error
Posted by zouhy at 10/26/2006 12:00:00 AM
when i use vs.net 2005 to debug my program, there are some errors occur,
here is the description:
Error 1 error LNK2019: unresolved external symbol __imp__inflateInit2_
referenced in function "public: bool __thiscall
CZipArchive::OpenFile(unsigned short)" (?OpenFile@CZipArchive@@QAE_NG@Z)
... more >>
WER and managed minidumps
Posted by Tony Hardie at 10/25/2006 11:08:17 AM
Hiya,
I have been trying to get the minidumps from windows error reporting to open
correctly in visual studio 2005.
it's a managed c# application. and the WER site shows the crash a "managed
crash" however when i try and open the mdmp file and load it and point my
pdb at it (as well as the s... more >>
Cannot Step Into A Web Service Call
Posted by Shug at 10/20/2006 9:31:12 AM
I have recently upgraded to Dev Studio 2005 Professional and I can no
longer step into a web service call. I have a single solution that
contains the windows form application and the web services. The web
services ( and code ) are located on the local host, not an external
server. While I am ... more >>
Debug Window Output Problem - DLL Loading/Unloading
Posted by Zero at 10/18/2006 10:36:47 AM
I recently updated my virus application and have noticed that (whether it's
running or not) the virus program will continually output DLL load/unload
messages to my Debug Output window, which makes testing a huge pain. The
messages are as follows:
'LogCopy.exe': Loaded 'C:\Program Files\Trend... more >>
VS2005 debugging fails - assembly manifest
Posted by Dietmar Marek at 10/17/2006 1:58:37 PM
Hi folks,
can someone help me with this task, or make some suggestions to solve
this one?
when trying to start debugging my solution, which I converted from
VS2003 to VS2005, I always get the errormessage:
"Error while trying to run project: Could not load file or assembly
'xxx' or one ... more >>
Javascript debugging
Posted by Sampat at 10/12/2006 12:46:37 AM
Hi,
Is there a way that I could debug any js file downloaded for a
particular internet page i.e I hit a page on the internet and wish to
debug the js file referred in that page.
Please suggest.
Thanks,
Sampat.
... more >>
Debug from unmanged C++ to managed C++
Posted by B. at 10/11/2006 2:48:37 PM
I have a small project that is build with /clr. It has two files,
umg.cpp (unmanaged c++) and mged.cpp (MC++), and unmanged code will
call managed code. However, I can debug from unmanged code into managed
code. Can anyone help me to solve the problem?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
problems remote debugging using VS 2005
Posted by vdoddy NO[at]SPAM gmail.com at 10/11/2006 8:02:29 AM
we are having problems using the VS2005 debugger. we're using the
remote debugging where the process is running on a remote machine.
we're using the following settings in the properties tab:
Remote Server Name= IP where the process to be debugged is running
Connection = Remote with no authentica... more >>
User-Unhandled Exceptions Not Breaking
Posted by Jaret Brower at 10/10/2006 7:36:01 AM
I'm using VS2005 and in one of my solutions, the IDE is not breaking when
unhandled exceptions occur. In the execptions dialog, I have all exceptions
marked to break on User-unhandled, but this is not happening (The exception
is just being printed to the output window).
If i create a new s... more >>
Exiting process and setting return status
Posted by Dave at 10/9/2006 2:44:59 AM
Hi
I have a process that is started as a sub-process from a main task. It
runs thousands of times, but occasionally goes into an infinite loop.
I want to attach a debugger to the sub process and then do something
like EXIT 0 to exit the sub process and return 0 to the parent process
(to ign... more >>
One of the "Unable to start debugging on the web server" issue
Posted by Vinni at 10/8/2006 8:25:01 AM
Hi,
I am getting following message when trying to run my ASP.NET 2005 website
application in debug mode (by pressing F5).
"Unable to start debugging on the web server. The system detected a possible
attempt to compromise security. Please ensure that you can contact the server
that authenti... more >>
Memory management in Debug/Release environments
Posted by Epetruk at 10/5/2006 8:44:15 PM
Hello,
I have a problem where an application I am working on throws an
OutOfMemoryException when I run it in Release mode, whereas it doesn't do
this when I am running in Debug.
The application is developed using C++/Managed C++ and built using VS 2003
under .NET framework 1.1.
In Debug,... more >>
How to remotely debug an ASP.NET application?
Posted by James at 10/5/2006 6:33:02 AM
I have an ASP.NET web application on a server running Windows 2003 Server,
and I want to remotely debug the app from a Windows XP SP2 machine that I use
for development. I have installed the Remote Debugging components on the
server and run the Remote Debugging Monitor (located on the server) ... more >>
preventing dos window close upon program termination
Posted by jrr at 10/4/2006 1:40:02 PM
How can I cause the dos window that my program executes in remain open after
my program quits? (I'd like the debugger to behave as if I ran my program
from cmd.exe instead of from explorer)
I can get similar behavior by inserting a breakpoint right before
termination, but I'm looking for a... more >>
Conditional Break
Posted by McWawa at 10/2/2006 3:49:58 PM
Hi people,
Q: Is there a way to add a conditional break, so that execution breaks if
the value of a variable changes.
A: Yes there is, silly.
Q: But I want execution to halt whenever that variable changes, in ANY line
throughout my code, without having to set a gazillion breakpoints in ... more >>
|