| Thread | Last Post | Replies |
|
| Remote debugging a mixed DLL | 25 Dec 2006 05:07 GMT | 5 |
I've written a mixed DLL in Managed C++. This DLL is loaded from a native win32 service. I would like to remote debug managed code in this DLL. In VS2005, when attaching to the remote process :
|
| can not debug ASP.NET Project | 20 Dec 2006 06:42 GMT | 2 |
I have a domain account and i am trying to run my project from the domain controller. When I try to debug the project the error message as follows appears. "Error While trying to run project: Unable to start degugging on web server. Catastrophic failure".
|
| T-Sql debugging directly from vs2005 | 15 Dec 2006 14:31 GMT | 1 |
Hello group Is it possible debugging Stored Procedures in SQL2005 directly from Vs.Net 2005? I know that with SQLCLR procedures its works but I dont know how to work
|
| Introduction to using Son of Strike (SOS) and MiniDumps | 14 Dec 2006 10:22 GMT | 1 |
In the course of tracking down a recent production bug, I had to make extensive use of SOS and MiniDump files. Like everyone else, I use these tools as little as I can, which means that between SOS debugging sessions I always forget everything I've learned. This
|
| VS2005/IE 7.0 hangs on symbol loading | 14 Dec 2006 10:02 GMT | 1 |
Seems that VS 2005 hangs on symbol loading if IE 7.0 is embedded on the forms. I made a test C++ project - dialog window, put IE activeX on it, assigned a variable to the IE control (say m_Browser), put a simple
|
| VS 2005 Hangs with Microsoft Visual Studio Is Busy message | 14 Dec 2006 02:08 GMT | 2 |
Occasionally and at random times and locations in my code, VS 2005 will just hang and stop responding, and I am unable to continue debugging my code. After a few seconds, or if I click on the vs logo in the system tray, a message pops up saying...
|
| Server application unavailable when debugging | 12 Dec 2006 11:59 GMT | 2 |
I have a strange problem where my aspnet_wp.exe shuts down completely without any helpful error message or exception when a particular line of code runs. The line of code adds an item to a sortedlist with a valid key and valid object. The problem is, this only occurs when ...
|
| VB Compiler Error in VS2005 Team Dev | 11 Dec 2006 09:27 GMT | 13 |
I am debugging a project that contains ADO.NET datasets. When I hit a breakpoint, and press F11 to step into the process, I consistently get a VB compiler error whenever my debugging takes me into the dataset designer code file, where the <System.Diagnostics ...
|
| Visual Basic Compiler Error While Debugging | 11 Dec 2006 09:24 GMT | 1 |
Can you help me. Why every time i stop debugging or while debugging, This error raise. I was trying to reinstall the VS and remove .NET Framework too. But the problem still raise. Here's the detail information provided by Error reporter.
|
| Breakpoints skipped because PDB file is missing | 08 Dec 2006 14:57 GMT | 3 |
I'm working on a fairly large project in VS .NET 2003. The executable has many configuration files that it needs to load, all of which are stored in subdirectories. While developing, I frequently switch between the "Release" build and the
|
| Where to i see the Trace.WriteLn messages? | 06 Dec 2006 14:47 GMT | 3 |
In order to debug i filled my VB.NET code with Trace.WriteLn messages. Then i downloaded DbgView and run it. My understanding is that as i run my code, i suppose to see all the messages in there. i dont see anything :( I do have the TRACE flag set (it is by default, didnt
|
| Visual Studio is busy | 01 Dec 2006 07:36 GMT | 1 |
VS 2005 keeps hanging up on me while debugging. Pops up this message: Microsoft Visual Studio is busy. Microsoft Visual Studio is waiting for an internal operation to complete. If you regularly encounter this delay during normal usage please report
|