all groups > visual studio .net debugging > june 2005
Filter by week: 1 2 3 4 5
basid debugger problem
Posted by FRUSTRATED! at 6/29/2005 7:44:39 PM
I'm new at this, so it may seem trivial to some. I'm programming in visual
C# and I've come to the point in my debugging where I need something more
complex that an unconditional breakpoint. I need a qualified breakpoint. I
go to the Debug menu and click on New Breakpoint and there are the ... more >>
ASP "stop" command works, but breakpoint does not
Posted by Travis at 6/29/2005 10:56:35 AM
Hello...
I'm using VS.NET 2003 to debug an ASP application locally. Everything
has been working fine, until I was re-working some code. I changed the
code to use a command object to execute a stored procedure against a
new database. The old code used connection.Execute against a different
... more >>
Does VS.net catches more run time errors than VS 6.0???
Posted by Sonu at 6/25/2005 3:26:01 PM
Hi all,
Does VS.net catches more run time errors than VS 6.0???
My aplication was written in VC++6.0 MFC which I am opening in VC.NET2003
and compiling it. It works fine when I run compile it in VS6.0 but when I
compile it in VS.net 2003 it crashes during run time (debug mode) in file
dbg... more >>
Error while trying to run project: Unable to start debugging on th
Posted by Elizabeth at 6/17/2005 1:45:04 PM
Hello:
I am develop two web applications in the same server and when I run one
application in the server and then I try to run the other application the
follow message is showed: "Error while trying to run project: Unable to start
debugging on the web server. A debugger is already attached... more >>
Cannot use conditional breakpoints!
Posted by zambizzi at 6/16/2005 1:36:04 PM
I'm using Visual Studio .net 2003 and C#. I'm trying to set a conditional
breakpoint in the code so when a string value is equal to a particular value
is met...it stops at that breakpoint.
It's quite simple...I enter this as a condition, for example:
x = "value"
x being a variable I've... more >>
Debugger component on the server filed error
Posted by jaredea at 6/16/2005 12:07:46 PM
Setup:
Network Server: SBS 2003 Premium SP1
Dev Server: Windows 2003 Server Enterprise SP1
Client: Windows XP Pro SP2
I'm trying to use the Client to program to the Dev server, but am
having a bugger of a time...I have projects i've worked on before that
i try to open now and am finally ab... more >>
attached debugger (almost) does not catch exception
Posted by Peter Posselt Vestergaard at 6/15/2005 9:35:01 AM
Hi
I have an application which I run with VS C# .Net (2003) attached and I have enabled "Break into debugger" for all types of exceptions.
My problem is that I experience a System.ArgumentOutOfRange exception which is brought up in the debugger, but only in the Main method of my application (which... more >>
The breakpoint will not currently be hit...
Posted by (dik NO[at]SPAM lul.com) at 6/14/2005 11:43:05 PM
hi
I get the following message:
The breakpoint will not currently be hit. No symbols have been loaded.
I have set the 'Generate Debugging Information' to True in the configuration...
ch Dik
**********************************************************************
Sent via Fuzzy Softwar... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error while trying to run project: Unable to start debugging on the web server. Access is denied
Posted by Terry Holland at 6/14/2005 10:26:47 AM
I am getting the following error when trying to run an asp.net application
from visual studio. "Error while trying to run project: Unable to start
debugging on the web server. Access is denied"
I can avoid this error if I put myself into the Administrators group but
this goes against company p... more >>
RPC Server is unavailable
Posted by Gery D. Dorazio at 6/13/2005 11:41:07 AM
I have tried to set up remote debugging of a web application but still get
this error message:
Error while trying to run project: Unable to start debugging on the web
server. The RPC server is unavailable.
Checking the server shows that RPC is in fact running. Here is the
environment:
... more >>
Getting Started with Windows Services debugging
Posted by AlanF at 6/13/2005 10:55:02 AM
This may be a trivial question but please point me in the right direction. I
am building my first Windows service and have been able to successfully
install the service on my XP device. However the service is just a shell at
present. Before I went much further I wanted to understand how to ste... more >>
VS7 ATL Service debugging
Posted by stevenxwang NO[at]SPAM hotmail.com at 6/13/2005 5:22:19 AM
Hi All,
I have an unmanaged C++/ATL7 Service and a C# client components and
both are developed under vs7.1 and windows 2003. the C# project's
enable unmanaged code is set to true and debug mode is project.
The problem is I cann't debugging it. My procedure is as follows:
1.Start the c++... more >>
Is Remote Debugging of VC++ .NET to 98 Remote Host Reliable?
Posted by Junho Ryu at 6/13/2005 12:00:00 AM
Hello,
Our team still use VC++ 6.0.
Because we have an ActiveX project which should support Windows 98.
And VC++ .NET is not able to be installed on 98 machine.
However, we are considering use of VC++ .NET to enjoy its superb debug
functionality.
What I want to know is,
"Are there any ... more >>
unable to start debugging on the web server. the specified module could not be found
Posted by Sarah y via .NET 247 at 6/10/2005 9:03:20 AM
(Type your message here)
--------------------------------
From: Sarah y
i'm pulling my hair out here=2E i've got microsoft vb =2Enet 2002=
and i can't run in debug mode=2E i keep getting the error - "Error=
while trying to run project: Unable to Start Debugging on the=
web server=2E ... more >>
Connot see static nested classes in debugger
Posted by Jan at 6/10/2005 5:41:05 AM
Hi,
I have a problem with my VS.net 2003 debugger.
It seems that the VS.net debugger cannot resolve static members of nested
classes.
I have this class setup (simplified with all memberfuncs removed):
class CCounter { // simple counter class
public:
long m_Cnt;
}
class MyClass {
p... more >>
Problem attaching .net debugger to process !! Pls Help
Posted by Himanshu via DotNetMonster.com at 6/8/2005 10:33:08 AM
I m continuosly getting this error when i start debugging (F5) .net
applications:
Attaching the .net debugger to process '[1232] testform.exe' on machine
MYCOMP failed. Error code 0x80040001.
when i tried to run application executable separately a JIT debugging
dialog opened up and asked m... more >>
Annoying MDM Problem
Posted by CJM at 6/8/2005 10:11:50 AM
I installed the Microsoft Script Debugger recently, but quickly decided it
was no good for me, so I uninstalled it.
But ever since I originally installed it, I've been getting a messagebox
popping up when I start VisualStudio.Net, and at various points in between:
"Microsoft Machine Debug ... more >>
VB.NET no debug
Posted by Jonathan at 6/8/2005 7:30:30 AM
I'm working in Windows Forms of VB.NET 2003 with n-tiers and I lost
constantly the ability to debug my projects.
All my components (files .dll) are correctly registered in the GAC.
All my projects have the option Debug in the combobox "Solution
configuration" and I has tried all. Even I w... more >>
attached debugger do not detect crash
Posted by Peter Posselt Vestergaard at 6/6/2005 9:21:45 AM
Hi
I am using VS 2003 for C#. My problem is that when I start my program
from within VS (pressing F5) and my program at some time crashes it does
not jump back into the debugger from which I started it. Instead the
standard Windows "Do you want to debug" dialog pops up and in the next
windo... more >>
VS.NET 2003 Hangs when debugging VB.Net
Posted by GeorgeB at 6/3/2005 3:14:03 AM
Suddenly I cannot debug my VB project. It hangs when i try to run it from
within the IDE. It compiles correctly the project and i can run it from the
bin directory.
Any ideas why this happens?... more >>
Windows 2003 SP1 breaks ASP.NET Debugging!!
Posted by jonhyland NO[at]SPAM hotmail.com at 6/2/2005 2:26:03 PM
After installing Windows 2003 SP1 on a newly rebuilt machine, I can no
longer debug ASP.NET projects.
To test this problem I rebuilt my 2003 machine from scratch, installed
Visual Studio 2003, and configured a new web project for local
debugging. Everything worked just fine.
I then install... more >>
Remote Debugging not working
Posted by Aspnot at 6/1/2005 1:59:03 PM
I have been trying for days to get Remote Debugging to work for an ASP.NET
site and I still get the message:
Error while trying to run project: Unable to start debugging on the web
server. Access is denied. Verify that you are an administrator or a member
of the 'Debugger Users' group on... more >>
|