| View previous topic :: View next topic |
| Author |
Message |
killer1478 Grandmaster Cheater
Reputation: -1
Joined: 20 Jul 2007 Posts: 845 Location: Watching You Threw My Internet Eye
|
Posted: Wed Dec 31, 2008 6:39 pm Post subject: Universal Guide To Fixing Projection Creation Errors |
|
|
Well, I've been noticing that people have been having errors in C#, VB08, C++ you name it where they cant build a new project so here is how you fix it
1. Download SubInACLtool and install it (Dont worry this is by microsoft)
2. Then open notepad paste this in it
| 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
|
save the notepad as fix_registry_errors.cmd
3. Run the fix_registry_errors.cmd
4. Restart Your Computer
===If your computer is having a sound problem continue reading===
VISTA:
>>Right click "Computer"
>>Click "Manage"
>>Under the "System Tools" section, Double click "Local Users and Groups"
>>Click "Groups"
>>Right click "Administrators"
>>Click "Add to group..."
>>Click "Add"
>>Click "Advanced"
>>Click "Find Now"
>>Double click "Local Service"
>>Click "Ok"
>>Repeat to add "Network Service"
>>Click "OK"
>>"NT Authority\Local Service" and "NT Authority\Network Service" should show up in the list now
>>Click "OK"
>>Close Computer Management and reboot.
WINDOWS XP:
>>Right click "Computer"
>>Click "Properties"
>>Under the "System Tools" section, Double click "Local Users and Groups"
>>Click "Groups"
>>Right click "Administrators"
>>Click "Add to group..."
>>Click "Add"
>>Click "Advanced"
>>Click "Find Now"
>>Double click "Local Service"
>>Click "Ok"
>>Repeat to add "Network Service"
>>Click "OK"
>>"NT Authority\Local Service" and "NT Authority\Network Service" should show up in the list now
>>Click "OK"
>>Close Computer Management and reboot.
===========================================
That should just about do it.
If you have anyproblems feel free to pm me.
_________________
^^^CLICK FOR FREE PORN^^^
¸¨°º¤ø„¸¸„ø¤º°¸„ø ¸„ø¤º°¨
¨°º¤ø„¸Killer¸„ø¤º°¨
¸„ø¤º°¨RULES! !``°º¤ø„¸
ø¤º°¨¸„ø¤º°¨¨°º¤ø„¸¨°º¤ø |
|
| Back to top |
|
 |
FerrisBuellerYourMyHero Master Cheater
Reputation: 0
Joined: 14 Feb 2007 Posts: 401 Location: Inside your <kernel>
|
Posted: Wed Dec 31, 2008 6:44 pm Post subject: |
|
|
Are you talking about the problem where, sometimes when you are creating a new project; Sometime between clicking through the settings for your new project it will close the window and it will say "Project Creation Failed" if you look in the status window.
I thought I was the only one who gets that? So it isn't just me?
I use Microsoft Visual C++ 2008 Express Edition, and it doesn't happen all the time but occasionally it will fail at creating the project. and I'll have to keep trying until it works.
Change your title "Projection" ? should be "Project"
_________________
You know, life moves pretty fast. If you don't stop and look around once in a while, You could miss it!
 |
|
| Back to top |
|
 |
|