all groups > visual studio .net debugging > march 2004
Filter by week: 1 2 3 4 5
Debugging returning 401 HTTP error
Posted by James Bailey at 3/30/2004 9:05:10 PM
When I try to debug an ASP.NET application, VS.NET pops up saying "Error
while trying to run project: Unable to start debugging on the web server."
and "Click Help for more information." When I look at the IIS logs, the
DEBUG verb is returning a 401 error.
Here's what I've tried:
1. Checke... more >>
cross environment debugging
Posted by charles at 3/30/2004 9:06:08 AM
Hi All
I have an issue when try to debug through VS.Net to VB 6.0 envir. Win Form and Console application can debug through. But when I debug web service or web form that try to consume old VB 6.0 component, it can not go through debugging
Any ideas
Regards
Charles... more >>
Autos and Command Win showing "System.ArgumentException"?
Posted by Ben Dean at 3/29/2004 2:41:09 PM
I have a C# Web Project set up, that has been working fine for weeks, debugging and all
Suddenly, the Autos and Command windows are giving me
<error: an exception of type: {System.ArgumentException} occurred
for many properties that used to show up fine. For example, I have a DataSet and when... more >>
JIT Debugger
Posted by Randy at 3/29/2004 1:05:00 PM
Hello all,
I'm trying to get the JIT debugger to kick in when I get a runtime
exception. When I was running v1.0 .NET, all I had to do is put the line
<system.windows.forms jitDebugging="true" />
in my machine.config file and it worked. I recently upgraded to .NET v1.1
and I went into the machi... more >>
Windows Refresh Causing VS App to Miss Input Signals
Posted by Big Kahuna at 3/25/2004 7:06:06 PM
We have a database logging application running on an XP Pro Box. 2.6Ghz, 512mbRam, our program, an I/O Card with incoming part detection signals. At 12-24,000 actions per hour we are missing 1 part detect signal approximatley every 10,000 cycles. This is a function of Windows refreshing something ... more >>
Non-visible members/properties when expanding objects in locals/watch
Posted by Peter L. Kristiansen at 3/25/2004 3:04:24 PM
Hi.
I have Visual Studio.NET 2002 solution that I have converted to Visual
Studio.NET 2003 by opening it in VS2003. After this operation I get
non-visible members/properties when expanding objects in locals/watch. When
I try to expand an object in the locals window nothing happens, the + sign
... more >>
VS .Net 2003 W2003 Web Edition and remote debugging.
Posted by groups NO[at]SPAM thecharbneaus.com at 3/25/2004 2:11:13 PM
Hi All,
I'm having some issues with remote debugging and wondered if someone
else had
experienced this (and maybe found a way to get it to work.). What I
need to do is to setup and configure a development environment for
multiple developers. I have been looking all of the web
(Sites,newsgr... more >>
SymGetTypeInfo and TI_GET_SYMNAME
Posted by Nicolas Hognon at 3/24/2004 5:46:51 PM
Hy,
I think I'll become mad ...
I am using the DbgHelp library to perform
some stack browsing to help use during dugging.
I alredy read the Under The Hood article called "Improved Error
Reporting with DBGHELP 5.1 APIs" but I cannot succed to get the name of
my parameters type when they a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Windows API...
Posted by micromause NO[at]SPAM hotmail.com at 3/24/2004 2:17:27 AM
I'm having a bit of a problem working with API, and I was wondering if
anyone has any resouces on the web that might be able to help me?
But, (hehe) I'll post the problem here, maybe someone can help me with
it... (resources still wanted lol) =)
Public Function GetObjectText(ByVal hwnd A... more >>
SOS.dll: How to see entries in a HashTable
Posted by Wilbert at 3/23/2004 3:05:13 PM
Hello,
I'm using the WinnDbg debugger extension to debug a .NET application. =
I'd like to see the entries in a HashTable. My hashtable is at =
0x04b54b4c. If I do a dumpobject on the address of the buckets =
(0x04b54b80) it doesn't provide me with enough information to get to the =
entries (... more >>
JIT Debugging on Login
Posted by Jerry Camel at 3/22/2004 1:53:01 PM
I've got a VB .NET app that runs just fine when testing and even outside of
the IDE when launched manually. But the code is supposed to run as a login
script. When it tries to run, I get an unhandled exception error and I've
got exception handlers throughout the code. On another machine with a... more >>
Debugger hangs at GC.Collect
Posted by Armin Zingler at 3/22/2004 11:59:29 AM
Hi, (Win XP Prof., VS/VB 2003)
to get comparable results (as good as possible) when doing a performance
test, I executed
GC.Collect()
GC.WaitForPendingFinalizers()
directly before. There's a breakpoint in the code to be tested. As it
hasn't be... more >>
Debugging an ISAPI Filter that loads a COM Server DLL
Posted by PhCrypto at 3/22/2004 10:26:05 AM
Hello
We've developed a C++/ATL ISAPI filter. This filter CoCreates a C++/ATL COM server dll that provides proprietary features. I am attempting to simultaneously remote debug both the filter and the COM server using VS.NET2003. Through the Process sub menu item under the Debug menu I connect to th... more >>
Another debugging problem
Posted by David Rose at 3/20/2004 8:29:05 AM
I cannot start the VS 2003 debugger on ASP.NET applications. I am using
Server 2003.
I get the 'ol "Error while trying to run project: Unable to start debugging
on the web server" message.
If I attach to the process, I can debug normally.
All directories have permissions for Administrators... more >>
Cannot load symbols or hit breakpoints on remote machine. Help!
Posted by John Garland at 3/19/2004 5:43:39 PM
I'm trying to debug an ActiveX control (ATL71) running within a third-party
client application on a particular machine that I "do not own." Not to get
into the gory details, but assume I cannot install a development environment
on the machine, and likewise, I cannot install the client applicatio... more >>
Displaying C++ variables in .NET 2003 debugger
Posted by Keith S. at 3/19/2004 10:21:52 AM
Hi,
I've recently moved from VC6 to .NET 2003. I'm finding
something rather strange in the debugger though.
If I break on a line of code in some function and
look at variable values either using the 'Autos' or
by explicitly declaring them in the 'Watch1' window,
I find the variables have v... more >>
Break on Value changes
Posted by source at 3/18/2004 10:28:25 AM
In VB6, I had the freedom of breaking my code when a value changes for a
particular variable. I could do that while adding watch.
In VB.NET is it possible I can add a watch and tell it to break when the
value of that particular variable changes??
... more >>
VB.Net Hangs when Debugging
Posted by sailing2003 NO[at]SPAM yahoo.com.au at 3/17/2004 5:42:22 PM
Hi All,
I am wondering if anyone has had experience with the following:
VB.Net has been working great and I have been writing and debugging
lots of code. One day, I turn my machine on and go to debug some code
(hitting F5), the project shows that it has built successfully, but
once it has ... more >>
Can't debug my unmanaged dll
Posted by sonofdaedalus NO[at]SPAM hotmail.com at 3/16/2004 12:40:11 PM
Hi all, I have the following problem:
I have an unmanaged dll that I would like to debug. I have the dll
project opened in .NET and I specify the executable (built with C#)
from the debugger. When I run, the program works fine, but whenever I
try to add a breakpoint, I get the little question ... more >>
Need help with debugging IEExec
Posted by Roy Chastain at 3/15/2004 7:04:15 AM
I have an application that is resident on a web server and it is started by http://web/directory/application.exe. This has been working.
It uses a remote object hosted within the same copy of IIS. This has been working.
Today, I added some new methods to the remote object. They are not working.... more >>
Remote debugging woes...chapter 100000
Posted by Ron Vecchi at 3/14/2004 2:22:11 PM
My problem started with "Unable to map the start page url to a machine
name". I looked through all the docs and downloaded the rpings utility.
Great but what happens when the rpings utility notifies me in the most
non-descriptive way that RPC failed. All the docs and help seems to end at
"down... more >>
Problem with Debugger and Break Points
Posted by Usenet at 3/13/2004 1:22:01 AM
Maybe someone can help me with a strange problem. I've been using VS to
write a web site for about 3 months now and so far things are going well.
Then last night, I made some changes to the code that access a database.
During the rebuild, I received an error that unfortunately I didn't look at
v... more >>
source code for debugger
Posted by Ed Katebi at 3/12/2004 5:31:20 PM
so i select a process to debug then vsnet complains that there's no source
code. vs6 allows you to browse to the folder of the source code. other
debuggers like soft-ice allow you embed source code into the image to be
debugged. what is the vsnet way? Otherwise there is no point to attaching
t... more >>
Debug unmanaged Visual C++ dll and C# in VS.Net
Posted by Matias Woloski at 3/12/2004 4:47:04 PM
Hi guys!
I have 2 projects in a vs.net 2003 solution. One project is a DLL Visual C++
project (not .NET) and the other is a Winforms c# project. I have made a
reference to the DLL from the Winform, but the reference is not a project
reference, it's a wrapper that points to the compiled Dll.
... more >>
AppDomain debugging
Posted by Ed Katebi at 3/12/2004 4:07:37 PM
Hi,
I am unable to setup visual studio .net 2003 so that I can step into my code
when my code runs in an AppDomain other that the default one. When I use
the debug location tool bar to select the app domain, it complains that
there is no source code available. But it's the same code that run... more >>
Debugging Classic ASP
Posted by Jeff Dillon at 3/12/2004 11:26:20 AM
Is there any documentation anywhere for debugging classic ASP in .NET 2003?
I'm on a Windows 2003 Server, and debugging aspx files in the same solution
works just fine. The asp breakpoint never gets hit, and the web page I'm
debugging comes up just fine. In the IDE, there's a question mark on the... more >>
Remote Debugging from WinXP to Server 2003
Posted by buckbaly NO[at]SPAM hotmail.com at 3/12/2004 8:11:36 AM
I am a student working on getting a web application up and running on
my own web server. I am using Visual Studio .NET 2003 on my Windows
XP desktop to author the project that is stored on a 2003 server in my
local network.
I have installed the Remote Components of visual studio .NET on the
... more >>
Debugging not possible after Office 2003 installation
Posted by Anna Schmidt at 3/11/2004 6:07:03 PM
Hello,
After the installation of Office 2003 my VS 2003 doesn't debug anymore.
error message ist:
unable to attach to aspnet_wp.exe
the suggested steps in the VS help file dont help
Any idea?
kind regards
as
... more >>
Dozens of threads in Threads window when debugging
Posted by Bill_77 at 3/11/2004 2:06:12 PM
I have a C# app with a main (GUI) thread and a second thread for IO to a WebService. In my unit testing I create and destroy the WebService IO object for each test; the main thread tells the IO thread to exit then does a ioThread.Join(); to wait for it to exit
Everything seems to work fine, but wh... more >>
BUG - Debugger displaying incorrect values in Watch Window/QuickWatch/Tool Tips
Posted by wkew_rainbird1 NO[at]SPAM yahoo.com at 3/10/2004 12:17:05 PM
Hello,
I don't know if this has been discussed before, but I believe I've
found a bug in the .NET debugger. I'm on Win2KSP4, .NET 2003, and
..NET Framework 1.1. This bug occurs in a Managed C++ .NET project,
and is manifested in the Watch Window, QuickWatch, and Tool Tips
displaying incorre... more >>
Can't debug ASP.Net in Visual Studio 2003
Posted by Isaac Martinez at 3/9/2004 4:47:17 PM
Hello all,
I'm getting the famous "the breakpoint will not currently be hit. No
symbols have been loaded for this document".
I have a solution that consists of 5 projects one of which is a ASP.net
project. I also have a project that is for a Pocket PC app.
I can debug the Pocket PC app ... more >>
Debugging problem - watches aren't working!
Posted by owen at 3/8/2004 9:52:06 AM
I'm writing an ASP.NET application and all of a sudden my watches don't
work. The "+" sign appears next to them but you cannot drill into them.
(The "+" dissappears when you click it and the item does not expand).
Is it possible that a change to web.config would cause this? Or is this a
kno... more >>
VS.NET Debugging Add-In. Is this possible????
Posted by clarton NO[at]SPAM mindless.com at 3/6/2004 8:29:42 AM
Hi!
I'm starting with VS.NET so i don't know all about it's total
capabilites.
I have this project in mind and i don't know if it is possible..
I want to make a Visual Studio.NET Addin that whenever an unhandled
exception occurs while executing (preferrable while executing ASP.NET
projec... more >>
Debug Stored Procedure
Posted by Steve at 3/5/2004 6:02:11 PM
Hi all
I want to be able to debug stored procedures. I am following the KB article
HOW TO: Debug Stored Procedures in Visual Studio .NET (316549) and it states
that I need to right-click on the Stored Proc in Server Explorer and select
Step Into Stored Procedure, but I don't have that option. ... more >>
'System.Web.HttpRequest.QueryString' denotes a 'property' where a 'method' was expected
Posted by noon at 3/5/2004 4:31:06 PM
I am using the below code
this.sqlSelectCommand1.CommandText = ("SELECT * FROM Categories WHERE ID=" & Request.QueryString("id"))
and getting the below error message
System.Web.HttpRequest.QueryString' denotes a 'property' where a 'method' was expecte
could you please tell me what the proble... more >>
my ASP.NET stopped talking to IIS
Posted by merdaad at 3/5/2004 2:26:06 PM
All of a sudden I can not launch my ASP.NET programs on the IE 6.0. I am using Windows2000 Advanced Server
Things were working fine before...
I reinstalled IIS and then MS VS .NET (Enterprise development) but the problem is still there.
I get the following error when trying to run the program ... more >>
debug mode
Posted by David at 3/5/2004 8:46:07 AM
When I go into certain programs, I get an error message, and visual studio opens in debug mode. How do I turn this off. I think it started when I installed the directx 9 sdk. Thanks... more >>
Cannot debug / new user VS 2003
Posted by Marcio Kleemann at 3/5/2004 8:28:29 AM
I just installed VS .NET 2003 on XP Pro. Created a small sample ASP.NET
project. The problem is that I cannot debug it. I get the error "Error while
trying to run project: Unable to start debugging on the web server. Access
is denied."
I am under the "Debugger Users" and "VS Developers" group ... more >>
Cant debug ASP .NET Application
Posted by Chris at 3/4/2004 8:31:07 AM
I recently installed the .NET Framework 1.1, Visual Studio, and IIS
When I try to debug an ASP .NET Application or Web Service I receive the following message
"Error while trying to run project: Unable to start debugging on the web server. You do not have permissions to debug the server. Verify ... more >>
Debug out of step in asp.net
Posted by simon.haden NO[at]SPAM exchange.co.uk at 3/4/2004 3:17:07 AM
I have a problem debugging asp.net applications. Basically whenever I
single step through the code, the debugger is out of step by one or
two lines. Debugging other types of applications is fine. I'm using
version 1.0 of Visual Studio with the latest service packs on an XP
Pro machine. I've also... more >>
Debugging Problem
Posted by David Hoffer at 3/3/2004 5:15:03 PM
I am trying to debug a series of .NET C# assemblies. The main assembly is
called from IE with JavaScript so it has an exposed COM interface. I can
set breakpoints in this assembly and debug it. However this assembly makes
calls into several other C# assemblies. I cannot step into these assemb... more >>
no source code available for the current location
Posted by Steve Roberts at 3/3/2004 10:45:35 AM
While debugging I'm getting the error "no source code available for the
current location". My code is written in managed (WinForms) and unmanaged
C++, and this dialog appears when I try to step (or put a break point) from
the managed to the unmanaged part of the code (stepping within the managed
... more >>
Please help, i am tired of VS.NET nonsense error message
Posted by Mat at 3/2/2004 4:26:44 PM
i reinstalled everything but the problem still persists.
Really, i am tired to restart the IDE every 10 mn.
-classes doesn't have constructors but i have 5 constructors
-Variable xxx is not declared but variable xxx is declared=20
-Component is private.....etc... more >>
STUPID QUESTION?
Posted by Frank at 3/2/2004 10:24:38 AM
I've spent two days trying to get debugging to work with no success, and a
simple solution occured to me that I haven't seen documented anywhere.
VS.NET 2003 is installed on my PC, but I've been doing my development on a
Server 2003, that I believe is all set up for ASP.NET. However every
att... more >>
Application Debugging: Step or Break into SQL Stored Procedure Problem
Posted by rmgalante NO[at]SPAM yahoo.com at 3/2/2004 4:03:19 AM
I am running Visual Studio .Net 2003 and SQL Server 2000 SP3. I set
the project's "Debug SQL Server" property to True. I create a Data
Adapter and fill a dataset. I edit the stored procedure in the IDE
using the Server Explorer. I set a breakpoint at the first line in the
stored procedure. I set... more >>
Namespace or type 'XPath' for the Imports 'System.Xml.XPath' cannot be found.
Posted by Matt Brooks at 3/1/2004 6:26:05 AM
When trying to import the 'System.Xml.XPath' namespace into a VB.NET Web Application class file I get the following error in VS.NET: Namespace or type 'XPath' for the Imports 'System.Xml.XPath' cannot be found
Yet the page will actually compile and run outside of VS.NET. Does anyone know what is h... more >>
|