| Thread | Last Post | Replies |
|
| Open dumps in VS 2005 | 29 Mar 2007 10:53 GMT | 7 |
I have read in the MSDN that it is possible to open .dmp files as a VS 2005 project. However, I can´t find that type of project in my VS 2005 installation. I have installed VB.NET and C#. Do I have to install VC++ to be able to open .dmp files?
|
| Debugging unmanaged dll in .net | 28 Mar 2007 08:20 GMT | 1 |
In VS2005, I have enabled debugging of native code in a project which includes a COM dll written in VC6. I see the symbols load for that dll in the output window and I'm able to step through the unmanaged coded. My problem is that most of the variables cannot be seen in the watch ...
|
| VBScript File Debugging in VS2005 | 28 Mar 2007 04:28 GMT | 2 |
Is there a way to do simple debugging on vbs files in VS2005? Or...just run the vbs file from inside the IDE? Thanks
|
| VS 2005 debugging and iTunes (LoaderLock) | 23 Mar 2007 17:03 GMT | 2 |
VS 2005 SP 1 and iTunes I like to listen to music while working with VS 2005. it makes me feel better;-) Well, there is a problem with listening to iTunes while debugging an
|
| Memory increasing even when in debug-break | 21 Mar 2007 10:42 GMT | 8 |
I have a memory leak problem, but it's no ordinary memory leak. It's a 100% manged app, all in C#. (fairly complex, about 4mb of code). However when ever I run certain methods, such as GetProcessByName, it returns fine but from that instant on the private bytes memory increases ...
|
| VS2005 - exceptions thrown whilst debugging | 21 Mar 2007 09:55 GMT | 1 |
I have a windows forms app that I can compile (debug version) and run from the command line. However, when I try to debug it I get a variety of exceptions thrown by the debugger: 1) If I don't have any breakpoints, I get either "An unhandled
|
| VS 2003 locks .js files in debug mode | 14 Mar 2007 20:24 GMT | 2 |
I have a C# project with a large amount of Javascript. The scripts are include in the .aspx like so: <SCRIPT language="javascript" src="myScripts.js"></SCRIPT> When I run in debug mode Visual Studio makes the myScripts.js file
|
| C# Forms will not start from Debug Menu | 14 Mar 2007 15:51 GMT | 4 |
Hi guys/gals I'm using Visual Studio .net '05 SP1 and I can't even get a simple c# form to start from the debug menu. I'm able to build it and I can actually run it manually from the local directory but I just can't get it to run from within
|
| F5 and Rebuild All | 14 Mar 2007 03:05 GMT | 1 |
I'm using Visual Studio 2005 with SP1 on a C# project. When I hit the F5 function key to run in debugging mode, I notice I'm rebuilding the entire solution every time before the program run begins. This is wasting a lot of time.
|
| Mixed assembly crashes on exit | 13 Mar 2007 21:05 GMT | 8 |
VS2005 - VC++/MFC: most modules compiled as native. Two modules compiled as /clr (managed). One of these two modules uses a .NET C# Windows form User control in an MFC dialog box. The program seems to run fine, but crashes when I exit.
|
| Use of debugging symbol server | 13 Mar 2007 03:05 GMT | 5 |
I am using the Visual Studio version 8 debugger with the Microsoft symbol server. This is great for crash dump analysis of our product in the field since it handles the different versions of apps and dlls on the different machines.
|
| Which VS 2005 edition has attachable JIT debugger? | 12 Mar 2007 10:26 GMT | 1 |
I'm new to VS 2005 debugging. I'm in a situation where I need to debug a managed C# app by first launching the process outside of VS 2005 (on my local machine) and then trapping an exception and hooking it back into VS 2005's debug environment. I'm not seeing a way to do this ...
|
| Directory Listing Denied | 08 Mar 2007 12:39 GMT | 1 |
Directory Listing Denied This Virtual Directory does not allow contents to be listed. -- When I try to run the Time Tracker Startup web site (actually any website
|
| Debugging thru AxHost | 08 Mar 2007 12:19 GMT | 11 |
How to debug VB6 Activex Usercontrol (ocx) hosted in VB.Net container. Advanced thanks for your help Manoharan ---
|
| Immediate Window | 08 Mar 2007 04:48 GMT | 2 |
According to the help document in VS.NET 2005 there is an Immediate Window, just like in MS Access. According to the online help documentation I should be able to display the IMMEDIATE window by choosing DEBUG then WINDOWS followed by the IMMEDIATE Window. This option does not ...
|