- Joined
- Dec 1, 2007
- Messages
- 2,787
- Reaction score
- 480
Hey my laptop is starting to F up now and I don't want to take the chance of losing any of my programs and projects, the point of this is that I transferred my projects to my PC, and downloaded Visual Studio C#.NET 2008 again, it works perfect on my laptop but on my PC it doesn't work, I get this error..
I've tried running in administrator mode, giving ownership permissions, computability WinXP SP2 and so on but still I get same error, I have searched everywhere basically and now I'm asking if any of you people could help as well :tongue:
I downloaded http://www.microsoft.com/downloads/...56-D8FE-4A91-93CF-ED6985E3927B&displaylang=en and ran
in command prompt but it still doesn't work.
So hopefully if you've ran into this problem before or know how to fix you could kindly post here.
Thanks Parker.
![Parker - [C#.NET] Creating new project. - RaGEZONE Forums Parker - [C#.NET] Creating new project. - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
I've tried running in administrator mode, giving ownership permissions, computability WinXP SP2 and so on but still I get same error, I have searched everywhere basically and now I'm asking if any of you people could help as well :tongue:
I downloaded http://www.microsoft.com/downloads/...56-D8FE-4A91-93CF-ED6985E3927B&displaylang=en and ran
Code:
cd /d "%programfiles%\Windows Resource Kits\Tools"
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f /grant=system=f
subinacl /subdirectories %windir%\*.* /grant=administrators=f /grant=system=f
So hopefully if you've ran into this problem before or know how to fix you could kindly post here.
Thanks Parker.