| Thread | Last Post | Replies |
|
| Debugging not possible after Office 2003 installation | 31 Mar 2004 22:33 GMT | 1 |
After the installation of Office 2003 my VS 2003 doesn't debug anymore. error message ist: unable to attach to aspnet_wp.exe the suggested steps in the VS help file dont help
|
| SymGetTypeInfo and TI_GET_SYMNAME | 29 Mar 2004 17:23 GMT | 4 |
Hy, I think I'll become mad ... I am using the DbgHelp library to perform some stack browsing to help use during dugging.
|
| Windows Refresh Causing VS App to Miss Input Signals | 29 Mar 2004 17:07 GMT | 1 |
We have a database logging application running on an XP Pro Box. 2.6Ghz, 512mbRam, our program, an I/O Card with incoming part detection signals. At 12-24,000 actions per hour we are missing 1 part detect signal approximatley every 10,000 cycles. This is a function of Windows ...
|
| After HD Defragment, VS2003 gets totally slow | 28 Mar 2004 05:46 GMT | 1 |
Initially I had a very slow respond in debugging But just yesterday after I defrag my harddisk and restart my computer I figure out that loading a project is extremely slow an even I type 1 character in the code-behind, it will take 15 seconds to respond
|
| Set VS as default Debugger | 27 Mar 2004 03:45 GMT | 3 |
I have install VS 2003 on my machine and I am unable to make it the default debug processor ? I am running XP Pro with all the service packs, and am very confused.
|
| AppDomain debugging | 25 Mar 2004 22:11 GMT | 2 |
I am unable to setup visual studio .net 2003 so that I can step into my code when my code runs in an AppDomain other that the default one. When I use the debug location tool bar to select the app domain, it complains that there is no source code available. But it's the same code ...
|
| SOS.dll: How to see entries in a HashTable | 24 Mar 2004 01:00 GMT | 1 |
I'm using the WinnDbg debugger extension to debug a .NET application. I'd like to see the entries in a HashTable. My hashtable is at 0x04b54b4c. If I do a dumpobject on the address of the buckets (0x04b54b80) it doesn't provide me with enough information to get to the entries ...
|
| Debugger hangs at GC.Collect | 23 Mar 2004 18:51 GMT | 2 |
Hi, (Win XP Prof., VS/VB 2003) to get comparable results (as good as possible) when doing a performance test, I executed GC.Collect()
|
| Break on Value changes | 22 Mar 2004 16:25 GMT | 3 |
In VB6, I had the freedom of breaking my code when a value changes for a particular variable. I could do that while adding watch. In VB.NET is it possible I can add a watch and tell it to break when the value of that particular variable changes??
|
| Need help with debugging IEExec | 22 Mar 2004 12:40 GMT | 6 |
I have an application that is resident on a web server and it is started by http://web/directory/application.exe. This has been working. It uses a remote object hosted within the same copy of IIS. This has been working. Today, I added some new methods to the remote object. They ...
|
| Another debugging problem | 20 Mar 2004 15:23 GMT | 1 |
I cannot start the VS 2003 debugger on ASP.NET applications. I am using Server 2003. I get the 'ol "Error while trying to run project: Unable to start debugging on the web server" message.
|
| Cannot load symbols or hit breakpoints on remote machine. Help! | 20 Mar 2004 00:42 GMT | 1 |
I'm trying to debug an ActiveX control (ATL71) running within a third-party client application on a particular machine that I "do not own." Not to get into the gory details, but assume I cannot install a development environment on the machine, and likewise, I cannot install the ...
|
| Displaying C++ variables in .NET 2003 debugger | 19 Mar 2004 11:51 GMT | 1 |
I've recently moved from VC6 to .NET 2003. I'm finding something rather strange in the debugger though. If I break on a line of code in some function and look at variable values either using the 'Autos' or
|
| Can't debug my unmanaged dll | 18 Mar 2004 21:44 GMT | 1 |
Hi all, I have the following problem: I have an unmanaged dll that I would like to debug. I have the dll project opened in .NET and I specify the executable (built with C#) from the debugger. When I run, the program works fine, but whenever I
|
| Should I reference class libraries in \bin\Debug or in \obj\Debug | 17 Mar 2004 16:46 GMT | 4 |
In my VS.NET applications, I've always referenced class libraries in the external project's \bin\Debug folder. Lately, I've notices that some Microsoft samples reference class libraries in the external project's \obj\Debug folder.
|