| Thread | Last Post | Replies |
|
| Unable to start debugging on the web server | 01 Sep 2003 00:31 GMT | 1 |
I have this error when I try to debug an asp.net page: Error while trying to run project:Unable to start debugging on the web server.The server does not support debugging of ASP.NET or ATL Server applications.
|
| Debugging Password Change Filter DLL | 31 Aug 2003 20:25 GMT | 1 |
I have been looking at the Microsoft Password Filter sample dll code in knowledge base article 151082 at http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/s upport/kb/articles/q151/0/82.asp&NoWebContent=1 In the sample code it has debug code, what ...
|
| SqlException: EXECUTE permission denied on object 'sp_sdidebug', database 'master', owner 'dbo' | 30 Aug 2003 10:32 GMT | 1 |
I am learning the debugger using IBuySpy. I make small changes to the code and use the debugger to see the effects of my changes. WindowsXP crashed and now when I try to debug IBuySpy, I get the following errors while the programs is starting, and these errors have nothing to do ...
|
| xppro updates break visual studio debugger | 30 Aug 2003 09:24 GMT | 1 |
I installed xppro and then vs.net2002 academic (i r a student) on a clean drive. built a web form, ran the debugger and downloaded the first critical update. then tested debugger it was ok. then loaded the rest of the
|
| VS .net installation | 30 Aug 2003 09:17 GMT | 1 |
Can you please help me with my VS .net Enterprise installation it's always hanging and asking for the following file : Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Samples\QuickStart\winforms\samples\data\webservicebinding
|
| Debug JS in VS.NET | 30 Aug 2003 08:49 GMT | 1 |
I was able to set a break point in the JS file and debug the javascript code, for some reason this has stopped working any help to enable debug .js file will be greatly appreciated.
|
| Module Wide Breakpoints | 30 Aug 2003 08:26 GMT | 1 |
How can I set a breakpoint on a module instead of a line ? I want Visual Studio to break as soon as any line of code in a given .cs file is executed. Nick Carter
|
| Smart Device Authentication problems | 28 Aug 2003 06:28 GMT | 1 |
I have been using the Smart Device Authentication Utility that comes with the Visual Studio Smart Device Add-on to debug my .Net application on a Windows CE target. However, when I tried to
|
| VS.NET 2002 debugger and other errors | 26 Aug 2003 08:36 GMT | 5 |
I just (after many tries) reinstalled VS.net 2002. It is doing several strange things. First, whenever I open the IDE a popup window shows "preparing to install" and goes through a minutes-
|
| Debugger not working and code changes don't affect compile | 26 Aug 2003 08:23 GMT | 1 |
The strangest thing started happening to me today in Visual Studio .NET 2003. I make changes to my code and compile it, but none of my changes are in the compiled program. The compiled program is stuck on a single
|
| Advanced COM Interop debugging with VS.NET 2003 | 25 Aug 2003 14:07 GMT | 2 |
I'm try to debug a c# app with some interop stuff. During an interface call I get a System.NullReferenceException. It is obviously a callback there and during the call some other code of my program is called. The stacktrace shows the call, not the
|
| I cant find the reason of this error - help | 21 Aug 2003 22:53 GMT | 1 |
----------------------------------------------------------- --------------------- Access denied to 'c:\inetpub\wwwroot\EtradeinMatrix\' directory. Failed to start monitoring directory changes.
|
| There is no source code available for the current location | 21 Aug 2003 22:29 GMT | 1 |
When we are debegging step by step under French version 7.0.9500 Visual .NET and framework version 1.0.3705, the following message box "There is no source code available for the current location" (in french in the text), the
|
| Strange "if" behviour in Debugger | 21 Aug 2003 22:26 GMT | 1 |
I have an "if" statement, the condition resolves to false. However when I debug through it the yellow "Instruction Pointer" moves to the last line of the statement as if it is executing it. Any know what's going on?
|
| help me rid VS.Net of this annoying behaviour, plz! | 21 Aug 2003 15:25 GMT | 2 |
my workflow: debug pause/break edit some code
|