Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > visual studio .net debugging > september 2003

Filter by week: 1 2 3 4 5

VS.Net is slow for web development
Posted by Shaji at 9/30/2003 5:41:49 PM
Dear All, I am using VS.Net (and most of you, of course) for a quite long period for web development for medium to large development tasks. My humble opinion is vs.net is eating up a lot of developer time, as far as the web development is concerned. Edit,Compile,Debug, then fix erro...more >>


debugging ASP.NET Web Service
Posted by Raymond Leijtens at 9/30/2003 11:03:09 AM
I am new with debugging of ASP.NET Web Service and I have question. On my Test system (that is connected to the same network as mine development system) I installed "Full Remote components", add to the registry entries and configured the DCOM. Then I am able to debug the Web Service with Micro...more >>

Converting to Managed C++: Can't Debug
Posted by Joe B at 9/30/2003 8:19:46 AM
I have a C++ project which is composed of a single .exe and multiple .dlls. I changed my Visual C++ project to Use Managed Extensions and added a couple of lines of Managed C++ to one class to call a .NET web service. The call to the web service succeeds (I get valid results), but a can ...more >>

Depolyment of vb.net program
Posted by Ellie at 9/30/2003 3:38:45 AM
I have created a setup of my program and installed it on another computer. It installs and runs fine on my computer, but when installed and tried to run on the other computer it comes up with the error messaege: Application has generated an exception that could not be handeled, process 1d=...more >>

Unable to start debugger error message when running c# windows app
Posted by Jeff Milbourn at 9/29/2003 3:04:54 PM
Here's the details: windows 2000 advanced server service pack 4 VS Studio.Net (1.1 framework) I have a windows application that when I try to run with or without debugging I get the error message: "Error when trying to run project: Unable to start debugging" "The debugger is not pro...more >>

unused=<undefined value> why?
Posted by Alison at 9/28/2003 8:20:09 AM
I am using the method in the .net framework method Graphics->getHDC(); to get the device context of a windows form. This returns an IntPtr which I convert using the following line HDC myhdc = (HDC) (void*) myIntPtr; When I place a watch on the variable I get the following {HDC__} { un...more >>

HELP - JIT Debugging failed with the following error: 0x800405a6
Posted by moatashley NO[at]SPAM hotmail.com at 9/28/2003 8:16:30 AM
I am receiving the following error whenever I attempt to: - run an EXE created by another programmer that contains error(s) - start a windows service that I've created and installed that contains an error "JIT Debugging failed with the following error: 0x800405a6" When I look ...more >>

can't cast like this "(void)5"in a watch window
Posted by Roullio at 9/28/2003 2:43:26 AM
I'm really happy about .Net, but I when I switched from visual 6.0 to .net I had some problems in a .Net app only.( These problem appeared only when I transformed my project to a .Net form app) - Why I can't cast like this "(void)5"in a watch window. - I can't see the right value of a (void *) ...more >>



reference object ids
Posted by Todd Barkalow at 9/27/2003 1:15:35 PM
Hello, Is it possible in VS.NET 2003 to view object references while debugging? For example, say you have ArrayLists: list1, list2, and list3. list1 points to a new ArrayList, list2 points to a new ArrayList, and list3 points to list1's ArrayList. Now suppose the two ArrayList object...more >>

UNICODE lib
Posted by enze at 9/27/2003 6:34:42 AM
Hi, i tried to compile a old VS Studio project in Visual Studio .Net - but i get following linker error: unable to open mfc42ud.lib how can i install the UNICODE DEBUG libraries with Visual Studio .Net setup ? thanks for support, enze...more >>

Client Script in Visual Studio.NET 2003
Posted by Stefan Walther at 9/27/2003 3:13:59 AM
I have now read many, many, many posts in Newsgroups, checked all the settings but I cannot manage to debug client side javascript in ASP.NET applications ... Are there any bugfixes/patches out there resolving this issue?? I am using: Windows XP VS.NET 2003 Architect VS.NET (also instal...more >>

trouble setting up remote components on a server
Posted by IconMan at 9/26/2003 2:19:56 PM
When I try to run the remote compnents setup on the server and hit the install full remote debugging I get an error invalid commmand line parameters from the windows installer. Has anyone got any ideas ? Have microsoft shipped visual studio .net 2003 with a bug in the remote compnents setu...more >>

URGENT: Infamous Symbols not Loaded message
Posted by Tim Greenwood at 9/26/2003 1:22:45 PM
I see posts from others that have resolved the problem but those solutions did not work for me. I have a solution with 5 projects. 4 class libraries and 1 main windows program. Recently I started to notice the white ? on my break points and on hovering over them get the msg. Will not stop o...more >>

VS.NET C++ Debugger displays wrong type info for class
Posted by Simon Kennedy at 9/26/2003 10:18:07 AM
Hi, I have found that in certain cases where there are C++ classes with the same name (either though they might exist in different namespaces) will result in the debugger reporting the incorrect base class information for one of our own classes. For example we have class called 'Field' which ...more >>

SQL debugging + Connection Pooling = Timeout expired exception
Posted by Mike Kiefer at 9/24/2003 4:55:00 PM
I originally started having problems with this in a different application but after scouring every bit of code for missing connection Close() statements or Dispose() statements, I was convinced that this had to be a bug that only showed up with with both Sql Debugging on and connection pooling i...more >>

please answer vb.net app runs away after clicking
Posted by larrya NO[at]SPAM tradegear.com at 9/23/2003 6:34:47 PM
Is this the place I am supposed to put MSDN alias to get an answer?...more >>

vb.net app runs away after clicking green button
Posted by Larry Brindise at 9/23/2003 5:13:08 PM
My VB - vs2002 7.0.9446 project is a bunch of classes that are invoked from a COM application via COM Interop. This project has lived on my machine for over a year with debugger working fine. Suddenly (well, I haven't had to open the VB.NET project for a few months), it will not debug. ...more >>

Microsoft Debugging Tools
Posted by Oliver Methfessel at 9/23/2003 3:55:17 PM
Hello, "Oleg Starodumov" <oleg_staro@hotmail.com> wrote in news:uUMZZUpfDHA.1648@TK2MSFTNGP09.phx.gbl... > > Download Debugging Tools for Windows, and in its help file, read > "User-Mode Dump Files" section and see if one of the described tools > can help you (ADPlus, Dr.Watson, etc.) > > ...more >>

Drill-down feature in the VS.NET debugger suddenly stopped working
Posted by Irene Troupansky at 9/22/2003 5:04:56 PM
Hi, I have VS.NET 2003 (Framework 1.1, XP Prof./SP2) and was successfully debugging for some time, using the drill-down feature extensively (that is when you do, say , a Quick Watch on variable of some type, you can drill down to all its members navigating the tree in the Quick Watch window)...more >>

Keep receiving a file download prompt when I try to debug
Posted by George at 9/22/2003 4:31:32 PM
Please help,, I know that my programs works I have compiled and ran it at home but when I bring exact same files to works to use on a local machine with same setup as mine I get this prompt to download a file. I have also used the duwamish sample file on works machine and it runs fine. ...more >>

How to Break programmatically?
Posted by K. Shier at 9/22/2003 2:15:28 PM
VB.Net i want code that does something like this (this simplified example won't compile but it should clearly give you the idea of what i want to do): if messagebox.show("Break? 'Yes' to break, 'No' to continue execution") = dialogresult.Yes then application.break 'my wishful-thinking ...more >>

Virus: Swen
Posted by Oliver Methfessel at 9/22/2003 10:09:31 AM
Find english version below. Achtung, seit Einstellen von Nachrichten in diese Newsgroup erhalten ich ständig Attacken des Viruses W32.Swen.a@mm. Nähere Informationen zu dem Virus finden Sie hier: http://securityresponse1.symantec.com/sarc/sarc-intl.nsf/html/de-w32.swen.a@ mm...more >>

installing latest dbghelp.dll and WFP
Posted by jim johnson at 9/21/2003 9:37:28 AM
What can we use to install this latest version of the DLL? Downloading and installing the latest debugging tools did not install this latest version of the dbghelp.dll We can not put this latest dll on winnt\system32 directory, because Windows File Protections disallows this operation. We...more >>

Configuration out of date
Posted by Tim at 9/19/2003 11:41:59 PM
I have this annoying problem with one of my projects. Even after I do a complete build and then press F5 to debug, a prompt says "Configuration(s) out of date. Do you want to build?". How do I stop this annoying problem? Thanks, Tim...more >>

CRITICAL: JIT Debug Error when loading website on localhost
Posted by Scott C. Reynolds at 9/19/2003 6:39:34 PM
Hi all. I have started to get this message: --------------------------- JIT Debugging --------------------------- JIT Debugging failed with the following error: Access is denied. JIT Debugging was initiated by the user account 'DEVELOPMENT05\ASPNET'. Check the documentation index for ...more >>

Cannot debug: Faulting Application devenv.exe (VS.NET 2003/ASP.NET)
Posted by Ervin at 9/19/2003 4:43:00 PM
Hi All, Eversince I switched to VS.NET 2003, I haven't been able to debug ASP.NET apps. When I try to start debugging, everyting looks fine, but as soon as the debugger is about to hit a breakpoint, everything just hangs, and a dos like windows "Microsoft Common Language runtine minidump util...more >>

debugger loses track of stack frame
Posted by Adrian at 9/19/2003 2:40:42 PM
I've never seen this with VC++ 6 (which I've used for years and years), but it's happening all the time with Visual Studio .NET (which I've used for a couple months). I'm debugging vanilla Win32 C++ code. As I single step over simple expressions (e.g., z = x * y;), the debugger seems to ...more >>

Local window: Wrong data type displayed
Posted by Armin Zingler at 9/19/2003 1:38:36 PM
Hi, (VS 2003, Framework 1.1, XP Prof./SP1) as nobody answers in the vsnet.ide group, I try it here: The locals window sometimes shows the wrong data type (in VB.NET). Steps to reproduce: 1. Insert the follwing code in a new and empty procedure: Dim mystrings As ...more >>

Wierd Error
Posted by Eric Flores at 9/19/2003 10:40:26 AM
Hello All, Here is the situation, I have created a debug build of a vb.net file. So a foo.dll has been created. Now in another project where I have a reference to this foo.dll. As I step through this new project just to make sure that my new foo.dll is working. When I come across a...more >>

Debugger stopped working...
Posted by guest at 9/19/2003 9:38:32 AM
Hello, I have an executable written in C# that uses managed C++ classes that wrap unmanaged C++ classes. All the necessary dlls and their pdbs are exported to the same directory. (All these components are built with MS cmd line tools, but not through VisStudio.) I have created a project that i...more >>

Unable to start debugging. No such interface supported.
Posted by Brian at 9/18/2003 8:14:06 PM
I have just begun to use visual studio .net I am trying to run a very simple c# console application. When I select a new c# console application, the new project opens fine. However, I cannot test out the program. Whenever I hit F5 or Ctrl+F5 I get an error message that pops up that say...more >>

Cannot debug exe file
Posted by Peter Cheesewright at 9/18/2003 2:27:56 AM
I cannot find a way to use the Visual Studion .NET 2003 debugger to debug an exe file that I do not have a project for. Under DevStudio 97, I could just open the exe file and run, step into etc. This does not work under VS .NET 2003. Any suggestions would be welcome. Regards, Peter...more >>

Debug Information when Programs hangs on User-Machine
Posted by Oliver Methfessel at 9/17/2003 1:24:07 PM
Hi There, we got some probleme here. We changed our OS from OS/2 to Windows 2k. Under OS/2 we got debugging Informations from a small Tool which runs as a service. Now under W2K we don't have a tool like that. Our requirements for that tool are - Run as service - do not needs much res...more >>

VB.Net 2003 debugger not showing ItemArray info.
Posted by ken busse at 9/16/2003 8:05:32 PM
My VB.Net 2002 would show its info during a break of the debugger while viewing in the Me window. For example the drill down like this: >DsSomeName>dtSomeName>RowsCollection>drSomeName>ItemArray The ItemArray would have all the column values. Now in VB.Net 2003: >DsSomeName>dtSomeName>RowsCo...more >>

VB.Net 2003 debugger not displaying ItemArray list
Posted by ken busse at 9/16/2003 7:08:21 PM
My 2002 VB.Net debugger would display the datarows, datacolumns in their collections but 2003 doesn't. In 2002 I could get to this info. by drilling through: DsSomeName>tablename>rowcollection>ItemArray (or something to that effect). Each ItemArray had the column info for its datarow. Now I ...more >>

"There is no source code available for the current location"
Posted by Jamie Phillips at 9/16/2003 12:10:35 PM
Hi All, I've got a particular problem with some managed code. I wrote a .Net plugin for an existing Win32 application, which obviously meant writing the related managed and non-managed sections of code. The solution builds with no problems and executing the application produces the desired res...more >>

Breakpoints in ASP.net don't work
Posted by Andreas Schurz at 9/16/2003 8:55:26 AM
Hi everybody, I'm trying to use the remote debugger within Visual Studio 2002. I setup the remote machine as documented. When I debug a C# ASP.net application the debugger service aspnet_wpnet.exe on the remote machine hooks in correctly. Termination of the debugger works also correct whe...more >>

How do I debug a DLL in VS.NET
Posted by John Van Exan at 9/16/2003 7:21:55 AM
Does anyone know what magic I have to perform to debug a DLL from within VS.NET? I have a managed (C#) application and an unmanaged (C++) DLL. Whenever I try to put a break point on the DLL, I get told that there are no symbols loaded for this document. I am sure that I am doing somethi...more >>

Visual Studio locks up when starting debugger
Posted by Mark at 9/15/2003 5:30:40 PM
I have not download and installed Visual Studio twice from the msdn subscriber download site. Both install have produced the same result. Any C# project that is created runs fine outside of the debugger. As soon as the I select debug start Visual Studio locks up. It locks up to the poin...more >>

.Net err. message: Not associated with a trusted SQL Server connection
Posted by Bryan at 9/15/2003 11:46:32 AM
I am making a sample login application in asp .net on the vs .net 2003 ide. Also i am using sql server 2000 as the db. Now whenever i try to login using this application it gives me an error message saying: "Login failed for user 'exercisesystem'. Reason: Not associated with a trusted SQL...more >>

Application not responding in Break Mode (vs .net 2002)
Posted by Jo at 9/12/2003 9:59:29 AM
While in break mode, the application's main form is not redrawn as I step thru the instructions. For example, changes to the text property of labels are only visible after executing the End Sub instruction and returning to run mode. (In the Task Manager, the running application is not resp...more >>

Access is denied
Posted by Alberto at 9/12/2003 3:44:25 AM
Hi all, Since I installed VS.NET 2003 in my computer, I get a strange error while trying to do debugging of one instance of Visual Studio from other. I set the debug action for my project to run a program, and I start VS from there. When I open a WinForm including one of the controls in...more >>

Cannot debug asp.net applications
Posted by Peter Afonin at 9/11/2003 3:34:55 PM
Hello: I'm running Windows server 2003. I've never had any problems with debugging, but now I cannot debug ANY of my projects. I'm getting this error: "Error while trying to run project: Unable to start debugging on the web server. Access is denied." The only thing I've done recently was...more >>

stl std::string passing to a dll - problem with debugger
Posted by simon heinzle at 9/11/2003 3:56:39 AM
Hello there! I have following problem: Got a dll which has a function void Object::setName(const std::string& s) { name_ = s; } When calling this function (in Debug mode) o.setName(str); I get a _access_violation_, in the assignment operator of the std::basic_string class, ...more >>

Attaching to process in other users sessions is not allowed...
Posted by Stingray at 9/10/2003 2:26:59 PM
When trying to debug a console app remotely I get this error: "Unable to attach to the process. Attaching to process in other users sessions is not allowed. Administrators can enable this feature. Consult the help for more information." I understand the first two statements. They are true....more >>

Debugger working intermittently
Posted by Tony K at 9/10/2003 1:51:20 PM
We have installed Visual Studio 2003 on a Windows 2003 server machine. When we attach a VBScript (COM object) to the debugger, it works after a fresh reboot. But after debugging the first time the debugger won't stop at the break point again, and the break point shows a red dot with a question...more >>

Unable to start debugging on web server. You do not have permissions to the server.
Posted by lisa.bogart NO[at]SPAM eds.com at 9/10/2003 1:29:46 PM
I am a member of the Debuggers Users. debug=true in the web config. I have anonymous turned on and Integerated Windows authentication. Can anyone give me a clue what else I can try?...more >>

Autos Window
Posted by Mike at 9/10/2003 11:57:49 AM
I'm using VS.NET 2003. Until today, whenever I was debugging, the Autos window would be automatically available on a break. It would remain visible even after stopping execution. Now, not only does it not appear automatically, it doesn't even seem to work when I enable in manually throu...more >>

HELP: debugging SQL stored procedures remotely
Posted by frankvk at 9/10/2003 1:31:41 AM
Hi, One of the great features of VS.NET 2003 is that you're able to debug SQL stored procedures remotely, apart from the fact that IT DOES NOT WORK FOR ME. I have a W2K server (SP3) with SQL server 2000 (SP3) on one machine and VS.NET 2003 on another (W2K PRO). I have installed the R...more >>

Debugger slowly attach process
Posted by George CK at 9/9/2003 7:16:28 PM
Hi, I'm running on Windows 2003 Server with Framework 1.0, on a CPU on P4 2.4GHz, 256Mb Ram When I attach other processes (one winservice, and also the asp.net w3wp.exe) for debugging, my visual studio loads the assembly of these processes, but it always take a unacceptable time (more...more >>


DevelopmentNow Blog