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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|