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 2005 > threads for september 15 - 21, 2005

Filter by week: 1 2 3 4 5

Plotting debug msgs from unmanaged C++ in VS 2003?
Posted by Thorsten at 9/21/2005 12:00:00 AM
HI 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. Is the...more >>


Debugging VC++ dll from C# project
Posted by batista at 9/20/2005 8:56:58 AM
Hello there, 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... Cheers... Bye ...more >>

Stepping thru Stored Proc under debugging
Posted by Stephen Noronha at 9/19/2005 2:40:11 PM
Hi, 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 and set a break point. I cann...more >>

VS2003 hangs on Tools->Debug processes...
Posted by Stu Carter at 9/19/2005 12:00:00 AM
Hi, 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. This s...more >>

Visual Studio keeps removing my closing </li> tags
Posted by Nathan Sokalski at 9/16/2005 5:37:25 PM
I have a section in my ASP.NET code where I have an HTML unordered list. Visual Studio keeps removing the closing list item tags, except for the last list item. In other words, Visual Studio makes my code look like the following: <ul> <li>adasf <li>asdfsa <li>asdfd <li>adfsdf</l...more >>

My own Tracelistener options thru app.config?
Posted by Bram Hoefnagel at 9/16/2005 3:06:44 AM
Hello, Does somebody maybe knows of it is possible to add my own tracelistener to the traceSource using the config file? I'm using vs2005 b2, and wrote a tracelistener that i want to use as a 'normal' tracelistener in the config file (Adding the listener to the tracesource with programcode work...more >>

Wrong Source is used when debugging...
Posted by Dean R. Henderson at 9/15/2005 6:35:58 PM
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 and setup the proper Identity information for the new Web Site....more >>

debug an excutale which is launched by another excutable
Posted by keith at 9/15/2005 5:08:02 PM
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 attach in menu Debug-->Processes for debug. Is there any way to ...more >>



Unable to start debugging on the web server. Access is denied.
Posted by Mek at 9/15/2005 9:19:04 AM
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 login attempts to ...more >>


DevelopmentNow Blog