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. Windows 7 visual studio 2008 problem.

Windows 7 visual studio 2008 problem.

Scheduled Pinned Locked Moved C / C++ / MFC
questioncsharpdatabasesql-servervisual-studio
29 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.
  • M Member 4194593

    Richard II, Here is the FC result where bcdedit1.exe is a copy of the restored backup file, BCDEDIT2.exe is the copy of the system file after the Visual Studio file install: Comparing files bcdedit1.exe and BCDEDIT2.EXE FC: no differences encountered The report tells it all. The file is the same as the original (which used to work), but now is ignored. OBTW, Symantic Recovery Disk works just fine. This is the first time I ever used the recovery feature (have done several backups). The interface is almost exactly like my Windows XP mainstay of Partition Magic DriveImage 7 (Symantic bought Partition Magic and, I guess, Norton Ghost). They did not make too many changes in the basic engine, the Help is different, and they implemented recovery points, and they implemented recovery of individual files and folders. Dave.

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #16

    Sorry, I have no further ideas what may have happened to your system, but I find it difficult to believe that this is due to the install of visual Studio.

    One of these days I'm going to think of a really clever signature.

    M 1 Reply Last reply
    0
    • L Lost User

      Sorry, I have no further ideas what may have happened to your system, but I find it difficult to believe that this is due to the install of visual Studio.

      One of these days I'm going to think of a really clever signature.

      M Offline
      M Offline
      Member 4194593
      wrote on last edited by
      #17

      Richard II, I watched the install, there are about 30 things it installs, not just a simple Compiler and IDE (including SQL server, etc, etc). All I know is that bcdedit.exe was working before the install (I used it and set a path to my TOOLS), but not after the install. Dave.

      L 2 Replies Last reply
      0
      • M Member 4194593

        Richard II, I watched the install, there are about 30 things it installs, not just a simple Compiler and IDE (including SQL server, etc, etc). All I know is that bcdedit.exe was working before the install (I used it and set a path to my TOOLS), but not after the install. Dave.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #18

        Given the number of installations similar to yours it seems strange that no one else has seen this elsewhere. As I said before, my only advice would be to re-install windows 7 and try again.

        One of these days I'm going to think of a really clever signature.

        1 Reply Last reply
        0
        • M Member 4194593

          Richard II, I watched the install, there are about 30 things it installs, not just a simple Compiler and IDE (including SQL server, etc, etc). All I know is that bcdedit.exe was working before the install (I used it and set a path to my TOOLS), but not after the install. Dave.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #19

          I just went back to your original message to review the problem. You wrote that when you tried to run bcdedit you get the message:

          'C:\Windows\System32\bcdedit.exe' is not recognized as an internal or external command, operable program or batch file.

          This message normally indicates that the shell cannot find the program in the location that you specified. You then said that you checked and it is there so I don't understand how only that program can not be found when, presumably, all other executables in System32 run OK. If the file was just corrupted then you would get a different message. :confused:

          One of these days I'm going to think of a really clever signature.

          M 1 Reply Last reply
          0
          • L Lost User

            I just went back to your original message to review the problem. You wrote that when you tried to run bcdedit you get the message:

            'C:\Windows\System32\bcdedit.exe' is not recognized as an internal or external command, operable program or batch file.

            This message normally indicates that the shell cannot find the program in the location that you specified. You then said that you checked and it is there so I don't understand how only that program can not be found when, presumably, all other executables in System32 run OK. If the file was just corrupted then you would get a different message. :confused:

            One of these days I'm going to think of a really clever signature.

            M Offline
            M Offline
            Member 4194593
            wrote on last edited by
            #20

            Richard II, I have also been working with the masm32 project and one of the members suggested that I needed to elevate my access to cmd.exe. This results in the ability to at least list the contents of the bcd file with all of the variables, but still need a way to be able to edit the values to add new paths. This was not necessary when I first added my TOOLS path, but I cannot remember exactly how I did that at that time. I also have a MS feedback waiting for my review. Eventually, I may be able to actually use my system to do my work. Thank you for your interest in this problem. Dave.

            L 1 Reply Last reply
            0
            • M Member 4194593

              Richard II, I have also been working with the masm32 project and one of the members suggested that I needed to elevate my access to cmd.exe. This results in the ability to at least list the contents of the bcd file with all of the variables, but still need a way to be able to edit the values to add new paths. This was not necessary when I first added my TOOLS path, but I cannot remember exactly how I did that at that time. I also have a MS feedback waiting for my review. Eventually, I may be able to actually use my system to do my work. Thank you for your interest in this problem. Dave.

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #21

              If I open a cmd window and call bcdedit it runs fine, without any elevated privileges; however my account is an administrator account.

              One of these days I'm going to think of a really clever signature.

              M 2 Replies Last reply
              0
              • L Lost User

                If I open a cmd window and call bcdedit it runs fine, without any elevated privileges; however my account is an administrator account.

                One of these days I'm going to think of a really clever signature.

                M Offline
                M Offline
                Member 4194593
                wrote on last edited by
                #22

                My account is also an administrator account. Still does not help me. Maybe you can give me some tips on bcdedit usage (that I can use once I get it working). Can you give me the steps you would use to add a path to %path%? I am sure that I did this once (I added the path to my TOOLS to the %path% and it it still there), but can't remember exactly how I did this, and since I can't really use bcdedit at the moment, I can't really experiment with this. On top of everything else, my mail server (Yahoo) decided to take a hike so I can't read my MS mail. Hopefully, Yahoo will return shortly. Dave.

                L 1 Reply Last reply
                0
                • L Lost User

                  If I open a cmd window and call bcdedit it runs fine, without any elevated privileges; however my account is an administrator account.

                  One of these days I'm going to think of a really clever signature.

                  M Offline
                  M Offline
                  Member 4194593
                  wrote on last edited by
                  #23

                  Richard II, Well, Yahoo is back, I am off to go down the rabbit hole called MS Feedback. I may find my way out of there. Dave.

                  1 Reply Last reply
                  0
                  • M Member 4194593

                    My account is also an administrator account. Still does not help me. Maybe you can give me some tips on bcdedit usage (that I can use once I get it working). Can you give me the steps you would use to add a path to %path%? I am sure that I did this once (I added the path to my TOOLS to the %path% and it it still there), but can't remember exactly how I did this, and since I can't really use bcdedit at the moment, I can't really experiment with this. On top of everything else, my mail server (Yahoo) decided to take a hike so I can't read my MS mail. Hopefully, Yahoo will return shortly. Dave.

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #24

                    Sorry Dave, I have never used bcdedit, to be honest I don't really know what it is used for. If you want to edit your path variable then use the System item in Control Panel, and select the Advanced Settings and then Environment Variables on the Advanced tab.

                    One of these days I'm going to think of a really clever signature.

                    M 1 Reply Last reply
                    0
                    • L Lost User

                      Sorry Dave, I have never used bcdedit, to be honest I don't really know what it is used for. If you want to edit your path variable then use the System item in Control Panel, and select the Advanced Settings and then Environment Variables on the Advanced tab.

                      One of these days I'm going to think of a really clever signature.

                      M Offline
                      M Offline
                      Member 4194593
                      wrote on last edited by
                      #25

                      Richard II, Thank you, thank you, thank you! That is what I was looking for. Works as advertized, once you know what you are doing. Dave.

                      L 1 Reply Last reply
                      0
                      • M Member 4194593

                        Richard II, Thank you, thank you, thank you! That is what I was looking for. Works as advertized, once you know what you are doing. Dave.

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #26

                        I think you actually did all the work, but happy to add my little bit.

                        One of these days I'm going to think of a really clever signature.

                        M 1 Reply Last reply
                        0
                        • L Lost User

                          I think you actually did all the work, but happy to add my little bit.

                          One of these days I'm going to think of a really clever signature.

                          M Offline
                          M Offline
                          Member 4194593
                          wrote on last edited by
                          #27

                          Richard II, I had found this once before from some on-line source, and that is how I initially set my paths. I could not remember how to do this later. There is no documentation in the Windows 7 Help files about how to modify an environment variable. There are so many different ways to do things in Windows 7 than in Windows XP, and very little documentation on how to do it. My next problem is how to get the MSDN documentation for Visual Studio 2008. I tried to install it from the CD, but it failed to install. I need to find out how to get a new CD or to download it from MS, but I do not want to have to pay for any MSDN subscription. Thank you for all the help. Dave.

                          L 1 Reply Last reply
                          0
                          • M Member 4194593

                            Richard II, I had found this once before from some on-line source, and that is how I initially set my paths. I could not remember how to do this later. There is no documentation in the Windows 7 Help files about how to modify an environment variable. There are so many different ways to do things in Windows 7 than in Windows XP, and very little documentation on how to do it. My next problem is how to get the MSDN documentation for Visual Studio 2008. I tried to install it from the CD, but it failed to install. I need to find out how to get a new CD or to download it from MS, but I do not want to have to pay for any MSDN subscription. Thank you for all the help. Dave.

                            L Offline
                            L Offline
                            Lost User
                            wrote on last edited by
                            #28

                            Member 4194593 wrote:

                            I do not want to have to pay for any MSDN subscription.

                            I manage with the MSDN online site[^], which, once you get used to it, is not too difficult to navigate, or search.

                            One of these days I'm going to think of a really clever signature.

                            M 1 Reply Last reply
                            0
                            • L Lost User

                              Member 4194593 wrote:

                              I do not want to have to pay for any MSDN subscription.

                              I manage with the MSDN online site[^], which, once you get used to it, is not too difficult to navigate, or search.

                              One of these days I'm going to think of a really clever signature.

                              M Offline
                              M Offline
                              Member 4194593
                              wrote on last edited by
                              #29

                              Richard, I guess I will have to use that site also. Wish that it had an alphabetical organization instead of a topic organization. At least search gets you the api if you know what to search for. Dave.

                              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