| Thread | Last Post | Replies |
|
| Slow start with debugger | 28 Sep 2006 06:16 GMT | 1 |
I'm having performance problems starting an asp.net application with VS 2k3, but only when I start it using F5 (to use the debugger). If I start it with the debugger without the debugger, then no problem. The problem that I get is that it takes several minutes to start. In the
|
| Setup Debugging for VS2005 on Vista RC1 | 28 Sep 2006 03:18 GMT | 1 |
I have been all over the net looking for the correct setup to debug a web application in VS2005 on a Vista RC1 machine. Will someone at Microsoft respond definitively, the rumor mill is really cranking with nothing that works.
|
| Reference to a non-shared member requires an object reference. | 27 Sep 2006 16:52 GMT | 6 |
I want to use the Immediate window during a debugging session to reveal the value of a fully referenced and public attribute. However, when I type "? Form1.dsTheDataSet.Tables("TheTable").DefaultView.RowFilter" I get the error referenced in the Subject line above.
|
| No Symbols loaded for this document | 27 Sep 2006 14:45 GMT | 2 |
I am trying to debug a class library in VS2005, and am unable to hit the breakpoint. I have the project in debug mode, and am getting pdb files when I compile. I can attach to my vb6 process without any errors, and the project is running. This is a COM project and set for COM ...
|
| VS2005 Debugging woefully slow | 25 Sep 2006 09:29 GMT | 1 |
I converted all my projects from VS2003, and stepping over a single line of code may now take 2-3 seconds when doing practically nothing (like incrementing a local variable). I see that someone has solved the problem by moving the mouse around; perhaps Microsoft now has a more ...
|
| Unable to debug in Visual studio 2003 on personal computer | 24 Sep 2006 00:17 GMT | 1 |
I am trying to debug a program and keep getting the message Error while trying to run Project …. Unable to start debugging unable to start program ‘C:\docume~1\ADMIN~1.use\desktop\IEXPLO~1.exe’ The system cannot find the file specified’
|
| HELP: Break point not stop when client connect; but stop when using IE | 22 Sep 2006 15:56 GMT | 1 |
I have a webservice. When I set it as a start page and invoke the service from IE, the break point in the web service code stops. I also have a WinForm app which uses the same web service, when invoke from the app, the break point does not stop.
|
| VS.NET 2003 ASP.NET Project slow debuging | 20 Sep 2006 20:09 GMT | 1 |
Good morning everyone: I have noticed my Visual Studio .Net 2003 has become too slow to debug, but just one project. Everytime I try to debug this asp.net project it goes extremely slow, takes
|
| Error while trying to run project. Would you like to disable future attempts to debug ASP.NET pages for this project? | 20 Sep 2006 05:27 GMT | 1 |
after install .net 2.0 (in my case via VS2005), watch out as all web services properties (in my case 2002 webservices) have a 'handy' new tab called 'ASP .NET' which has a version of the .NET framework amoungst other things, change it from 2.0<version> BACK (cheers .net
|
| simple tracing solution needed | 20 Sep 2006 04:45 GMT | 4 |
If you look at the example of using the Trace , you will see: static int Main(string[] args) { Trace.Listeners.Add(new TextWriterTraceListener(Console.Out));
|
| Cannot debug managed apps: kernel debugger enabled - WTF? | 19 Sep 2006 20:36 GMT | 5 |
VS 2005 can not debug managed applications when a kernel debugger is enabled? Any explanation to this? What if I need to debug my app with my driver at same time? Regards,
|
| Advanced Debugging Anamoly!! | 19 Sep 2006 06:52 GMT | 1 |
Hi All, I am building a VS2005 project in which I reference an assembly that was built on VS2003. While debugging I am not able to step into the code for that assembly. I have put the source code for that assembly in the same folder where my
|
| Value and Type in Locals debug window | 19 Sep 2006 06:48 GMT | 4 |
Since in the Locals debug window the Value and the Type are the same for classes , I would like to be able to display the "value" of the class in the value column. I have tried overriding ToString, but that would have been too easy. Is
|
| Managed code not available in debugger attach process when VS2005 | 14 Sep 2006 07:46 GMT | 7 |
I want to debug a service written in c# VS2005. I know I have to install the service then start it then attach the debugger to the running process. Unfortunately when searching for the process I notice that the only
|
| How to set port # for internal web browser? | 13 Sep 2006 14:17 GMT | 2 |
Is there a VS 2005 option setting that specifies what port number to use for the internal web browser (Casini?) supplied with VS2005? I find that the port number used seems to vary from machine to machine although it stays the same on individual machines. I'm trying to set up ...
|