all groups > visual studio .net debugging > june 2005 > threads for june 8 - 14, 2005
Filter by week: 1 2 3 4 5
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 >>
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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|