Windows 7 visual studio 2008 problem.
-
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.
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.
-
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.
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.
-
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.
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.
-
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.
-
If I open a
cmd
window and callbcdedit
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.
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.
-
If I open a
cmd
window and callbcdedit
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.
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.
-
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.
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.
-
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.
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.
-
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.
-
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.
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.
-
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.
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.
-
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.
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.