debugging

  1. B

    Cannot currently modify this text in the editor. it is read-only.

    Hi, I installed VB.Net 2005 32 bit in my laptop which has 64 bit Windows 8 OS. While I build the solution, it doesn't allows me to debug or enter new line, throws error ("Cannot currently modify this text in the editor. it is read-only.") . I tried enabled: Tools -> Options -> Debugging ->...
  2. VBobCat

    Question How to identify one given instance from a class when debugging?

    Hello people, I wrote a class that helps me to validate entries on textboxes and comboboxes. The constructor takes the control to be validated as parameter, so the class can handle some of its events. Then, each Form declares so many instances of it as the number of controls that require...
  3. I

    Infinite Redraw Loop with "Program not Responding" Message

    Hello Community, I have an urgent problem to which I would appreciate quick replies. I have written a program for a school project which graphs mathematical equations. Within Visual Studio (in debug mode) everything works perfectly. However, when I publish the program and run it as an installed...
  4. B

    Debugging a multi-threaded vb2005 app

    Hi folks, I have what I believe is a basic question... I am debugging a vb2005 application with 2 threads. When I hit a breakpoint in one of the threads, is the other thread still running, or is it suspended as well? Thanks, Mark
  5. T

    Debugging COM interop with Visual Studio 2005

    Hello Everyone, I am out of ideas, and I would like to see if you could guide me. It happends that I need to create a Visual Basic.NET GUI for a VB6 application. I already registered the COM DLL and reference it properly. However, when I debug the application, it is giving me an OutofMemory...
  6. D

    Just launched: DotNetLogging.com website

    Hello, we just launched .NET Logging, a new directory and guide to logging tools for .NET. There are dozens of logging frameworks out there for .NET, each one with a different feature set, capabilities and purpose. The goal of this website is to provide a useful starting point for developers...
  7. D

    SmartInspect 3.0: Revolutionary logging for .NET, Java and Delphi released

    Hello, We are excited to announce the immediate availability of our advanced .NET logging, Java logging and Delphi logging tool SmartInspect 3.0. SmartInspect is already helping hundreds of companies around the world to build rock-solid software applications every day. The new release makes...
Back
Top