| Thread | Last Post | Replies |
|
| Where can I find the debug symbols for the data grid (VB6) | 29 Apr 2007 05:56 GMT | 2 |
We've got an app that dies on vista :-( , [release builds only] It's VB6 and according to Win Dbg (as best I can tell) is that it is in msdatgrd, which given that we think it's in that area sound about right. However I've not found any debug sysmbols for it.
|
| Edit and Continue | 28 Apr 2007 14:22 GMT | 3 |
In VS.NET I have Edit and Continue Check in the options but when I am debugging the project I cannot edit the code, the lock symbol appears on the tabs. Could it be because its install on an x64 platform?
|
| Application crashing in ntdll.dll with message dll not found | 26 Apr 2007 22:52 GMT | 5 |
Application is crashing because of ntdll.dll as "dll not found". 00:00:00.938: Loaded "d:\patrol_explorer\bin\TLS71012D.DLL" at address 0x00830000 by thread 1. Successfully hooked module. 00:00:03.516: First chance exception 0xC0000135 (DLL Not Found) occurred in
|
| Timers and Application.ApplicationExit() | 25 Apr 2007 22:04 GMT | 1 |
I'll try to ask the correct questions and give the most relevant information. I have written an application which has a default of 7 threads running. For each TCP connection to the program, one extra dynamic thread is created. The problem I'm having relates to threads "jamming" ...
|
| debug between C# and C++ | 24 Apr 2007 02:42 GMT | 2 |
Now, I have an ActiveX written in C++, and a client written in C#, the problem is that, how can I debug into the ActiveX project?
|
| How to stop the "Thread has exited with code 0" message in the debug output window | 23 Apr 2007 19:16 GMT | 2 |
Any ideas anywhere? I'm debugging .NET CF apps using the thread pool & eventually the output locks up the IDE. http://groups.google.com/group/microsoft.public.vsnet.ide/browse_thread/thread/6 c783441e236d8d2/95231aab39c03a41 On Dec 15 2002, 10:56 am, "mbro" <m_b...@videotron.ca> ...
|
| "Unable to start debugging" Managed C++ | 23 Apr 2007 14:15 GMT | 2 |
When I want to debug a managed c++ dll with other .Net projects (c#) in the same solution, I got an error from VS2003 "Unable to start debugging. Unable to start program ...". I try to debug by starting winword.exe.
|
| what is wrong with OutputDebugString in vs2005? | 22 Apr 2007 05:24 GMT | 3 |
Surpirsed that I could not get OutputDebugString work properly in VS2005. I used to be able to output debug string as below. char msg[100]; sprintf_s(msg, 100, "\n\n the view matrix is
|
| bool related error | 20 Apr 2007 18:28 GMT | 2 |
I have some old C code which I am migrating to a new project which has in the past done a typedef to define bool. Upon migrating to VS2005 I see that bool is an internal data type. Ok, so I comment out the typedef for the bool. What I see is that prototypes which use bool now ...
|
| Debugger & Trace in release mode problem | 20 Apr 2007 02:08 GMT | 1 |
Hi, I am trying to learn about the Debugger, Debug, and Trace classes. I have a simple C# console application, using Visual Studio 2005 Pro, that uses the static methods of these classes. I have found that the Debug statements disappear when I do a release build, but I cannot ...
|
| Exception thrown but not in debugger | 20 Apr 2007 02:02 GMT | 2 |
Hi. My console app PInvokes an unmanaged DLL, the source code for which I do not have access to. Running the project within VS05 works fine, but if I run the exe outside of VS I get an AccessViolationException. What is the difference between VS and non-VS processes which might be ...
|
| Debugging has suddenly become VERY SLOW! | 20 Apr 2007 01:52 GMT | 3 |
I am experiencing extremely slow debugging compared to running out of debugger. I have eliminated all breakpoints and yet no changes. I am debugging a C++ app that links to several DLLs; am also using the multi-threaded DLL runtime - non debug.
|
| Vista debugging unit tests | 17 Apr 2007 23:12 GMT | 1 |
My debugger works fine on Vista, except for when I'm doing my unit tests. there, I have to manually attach to the cassini process. Any ideas why? I'm running as administrator, and I've tried cleaning out all my directories multiple times. Everything else works great, and if i do ...
|
| ContextSwitchDeadlock error in VS2005 | 14 Apr 2007 02:16 GMT | 3 |
All of a sudden I'm getting a ContextSwitchDeadlock error when debugging. I googled it and there are some suggestions to go to the Debug menu, choose Exceptions, blah blah blah There is no Exceptions submenu on my debug menu. I have vs2005 professional
|
| No symbols have been loaded for this document | 13 Apr 2007 22:06 GMT | 3 |
I have a solution with three projects, a C# Windows application using a managed C++ dll (which is a wrapper for the C++ dll) and a native C+ + dll. When I try to debug I can only set breakpoints to the C# application and the managed C++ wrapper dll, but not in the native C++
|