Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Visual Studio Bug ????

Visual Studio Bug ????

Scheduled Pinned Locked Moved C / C++ / MFC
csharphelpvisual-studioquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shay Harel
    wrote on last edited by
    #1

    Hi, I am working with Visual Studio .NET 2003 and everything worked fine until... I added a new dialog and tried to create a new CDialog class to attach to it by either double clicking on the dialog frame or right click and "Add Class". When I fill in the class name and base class and hit OK, nothing happens and the new class is not created anywhere. I don't see any error messages as well. I tried multiple names, but nothing works. I can do it manually but this takes longer to do... Thanks in advance, Shay

    D G 2 Replies Last reply
    0
    • S Shay Harel

      Hi, I am working with Visual Studio .NET 2003 and everything worked fine until... I added a new dialog and tried to create a new CDialog class to attach to it by either double clicking on the dialog frame or right click and "Add Class". When I fill in the class name and base class and hit OK, nothing happens and the new class is not created anywhere. I don't see any error messages as well. I tried multiple names, but nothing works. I can do it manually but this takes longer to do... Thanks in advance, Shay

      D Offline
      D Offline
      Dr Dan
      wrote on last edited by
      #2

      I've just done this and successfully added the dialogue box and a class (by right clicking on it and using the context menu) so I don't think it's a bug. :confused: Which version of Visual Studio .NET 2003 are you using? I'm using 7.1.3088 (Click Help=>About Microsoft Visual C++ 2003).

      S 1 Reply Last reply
      0
      • D Dr Dan

        I've just done this and successfully added the dialogue box and a class (by right clicking on it and using the context menu) so I don't think it's a bug. :confused: Which version of Visual Studio .NET 2003 are you using? I'm using 7.1.3088 (Click Help=>About Microsoft Visual C++ 2003).

        S Offline
        S Offline
        Shay Harel
        wrote on last edited by
        #3

        got the same version. I was able to add dialog classes but from some reason I can't do it anymore on this project (other projects are good). The "bug" is that I see no error message and the new class is not created... Shay

        1 Reply Last reply
        0
        • S Shay Harel

          Hi, I am working with Visual Studio .NET 2003 and everything worked fine until... I added a new dialog and tried to create a new CDialog class to attach to it by either double clicking on the dialog frame or right click and "Add Class". When I fill in the class name and base class and hit OK, nothing happens and the new class is not created anywhere. I don't see any error messages as well. I tried multiple names, but nothing works. I can do it manually but this takes longer to do... Thanks in advance, Shay

          G Offline
          G Offline
          Gary R Wheeler
          wrote on last edited by
          #4

          Problems of this type usually signal that one or more of the temporary files that Visual Studio creates has been corrupted. Exit Visual Studio. Look in the folder containing your project file _project_.vcproj. Delete any files named _project_.ncb or _project_.aps. This is safe to do, since Visual Studio will re-create them as needed.


          Software Zen: delete this; // [Fold With Us!](http://www.codeproject.com/script/profile/whos_who.asp?msg=1307432&id=10338#xx1307432xx)[[^](http://www.codeproject.com/script/profile/whos_who.asp?msg=1307432&id=10338#xx1307432xx "New Window")]

          S 1 Reply Last reply
          0
          • G Gary R Wheeler

            Problems of this type usually signal that one or more of the temporary files that Visual Studio creates has been corrupted. Exit Visual Studio. Look in the folder containing your project file _project_.vcproj. Delete any files named _project_.ncb or _project_.aps. This is safe to do, since Visual Studio will re-create them as needed.


            Software Zen: delete this; // [Fold With Us!](http://www.codeproject.com/script/profile/whos_who.asp?msg=1307432&id=10338#xx1307432xx)[[^](http://www.codeproject.com/script/profile/whos_who.asp?msg=1307432&id=10338#xx1307432xx "New Window")]

            S Offline
            S Offline
            Shay Harel
            wrote on last edited by
            #5

            I already did the work manually but thanks a lot for the info. This had happen more than once so next time I will try this trick. shay

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups