all groups > visual studio .net debugging > september 2004
Filter by week: 1 2 3 4 5
"catastrophic failure" trying to launch debugging
Posted by Jacque at 9/30/2004 10:45:06 AM
Whenever I try to launch debugging, I receive the message "Error while trying
to run project: Unable to start debugging on the web server. Catastrophic
failure Would you like to disable future attempts to debug ASP.NET pages for
this project?"
This is a .NET Web Application, using C#, being h... more >>
Remote Debug
Posted by Francois Laperriere at 9/30/2004 10:21:06 AM
Hi,
I have problems with Remote Debgug. I added myself to the Debugging Users
group, I also added myself to the Domain Admins and Administrators group. I
checked the DCOM configuration of Machine Debug Manager for access to these
groups. I did check that IIS 6.0 has the correct permissions for t... more >>
Urgent help please - breakpoints not being hit
Posted by owen at 9/28/2004 12:49:17 PM
I am trying to debug an .ASP file (yes, that's right, I said ".asp" - not
".aspx") using visual studio .net. I can set breakpoints, but the debugger
totally ignores them. The pulldown list (Release/Debug) is totally empty.
I am trying to "Attach" to the browser process that is running when I bro... more >>
Debug Start is SOOO SLOW!
Posted by Barb at 9/26/2004 10:17:02 AM
Does anyone have this problem? I have a really nice PC, with plenty of space
& RAM, but my debugger is so very slow to start up in VS.NET 2003.
When I click the play button, I wait anywhere from 1 - 3 minutes for my web
page to appear (or for it to hit the first breakpoint). Once it finall... more >>
Breakpoints not working
Posted by Eric Peterson at 9/24/2004 11:35:17 AM
Just like the subject says, i have a windows form where my breakpoints are
not breaking. yes, i am in debug and not release. I hope I'm missing
something simple, but I have yet been unable to find it.... more >>
Single stepping / breakpoint problem
Posted by Arpad Muranyi via .NET 247 at 9/23/2004 6:44:30 PM
Forgive me for asking a question that may be too basic, but I am
relatively new to C++.
I am noticing that when I single step, the arrow will not stop on
the correct lines in some places, as if it was out of synch. I can't
set breakpoints on the lines the single stepper "overlooks" either.
... more >>
Very strange ExecuteScalar bug/problem
Posted by Bradley Plett at 9/23/2004 10:59:49 AM
I'm sorry about the cross-post, but this one has me completely
baffled. I don't know if the problem is with Oracle, .NET, Visual
Studio, my machine....
I have some very simple code (see below) in which I use a method
called ExecuteScalar. It works like a charm when run in debug mode in
VS. ... more >>
Command Window starts w/ > and won't accept ? commands anymore - H
Posted by Barb at 9/23/2004 6:21:05 AM
This is weird. I was debugging along, trying to get ASP.NET working, and I
was using the Command Window in the debugger to evaluate expressions &
variables. It worked fine. Now all of a sudden, the first character in the
command window defaults to ">", and it won't let me type over it, so i... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
dbghelp / stackwal64 / xp sp2
Posted by Nicolas Hognon at 9/21/2004 5:58:44 PM
Hello,
I saw another post about problems after installing windows xp sp2 but
none of this post looks like my problem.
I have some code used to compute the call stack trace (for exemple to
help to find and fix memory leaks). But since sp2 this code does no work.
I am doing something like... more >>
How to view array/vector content in debugging mode?
Posted by Ricky at 9/18/2004 9:39:24 PM
<This post is also posted to the vsnet.general>
Hi,
I am using VS.net 2003, I found that in the debugging mode, I cannot
view the content of a vector/array(2-D).
For example:
vector< vector<int> > v;
vector<int> rowVector(2);
rowVector[0] =1... more >>
debugging vc++ DLL
Posted by sujeet at 9/18/2004 6:55:52 PM
I created a DLL in VC++ 6.0. I am using it in VS.NET. I
need to debug the DLL when I call a function in the DLL.
How do I do it from the VS.NET.
Sujeet... more >>
Connection Strings in VB.NET2002
Posted by Ian Henderson at 9/17/2004 10:23:56 AM
Good morning folks.
I'm in the process of writing a front-end application in VB2002, which is
bound to a SQL Server 2000 database. I've created a configuration file,
into which I've dumped information that can be used to build up a SQL
connection string (server name, database name, etc).
A... more >>
There is no source code available for the current location
Posted by RAJ at 9/16/2004 1:34:31 PM
I am debugging a VB.NET application which uses a few assemblies. These
assemblies are also open as a project under the same solution. However, I
get the following error:
There is no source code available for the current location
when I try to debug the application. This error is thrown at random... more >>
Debugger component on server failed to connect
Posted by dh at 9/16/2004 8:07:22 AM
Trying to debug a simple "Hello World" ASP .Net web page or a simple Web
service.
Server: Windows Server 2003 Enterprise, Primary Domain Controller, Debug
components installed
Client machine: Windows XP Pro (SP2), User is member of Debuggers and
Administrators
Get the message:
"Error... more >>
How to display all breakpoints?
Posted by Jim Bancroft at 9/15/2004 2:22:28 PM
Hi everyone,
I'm using VS 2003 to write VB .Net programs, and wondered if there was a
way to display all breakpoints in the project, no matter which file(s)
they're in? I could swear I've seen that somewhere....thanks!
... more >>
ERROR: Object Reference Not Set to an Instance of an Object
Posted by Michael Chong at 9/14/2004 4:19:36 PM
I have an (exe) executable program created in VB.NET 2003 that calls to a
MFC DLL written in VC++.NET 2003. I always get an error msg
"NullReferenceException: Object Reference Not Set to an Instance of an
Object" when my exe calls the following codes:
in VB.NET
Declare Function test Lib... more >>
VS.NET 2003 Debugger hangs.
Posted by cduden at 9/13/2004 9:11:44 PM
Working on a semi large project 17 + projects, Thin Client (Forms based)
using SAO, Singleton Remoted objects over HTTP with a binary formatter. I
don't think the thin client \ remoting \ HTTP or formatter have anything to
do with this problem because when debugging the client only the issue ne... more >>
Unable for remote debugging after Win XP SP2 installed
Posted by Brane Brodnik at 9/11/2004 3:10:02 PM
After I installed Win XP SP2, I'am unable to get list of available processes
on remote machine. After a period of waiting, I get message: "Unable to
connect to the machine 'MACHINE_NAME'. Not enough storage is available to
complete the operation."
My developing machine is WinXP Pro with SP2... more >>
"variable 'x' declared but never used" warnings in VB.NET
Posted by harry at 9/9/2004 5:12:18 PM
Hi,
During compilation, a C# project in my solution triggers the following
warning:
"warning CS0168: The variable 'ex' is declared but never used"
To trigger this warning, it appears the C# compiler WarningLevel needs to be
3 or above.
In the same solution, I also have a VB project, ... more >>
Newbie needs desperate help with ASP.Net Debugging
Posted by Dan at 9/9/2004 3:49:47 PM
I've been coding with ASP.Net for about a year now, and have had nothing but
problems when trying to debug.
My computer is WinXP Pro (with SP2 installed recently). The site is hosted
by a Win 2000 Adv. Server.
I'm going to give the specific steps I go through, sorry if it is too
detaile... more >>
How to debug a program with complex command-line arguments?
Posted by style at 9/8/2004 2:24:11 PM
Hi
It's possible to open Windows Explorer to directly display the content of
the MyComputer node. You can accomplish this by opening the run window
(Start-->"Run...") and entering the following line:
Explorer.exe /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
/e instructs Windows Explorer to... more >>
Cryptographic service provider (CSP) could not be found for this algorithm.
Posted by Sven-Torben Janus at 9/7/2004 11:27:44 PM
I'm running an ASP.NET webapplication on a Windows 2000 Server SP4 machine
with .Net Framework 1.0 installed.
The ASP.Net application uses impersonation (windows domain account). This is
needed for communication between two servers (some ldap stuff).
Furthermore the application uses FormsAuthe... more >>
DIA SDK Issues
Posted by georgiosd NO[at]SPAM gmail.com at 9/5/2004 5:33:36 AM
Hello everyone,
After reading, possibly every article, question and sample code on
DbgHelp, I have drawn the conclusion that the DIA SDK is the way to go
as it's more powerful and object oriented which is a plus IMHO.
However, there are some issues that I was hoping I could get
information ... more >>
Walking the stack and retrieving decorated names
Posted by georgiosd NO[at]SPAM gmail.com at 9/2/2004 7:30:08 PM
Hi everyone,
I know questions about the DbgHelp API have been asked a lot but I
seem to have read them all as well as code examples and yet i can't
find why I am experiencing this problem.
I use StackWalk to get the addresses and then I get what is supposed
to be the decorated name with Sym... more >>
Debugging info
Posted by George Doe via .NET 247 at 9/2/2004 7:00:46 PM
Hi everyone,
You seem to be the only people that know about the dbghelp.h APIs so here it goes:
I wanted to create a stack trace with function names and arguments. I know how to get the values of the arguments but the problem is that SymFromAddr() will only give me the name of the function.
... more >>
Anyone else seeing this kind of debugger hang?
Posted by Jack Menendez at 9/2/2004 5:03:07 PM
In VS.NET 2003, the debugger hangs while I am stepping "F-10" through my code
making various calls.
I have exceptions in managed code set to stop when, in most cases,
exceptions are thrown but the rest stop if not handled.
My project is set to debug managed code only.
This application... more >>
|