| Thread | Last Post | Replies |
|
| access denied debugger error | 30 Aug 2005 07:47 GMT | 1 |
For some reason, since a few days ago, when I try to debug a standard application with Visual C++ .NET 2003 Standard, I get an error saying (paraphrased) "access denied: user is not a debugger user". I debug using the administrator account on my computer, so how come it won't ...
|
| Is it possible to "Break on All Errors" in VB.NET? | 29 Aug 2005 11:58 GMT | 3 |
The ability in VB6 to break on all errors was an essential feature for debugging. Has that feature been taken away in VB.NET? I'm using VS.NET 2002 and Framework 1.0. I have an error that NEVER occurs when I'm stepping through, but only occurs when I let the code run its
|
| VS.Net 2003 quits when I hit F5 | 27 Aug 2005 07:59 GMT | 1 |
Re: VS.Net 2003 quits when I hit F5 Keywords: Visual Studio .net 2003 quits unexpectedly, debugger Hi, I post this simply because I imagine that others are likely to come across
|
| Dbugger will hang while debuging user program | 25 Aug 2005 03:35 GMT | 3 |
I have a situation where I am running 2 copies of VS 2003. One copy is debugging 2 applications at the same time and the other copy is debugging a 3rd application. The 2nd application (.net remoting client) connects to the 1st application (.net remoting server) via remoting. Two ...
|
| Unable to start debugging - No such interface supported | 24 Aug 2005 22:00 GMT | 4 |
I have created a vb project and can compile it. But if I try to debug it it, I got: "Schnittstelle nicht unterstützt" aka "No such interface supported" The service Machine Debug Manager runs the mdm.exe is present.
|
| Crash when calling DoModal() | 24 Aug 2005 05:39 GMT | 4 |
Using a Visual Studio.net toolset and coding in visual C++ i'm having the following problem: I'm creating a tool that reads an input file and produces an output file. I Have browse buttons for both input/output files. When running in debug
|
| Can not send to hotmail | 24 Aug 2005 02:28 GMT | 5 |
After setup smtp server , if the destination is hotmail.com, then they cannot receive mail at all, Why? thanks Jason
|
| VS.NET 2003 <cannot view Indexed property> | 23 Aug 2005 14:37 GMT | 1 |
Were using lots and lots of private lists that we need to debug in our application. Since we upgraded to .NET Framework 1.1 SP1 we cannot any longer debug (in VB.Net) any private collections. All we get in for example Quick Watch is a message that says: <cannot view indexed ...
|
| VS.net 2003 debugging issues | 23 Aug 2005 06:08 GMT | 1 |
I have a large solution (19 projects) that has more than 1 .exe in it. I have set the solution to be multi-start for debug. About 1 out of 5 times I hit F5 to start debugging only 1 of the 2 exes will start up. It is not consistent as to which one starts and which one does not ...
|
| VS debugger ignores code when debugging and all variables are null | 19 Aug 2005 13:28 GMT | 6 |
I have been working on a project for some time now and yesterday, my debugger stopped working. It is a class library which I run from a Win32 test app, so no IIS involved at this point.
|
| How to set breakpoints in the generated code for VS Beta2 TableAda | 19 Aug 2005 03:00 GMT | 7 |
I set set breakpoints in the code that is generated for a TableAdapter in VS Beta 2, but the debuger never stops at them. I locate the generated source files by browsing into the dataset through the Class View. Is there a better way? What might be going wrong? Thanks!
|
| VS 2003 Solution Hangs from Start (F5) | 19 Aug 2005 02:44 GMT | 8 |
I've been using VS 2003 for about a month now without problems. Starting two days ago however, I can Build or Rebuild a simple Win Forms solution (Config = Debug), and it'll run fine if I use Start Without Debugging (Ctrl+F5). If I try to use just Start (F5), I'll get a ±5 ...
|
| Cannot Debug SQL SP in VS.Net 2003 IDE | 17 Aug 2005 10:40 GMT | 1 |
When I attempt to step into a remote MS SQL stored procedure from VS.NET 2003, the sp is displayed but the IDE does not stop on any break point...as if it's hung. The debug toolbar only shows the pause and stop button as active. If I click stop I get message "The program 'SQL ...
|
| How to Debug VB6 COM from ASP.NET Web page | 15 Aug 2005 10:46 GMT | 1 |
How do I debug a VB6 COM from an ASP.NET Web form in VS .NET 2003, any articles or walkthrough? I used tlbImp.exe to create an interop DLL from a VB6 COM and used by an ASP.NET page in VB.NET. In VS.NET I set a breakpoint in the code in the
|
| Debugging with C# and VBNET | 11 Aug 2005 16:46 GMT | 1 |
Good morning, I have a solution setup that has a C# and VBNET based project. I'm able to reference classes from both projects successfully, compile them successfully. The C# project is dependent on code from the Cassini webserver and works
|