| Thread | Last Post | Replies |
|
| Can not enable JIT debugging | 31 May 2004 10:25 GMT | 2 |
I can't enable JIT debugging for an application written in C#. This app depends on some Mixed Mode managed C++ Libs. When exceptions generated in it, no JIT debugger invoked. Only the default dialog box shows up. I have enabled JIT debugging for window forms in machine.config and ...
|
| Sql exception has no information while debugging | 30 May 2004 19:23 GMT | 2 |
In October 2002, I posted that, in all of my appliations, if I am debugging and I hit a SQL error (login denied, stored procedure not found, etc), then the IDE gives me this message:
|
| Visual studio help is not installed | 30 May 2004 18:36 GMT | 1 |
I have just installed VS.NET 2003 and loaded the msdn subscriptions library(3 cds). Whenever I click on the F1 or go into th help menu on the tool bar. I get the message that VS help is not installed. However, when the dialog box is closed the help comes up just find. Can this ...
|
| can't debug C#: "The breakpoint will not currently be hit. No symbols have been loaded for this document" | 28 May 2004 19:53 GMT | 4 |
env: winXP, VS2003, office2003 hi all, i'm having strange problem while trying to debug my C# application. All the breakpoints in the code turn to "?" when i start debugging, and the tooltip
|
| How to display unicode string in VS.Net? | 27 May 2004 19:45 GMT | 2 |
In visual studio 6, I know in the options > Debug I could check the "Display Unicode String". But in VS.NET, where is this option? Thanks.
|
| name space "Microsoft.WindowsCE.Form" is not found | 26 May 2004 16:11 GMT | 1 |
While i try to build a example c# project, i get a error message "The type or namespace name 'Microsoft' could not be found (are you missing a using directive or an assembly reference?)". This error occures in "using Microsoft.WindowCE .Form". I am installing .net visual studio ...
|
| OutputDebugString not shown when "Enable unmanaged debugging" off | 26 May 2004 06:00 GMT | 3 |
I have a VS2003 solution that uses a main CS project that calls an unmanaged CPP (UMCPP) DLL. That UMCPP DLL does some output at critical times via OutputDebugString. VS.NET's debugger shows the output in its output window as long as
|
| Unable to debug VB.NET Windows Forms App | 25 May 2004 07:14 GMT | 2 |
Got a simple, single form VB.NET test application that builds with no warnings or errors. If I Start without Debugging (Ctrl+F5) the application runs with no problems, but if I select any of the other options, i.e. Start, Step Into,
|
| Debug Dll Class Library | 24 May 2004 15:52 GMT | 1 |
H We are using another dll class library with reflection during the execution of our application. We do have both the source and compiled binary code of the dll. When starting the application debug, how can I enable the debug of this dll class library? Ai
|
| How do I debug a Web Service | 24 May 2004 10:36 GMT | 2 |
I have a .net web application consuming a web service. I need to debug the webservice by going through the web application during debug time. How do I do this Tn
|
| VS.NET 2003 debugger not working | 22 May 2004 11:11 GMT | 4 |
I have recently installed Visual Studio .NET and have been unable to debug a web project on my local machine. I have only created a standard web application and have a blank page. Running the application without debugging works fine but if I start the debugger I
|
| There is no source code available for the current location. | 21 May 2004 15:45 GMT | 1 |
I was always getting sometimes this error while debugging ASP.Net project in VS.Net 2003: "There is no source code available for the current location.", but recently I started getting it so often that I almost cannot debug at all. What could cause this? Is there a way to fix the ...
|
| Asynchronous method call never fires when running under the debugger. | 19 May 2004 17:33 GMT | 1 |
I'm having trouble running the following code under the debugger (although it works correctly when it runs normally). The code calls a simple "Hello World" web service asynchronously and prints "Hello World" to the screen. My problem is that when I run it under the debugger the ...
|
| Visual Studio stops debugging when moving or locking taskbar | 19 May 2004 11:07 GMT | 4 |
I noticed very strange behaviour while debugging my asp.net project. I start my asp.net project in debugging mode. My web app opens in IE. I then lock or unlock my taskbar, or I resize my taskbar. Visual Studio then stops with debugging, but the web app still functions. However, I'm ...
|
| how to debug the process created by the process which is being debug by the VsualSudio? | 19 May 2004 10:59 GMT | 3 |
The following is cut from CreateProcess function of MSDN document; ---------------- DEBUG_ONLY_THIS_PROCESS If this flag is not set and the calling process is being debugged, the new
|