| Thread | Last Post | Replies |
|
| ignore functions when debugging | 07 Oct 2005 23:19 GMT | 2 |
In older versions of Visual Studio there was a way to avoid certain functions while debugging. This was especially useful for functions that were part of atl or mfc such as "PXSTR GetBuffer()". Is it still possible to do this in VS.Net 2003, and if so, how is it done?
|
| My own Tracelistener options thru app.config? | 07 Oct 2005 10:43 GMT | 1 |
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
|
| Visual Studio SQL Debugging | 05 Oct 2005 14:41 GMT | 9 |
I'm trying to get SQL debugging up and running. We have remote debugging working fine but when we try and use SQL debugging the following message displays: Unable to start SQL debug session. Ensure sqldbreg2.exe and proxy/stud DLL
|
| W2K3 SP1 kills debugging | 04 Oct 2005 07:37 GMT | 3 |
I have a Windows 2003 standard server that is used mostly for testing and debugging. I installed SP1 when it was first released and it killed debugging. I wasted about a day looking for the solution and then uninstalled SP1. Everything worked again.
|
| VS 2005 Perfomance Tools | 04 Oct 2005 03:32 GMT | 1 |
I saw a demonstration of the beta version of VS 2005 and it had a neat little tool called "Performance Tools" that would show you a lot of info about a program, including what functions were taking the most time. Does anyone know if there is a way to get this on VS 2003?
|
| Remote debugging RPC issue | 03 Oct 2005 08:13 GMT | 2 |
When I try to debug an asp .Net web site from my machine (the website is on an IIS 5 server), get the folowing error ------------------------------------ Unable to connect to the machine 'mymachine'. The RPC server is unavailable
|
| error while trying to run project : unable to start debugging on web server. access is denied | 01 Oct 2005 09:30 GMT | 2 |
I have a computer that I'm an administrator of. I can run in debug mode. I have other people who I need to develop that have remote desktop priviledges to this machine. However, I don't want them as administrators.
|