| Thread | Last Post | Replies |
|
| ASP 3 Debugging and Tracing in VB.Net | 23 Oct 2003 22:48 GMT | 1 |
Is it possible to Trace and Debug VBScript / ASP 3 / IIS5 applications in the Visual Basic.Net IDE? (not full VS.Net, I'm pretty positive it is there) If so, in a nutshell, what's the fastest way to set it up? I'm getting my hands on a trial tomorrow and would like to get it up and ...
|
| ASP.NET dbg does NOT stop @ breakpoints | 23 Oct 2003 22:43 GMT | 4 |
This is crap. I have searched and read every item in this forum on this topic. I have searched Microsoft.com, and I have searched the whole net with Google. I have yet to find a real solution, because I believe the real solution
|
| Unable to hit breakpoint Mixed mode debugging SQL C# | 23 Oct 2003 22:15 GMT | 1 |
I have a C# web application which calls a number of stored procedures. I wish to step into the stored procedures while debugging i.e "Mix-mode debugging": I have completed the following steps:
|
| Issues when debugging | 23 Oct 2003 22:11 GMT | 1 |
I have been having some problems that I have attributed to Video Drivers, but I don't know if that's true. When I run an app from the VS.NET 2003 IDE, I have the following issues: 1) Some Web Drop Downs do not "DROP DOWN" from mouse lick. (Can get
|
| Problem with tooltips | 23 Oct 2003 22:10 GMT | 3 |
I am using visual studio.net and the tool tips work fine in the development environment, but as soon as I create the distribution package they dont work anymore. What am I missing ?
|
| debug a web service | 23 Oct 2003 09:37 GMT | 1 |
I created a web service. if running it by selecting "Start Without Debugging", it was fine. But if selecting "Start", got error
|
| Can't watch unmanaged structures in C++ project with Managed Extensions | 23 Oct 2003 00:44 GMT | 2 |
I am trying to debug C++ project with Managed Extensions and old C structs. But all values of structs in Watch/Local windows are shown as <undefined value>.
|
| VB4 faster file IO than VB.NET ? | 22 Oct 2003 23:38 GMT | 1 |
I have just started rewriting some programs I had in Visual Basic 4 to Visual Basic.NET and the file I/O went from 15 seconds in VB4 to 90 seconds in VB.NET. Is this correct or am I doing something wrong?
|
| BUG: debugger bug with [Flags] bitfields | 22 Oct 2003 22:36 GMT | 3 |
When debugging bitfields ([Flags] enums) the debugger output window shows only the first enum name but the correct value for bitwise OR values. ie., if i have a bitfield set to A | B it shows A|B in the value with intellisense but in the watch window it only shows the A bitfield ...
|
| an unhandled exception -- The object is currently in use elsewhere. | 21 Oct 2003 22:57 GMT | 1 |
I have built an application that uses multiple threads and graphics. It randomly aborts with: An unhandled exception of type 'System.InvalidOperationException' occurred in
|
| Slow or delayed debug start | 21 Oct 2003 22:24 GMT | 1 |
When I am using Visual Studio .Net 2003 I often get a lengthy delay when I hit the start button. (To start debugging) or when I go to debug then start. I've found that this happens with a few other people also. Has anyone else experienced this, or does anyone know why it is ...
|
| MiniDumpWriteDump From DebugActiveProcess | 20 Oct 2003 22:51 GMT | 2 |
I'm using DebugActiveProcess ( ) to debug a process. When there is an unhandled exception I use the EXCEPTION_POINTERS structure from the debug exception object and call GetThreadContext ( ) with the handle that I got from the create thread event. I then call MiniDumpWriteDump ...
|
| Debugging local spool service with VS.NET 2003 | 20 Oct 2003 22:49 GMT | 1 |
I am attempting to debug the local spool service (spoolsv.exe) using VS.NET 2003 under Windows 2000 using an account in the Administrators group. spoolsv.exe runs as LocalSystem.
|
| how to monitor the change of variable | 18 Oct 2003 17:42 GMT | 1 |
My application is developed by vb.net. Now I need to monitor the change of one variable. It means if the value of this variable is changed, the program should stop and tell me which function is doing this. However, I don't
|
| Unhandled System.Runtime.InteropServices.ComExeption | 18 Oct 2003 17:32 GMT | 1 |
I am using Visual Studio .net 2003. Whenever I create a new windows form project, I get an Unhandled System.Runtime.InteropServices.ComExeption in mscorlib.resources.dll, even without changing anything in
|