| Thread | Last Post | Replies |
|
| Remote debugging VS 2003 | 28 Sep 2005 15:21 GMT | 4 |
I know there are plenty of posts about remote debugging with vs 2003 but I can't make things work no matter what I've read or done so far :( The VS2003 is installed in a winXP Pro SP2 pc (firewall disabled) and the IIS 6 is running on a remote win2003 Server pc (with all updates ...
|
| VS2003 hangs on Tools->Debug processes... | 28 Sep 2005 08:11 GMT | 4 |
ENV: VS 2003 (7.1.3088), Windows 2003 Server SP1 (all the latest Windows updates via automatic delivery) .Net 1.0 & .Net 1.1 SP1. When I go to debug a process using this method, the VS ide hangs before displaying the 'Processes' dialog. The only way out is to kill devenv.exe.
|
| Unable to debug ASP.NET using loopback address - Access is denied | 26 Sep 2005 18:35 GMT | 1 |
We are setting up developer workstations to mirror the various host names in use in our production web site. In order to host multiple sites on the developer workstations, we added additional names to the hosts file (C:\WINNT\system32\drivers\etc\hosts) that map to the
|
| Debug basics in VS2003 | 26 Sep 2005 16:58 GMT | 1 |
How can I debug in VS2003? I have an 3-tier application composed of: - 1) ASP.NET client (migrated from old .ASP application) using - 2) VB.NET component (converted from VB6 application). This component uses
|
| Wrong Source is used when debugging... | 22 Sep 2005 23:38 GMT | 2 |
I am running several Windows 2000 Servers with multiple Web Sites on each server. I have copied an old ASP.NET project from one server to a different server and a new Web Site. I have configured the new Web Site on the IIS server
|
| Anyone know the significance of the @ sign in .net local, auto, wa | 22 Sep 2005 09:00 GMT | 1 |
I'm debugging a C# program and when I view "szTNSPath" after the following line in the autos window string szTNSPath = Environment.GetEnvironmentVariable("ORACLE_HOME"); I get the result: @"c:\oracle\ora92" which is correct, but I was wondering
|
| Debugging VC++ dll from C# project | 21 Sep 2005 20:35 GMT | 3 |
I have a VC++ dll project, and a VS.net project which is using that dll. Now how do i go into that dll to a specific function during debugging, using VS.net? Thanks In Advance...
|
| Plotting debug msgs from unmanaged C++ in VS 2003? | 21 Sep 2005 08:31 GMT | 2 |
I'm a C# developer and unfortunately I have to use now unmanaged C++ code. This project cannot run with mix managed and unmanaged code. Therefore I cannot use System::Diagnostics::Trace::WriteLine to plot same debug messages into the Output window of Visual Studio 2003.
|
| Redirect in pages produce delay in 'debug > start' mode... | 20 Sep 2005 22:50 GMT | 2 |
Please help.. If I put a Response.Redirect or Server.Transfer in a web form this action produce a severe delay when I run my web application with the 'debug > start' mode in my home machine (the web form calls another
|
| Stepping thru Stored Proc under debugging | 20 Sep 2005 11:07 GMT | 1 |
I have read a couple of articles that you can step thru the SP while degugging. i cannot!!! can someone suggest me how to? I have set the Project Properties > SQL Server Debugging. it says goto Server Explorer > rightclick on stored procedure and click edit
|
| Unable to start debugging on the web server. Access is denied. | 16 Sep 2005 18:54 GMT | 3 |
I have a web server co-located at a hosting facility. I use Terminal Services to connect to the server so that I can develop and debug "locally," and this has worked since I installed Visual Studio. However, just recently we installed a firewall to deal with unauthorized
|
| debug an excutale which is launched by another excutable | 16 Sep 2005 10:01 GMT | 1 |
I have a win project which is in a solution and have another win app in another solution. In the first win app, I use Process.Start() to launch the second one. since the two win apps run in different processes, I cannot use
|
| Debugging help - random crashes (1f48cbc1) | 15 Sep 2005 18:30 GMT | 7 |
I have this strange problem and i'm trying to determine exactly which part of the program is causing it. The problem is that randomly throughout the program I receive a Windows application error dialog box. The dialog box provides me with the following information:
|
| "Start with direct3d debugging" | 14 Sep 2005 09:28 GMT | 3 |
I've already asked this in the directx.graphics group but didn't get a satisfying answer: I'm using VB.Net 2003, WinXPProf/SP2, DirectX SDK April 05. What is the menu item mentioned in the subject (menu Debug -> Direct3D)
|
| VS2003, JIT Debugger? | 13 Sep 2005 11:00 GMT | 1 |
I'm having trouble getting the JIT debugger to work. I am working on a solution with two projects. The main app is a WindowsForms app, and some of the heavy lifting is done by a second project that is compiled into a separate DLL. While debugging the main app, I've run into a bug ...
|