all groups > visual studio .net debugging > october 2004
Filter by week: 1 2 3 4 5
breakpoint in unmanaged C++ DLL called from C# not recognized
Posted by Jerry Schneider at 10/29/2004 2:58:47 PM
I have two projects -- one is an unmanaged C++ DLL used by
multiple applications, the other is a c# application that
needs to call the DLL.
When I run the C# app from VS, it cannot find the unmanaged
C++ DLL unless I copy it into the xxxx\bin\debug folder in
my C# project.
But, it appears ... more >>
VS 2003 C++: How to set the path when debugging
Posted by rick cameron at 10/29/2004 1:15:15 PM
Hi, all
I'm using Visual Studio 2003, with a C++ project.
I would like to have some extra directories in the PATH of the program being
debugged. Is there a way to configure this, or do I have to put those
directories in the PATH before I start VS itself?
Cheers
- rick
... more >>
Debugger doesn't attach to processes anymore
Posted by Jason Hurder at 10/29/2004 8:29:55 AM
Hi folks,
In the past, I have been able to attach to processes to debug. Now when
I try to do this, I get the error "Unable to attach to process. Access
is denied." I'm not sure what I did to cause this to happen, it happened
all of a sudden. It's making me crazy, what could have caused thi... more >>
Console Application disappears immediately when I try to Build/run
Posted by Patrick at 10/28/2004 1:19:06 PM
I'm working on a console app in C# and when I hit F5, it pops up and
disappears immediately.
Is there a way I can keep this from happening in Visual Studio? I want the
DOS window to stay open so I can see what it's reporting without having to go
and execute the debug build manually.
... more >>
Looking for debugger | VS .NET 2003
Posted by Pawe³ Burdzy at 10/28/2004 11:37:46 AM
Hello,
I'm currently looking for good debugger (trial version) which show me major
of errors and secondly integrate with Visual Studio .NET 2003. I used to
Parasoft Insure++. Unfortunetly my license has just over.
My comapny gives me assignment to find : the better and the cheapiest (to
the p... more >>
Unable to find the Web server
Posted by Kop at 10/28/2004 10:03:04 AM
I'm trying to debug ASP.NET using VB. I'm able to attach manually and I can
debug by logging into terminal serivces. I cannot get the automatic
attatchment to work.
I'm running XP Pro on the client.
I'm trying to connect to Win2k Server.
I've been through many of the support documents f... more >>
Debug.WriteLined doesn't always appear as option when in cmd mode
Posted by Chris Lane at 10/28/2004 7:29:06 AM
Hi,
I am confused, often I can not use the Debug.writeLine command in the
command window when in cmd mode.
Does anybody know when or what types of applications that you can't use
certain debug commands with?
It's really annoying to have to use watch all the time.
Thanks,
Chris ... more >>
"The object exporter specified was not found"
Posted by WildRide at 10/27/2004 10:59:01 PM
I get the above message when trying to attach to a remote machine.
Running VS2003 and XPsp2 without the firewall.
Not sure if it's an SP2 problem, but I've got plenty of sp1 pc's on the
network that can connect just fine.
Has anyone seen this before.
WR... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Access is denied
Posted by Andy Sutorius at 10/27/2004 9:03:05 PM
When attempting to debug I receive the following:
"Error while trying to run project: Unable to start debugging on the web
server. Access is denied. Would you like to disable future attempts to debug
ASP.NET pages for this project?"
I have read most posts regarding this similar error with the ... more >>
Remote Debugging
Posted by Josh Sale at 10/27/2004 6:22:44 PM
I see from some of the other postings in this group that others are also
having problems with remote debugging. Let me describe my situation:
- I have a WinXP Pro/SP2 machine that is my "development" machine. It has
VS.Net 2003 installed on it.
- I have a Win 2003 Server system that is my ... more >>
Access denied error whilst trying to debug
Posted by Nigel Ellis at 10/27/2004 9:59:22 AM
This is a multi-part message in MIME format.
------=_NextPart_000_0027_01C4BC0B.A2190F70
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
When I try to run a webservice on a remote server in debug mode, or even =
try to attach to a process on a re... more >>
JIT Debugger doesn't come up when exception thrown on the server
Posted by eli_heifetz NO[at]SPAM hotmail.com at 10/26/2004 12:03:37 PM
Hi,
I'm running asp.net application on my machine (XPsp1) with vs2003,
and I'm receiving "Server error" page when exception is thrown by the application.
I've expected to receive jit debugger dialog instead.
From other side, breakpoints and manual attaching are working fine
and jit debugg... more >>
Getting VC++ 6.0 Debugger back
Posted by Fahad Ashfaque at 10/26/2004 8:01:09 AM
Hi,
I've VS 6 was already installed. I installed the VS.NET it replaced the
VC++ 6 Debugger which I was comfortable with.
Is there any way to get the old debugger back?, I Tried the NT Symbols
setup but doesnt work.
Thanks in advance.
Fahad Ashfaque... more >>
Cannot Debug Client Side Script
Posted by blackhawk at 10/25/2004 10:37:01 PM
I have tried just about everything to enable debugging of client side
scripting.
I have installed MSD.
Unchecked "Disable Scripting" from IE.
Coded "debugger;" in the jscript source.
Tried attaching directly to IE via debug processes in VS.NET 2003
Nothing works.
Anyone have any idea... more >>
Receiving Error
Posted by Andy Sutorius at 10/25/2004 7:43:31 PM
After setting the start page and clicking "Start Without Debugging" I
receive this error: "Error while trying to run project: Unable to start
debugging. Unable to start program...... The system cannot find the file
specified."
The ellipsis above contains 14 block symbols and 1 left parenthesis... more >>
C# can't find a C/C++ DLL when running from VS.NET2003
Posted by new DLL caller newbie at 10/25/2004 6:49:06 PM
I'm calling a C DLL from C#, and it works if I put the c# exe and the DLL in
some directory and run the exe from that dir. But, if I try to run the c#
prog from within the VisualStudio .Net2003, no matter where I put the DLL,
the c# prog throws an exception about not finding the DLL. The c# ... more >>
Use VS as a front end for another debugger
Posted by Thomas Menguy at 10/25/2004 10:47:09 AM
Hi,
We are building an application framework, and we use VS as an IDE.
We don't use VS CL compiler but other ones (like gcc) ... and we would like
to debug directly inside VS ... but as we don't use MS debug formats, we must
use gdb or any other debugger.
Is it possible to create a dll/... more >>
Unable to access Property Pages
Posted by Michael at 10/24/2004 8:40:13 PM
I am trying to enable SQL Debugging. The documentation says "With a project
selected in Solution Explorer, click Property Pages on the View menu."
Well, when I select my sql data project, select the view menu, the Property
Pages menu item is grayed out -- can't get to it. What gives?
Any ... more >>
VS Debugger Very Slow
Posted by Jason Jones at 10/21/2004 7:43:06 PM
I am using VS 2003 on a Windows Server 2003 Machine. I am debugging a
solution that has 8 projects and when in debugging mode and stepping through
code line by line it is extremely slow. I have seen other similar posts
about this and have not seen a good fix for the problem. I have tried
... more >>
Extending a type at runtime - debugging issue
Posted by mayerber at 10/21/2004 6:51:02 PM
Hello,
I need to extend a type at runtime in order to add some properties/fields to
it. I've managed to create the derived type with help from the
System.Reflection.Emit namespace and the code runs fine. Sample code:
namespace RefTest
{
public class Base
{
private s... more >>
Running documents window is empty
Posted by murphy NO[at]SPAM murphysw.com at 10/20/2004 3:26:59 PM
In VS.NET I'm trying to debug client-side jscript.
I installed the script debugger as downloaded from MS for use on XP.
I inserted the statement 'debugger' into some script on a page.
At the statement, the debugger started but was empty. VS.NET debug |
windows | running documents was also ... more >>
Weird debugging problem
Posted by Jason Hurder at 10/20/2004 2:49:54 PM
Hi folks,
In the past, I have been able to attach to processes to debug. Now when
I try to do this, I get the error "Unable to attach to process. Access
is denied." I'm not sure what I did to cause this to happen, it happened
all of a sudden. It's making me crazy, what could have caused thi... more >>
Debugger Ignores Break Points
Posted by Lizelle at 10/20/2004 8:21:03 AM
I am using Microsoft Visual Studio.NET 2003 on a Windows 2003 Server (Beta)
machine. My MFC code compiles, builds and executes fine (in debug mode), but
any breakpoint that I insert in my code is just being ignored/skipped by the
debugger. Everybody else's around me seems to be working fine. ... more >>
Forced loading of symbols in VS.NET
Posted by pefl at 10/20/2004 7:47:02 AM
I have a problem where I try to analyse a dmp-file in VS.NET.
I can't get the symbols to load for most of my developed dll's. Error
message says 'No matching binary found' when trying to load the dll. My guess
is that VS.NET tries to match not only versions of the dll from the dump and
the dl... more >>
Unable to start debugging...
Posted by Paul at 10/19/2004 11:59:20 PM
w2k3, vs2003, asp.net 1.1 sp 1(?):
Error on starting vs.net web project in debugger:
"Error while trying to run project: Unable to start debugging on the
web server."
That's it, other than an OK button, and it's pretty far from ok.
None of the usual fixes seem to work. If there were mor... more >>
Printing Call Stack
Posted by eynav at 10/19/2004 5:39:35 PM
Hello!
I have a C++ project, build in VC7, not using MFC.
When recognizing an error, can I print the call stack to a file?
Thanks,
Eynav.
... more >>
VectoredHandler - Implemeting a debugger
Posted by Vivek at 10/17/2004 11:49:01 AM
I'm in the process of implementing a debugger.
The msdn documentation on "VectoredHandler" says that "the handler should
not call functions that acquire synchronization objects or allocate memory,
because this can cause problems".
What are these problems that could occure if I attempt to do ... more >>
What is going on with the debugger and/or loader?
Posted by finecats at 10/11/2004 4:51:04 PM
I apologize in advance for sending this off to multiple lists, but...
I've got a windows app that launches a few threads. When I look at the code
with the windows debugger I try to set a breakpoint near the entry of the
thread, Visual Studio indicates that no code is loaded at that loca... more >>
server failed to connect to the local machine
Posted by John Leacox at 10/11/2004 1:43:04 PM
I am unable to use remote debugging. I am developing on a windows xp sp2
machine. The remote machine is windows 2003 server. I have the firewall
disabled and remote debugging had been working for a while. Recently it
stopped working and there is no apparent cause for the change. I have do... more >>
vs.net and debuggee hanging
Posted by WalterLeinert at 10/10/2004 10:15:04 AM
Hi,
sometimes when i am debugging an application in vs.net the application and
vs.net are hanging and consuming nearly 100% cpu. If i look at the processes
with task manager i see that the starting application always has a process
size of nearly 60KB. The only way to continue is to kill vs.... more >>
Debug.print or trace.writeline
Posted by Chris Smith at 10/6/2004 11:50:01 AM
Experienced posters,
I am interested in capturing the debug.printor trace.writeline statements of
a compiled application with a separate app. Is this possible? I have seen
some 3rd party apps that claim that they do just that.
Thanks for any direction.
Chris
... more >>
Debugging book and poster
Posted by Dave Agans at 10/5/2004 11:06:39 PM
I suspect that everyone in this group are expert debuggers, but perhaps
you're so deeply into using debugger that you've never stopped to think
about the very high-level rules you follow. Or don't occasionally,
resulting in long debug cycles.
I've written a book which is pretty much "Debuggin... more >>
Local JIT Debugging "Access Denied" problem
Posted by Stephane Barizien at 10/5/2004 6:34:17 PM
Hi folks,
Since I have upgraded to XP SP2 the following does not work anymore:
- RUNAS SysInternals's Process Explorer using a local admin account
(PIARANZA\sba-admin)
- right-click on a process, Debug -- for a process running under my login
(domain) account OCE-PLT\sba
I get:
-------... more >>
Significant slowness debugging
Posted by CSB at 10/5/2004 3:43:03 PM
Attempting to debug an application that we have can take over 30 minutes to
start.
Running the applicaiton it begins within a few seconds from the IDE.
Running it under the debugger devenv goes to 100% CPU utilization for over
30 minutes.
I'm running XP SP1 with up to date patches and V... more >>
VS.NET 2003 & XP SP2
Posted by Justin at 10/4/2004 12:05:19 PM
Hi,
I installed SP2 and the debugger goes nuts saying:
"You do not have permission to debug the server" and make sure I'm a member
of Debugger Users which I am. I'm also running the dubugger under the
Administrator context.
Permissions on the app dir are correct, IIS permissions are corre... more >>
|