Search
Log in
Who is online?
In total there are 4 users online :: 0 Registered, 0 Hidden and 4 Guests None
Most users ever online was 380 on Sat Oct 02, 2021 6:59 pm
Latest topics
"Requested redistry access is not allowed."~Fixed
4 posters
Epique Gaming :: Hardware Gaming :: PC :: Software/Games :: Software Discussion
Page 1 of 1
"Requested redistry access is not allowed."~Fixed
This topic is kind of pointless but I'm making it anyway. Why? Because if I break something again later, I'll be able to easily reference back to what has to be done.
Recently, as many of you may have seen me ranting about, my copy of visual basic was returning the following error:
"Requested registry access is not allowed."
This ochered every time I tried to create a new project, application, etc. It took FOREVER to figure out how to fix this.
The following information will tell you how to work around this error for multiple versions of VB.
(Make sure Visual Basic is not running)
First, download this: SubInACL
Next, go to start, and select "run" (you may have to search for it).
In the run window, type in "CMD" and this will open up a command prompt.
Now you have to change the directory.
For 32 bit windows type:
Next, you have to enter the following lines of code:
(For VB Express 2009)
You may have a different version of visual basic. If your not sure of what to put, go to start > run > type "regedit". Go to HKEY_CLASSES_ROOT and go down to the "V" area (its in alphabetical order). There will either be visual studio, or VBExpress. Look for the one with the extension ".vbproj" . You will use this for your lines of code in place of "VBEXpress.vbproj.*version number*" if its different.
If you followed these steps correctly, you should now be able to create a new VB project with no problem. Sometimes, a system restart is necessary, but this wasn't the case for me. Hope this helps! (even though I'm the only person on this forum that will ever receive this error).
Moderator,
~Wert Ac
Recently, as many of you may have seen me ranting about, my copy of visual basic was returning the following error:
"Requested registry access is not allowed."
This ochered every time I tried to create a new project, application, etc. It took FOREVER to figure out how to fix this.
The following information will tell you how to work around this error for multiple versions of VB.
(Make sure Visual Basic is not running)
First, download this: SubInACL
Next, go to start, and select "run" (you may have to search for it).
In the run window, type in "CMD" and this will open up a command prompt.
Now you have to change the directory.
For 32 bit windows type:
- Code:
cd /d "%programfiles%\Windows Resource Kits\Tools"
- Code:
cd /d "%programfiles% (x86)\Windows Resource Kits\Tools"
Next, you have to enter the following lines of code:
(For VB Express 2009)
- Code:
subinacl /subkeyreg HKEY_CLASSES_ROOT\VBExpress.vbproj.9.0 /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT\VBExpress.vbproj.9.0 /grant=users=f
subinacl /subkeyreg HKEY_CLASSES_ROOT\VBExpress.vbproj.9.0 /grant=system=f
- Code:
subinacl /subkeyreg HKEY_CLASSES_ROOT\VBExpress.vbproj.10.0 /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT\VBExpress.vbproj.10.0 /grant=users=f
subinacl /subkeyreg HKEY_CLASSES_ROOT\VBExpress.vbproj.10.0 /grant=system=f
You may have a different version of visual basic. If your not sure of what to put, go to start > run > type "regedit". Go to HKEY_CLASSES_ROOT and go down to the "V" area (its in alphabetical order). There will either be visual studio, or VBExpress. Look for the one with the extension ".vbproj" . You will use this for your lines of code in place of "VBEXpress.vbproj.*version number*" if its different.
If you followed these steps correctly, you should now be able to create a new VB project with no problem. Sometimes, a system restart is necessary, but this wasn't the case for me. Hope this helps! (even though I'm the only person on this forum that will ever receive this error).
Moderator,
~Wert Ac
Re: "Requested redistry access is not allowed."~Fixed
Yep. Now I need to figure out how to make a game-like environment with multi-directional scrolling so I can make something really cool.
Re: "Requested redistry access is not allowed."~Fixed
...........................................................
Hooray?
Hooray?
Re: "Requested redistry access is not allowed."~Fixed
Wert Ac wrote:Yep. Now I need to figure out how to make a game-like environment with multi-directional scrolling so I can make something really cool.
Yes, you NEED to
knife in a box- Banned
- Posts : 2396
Points : 2586
Join date : 2009-10-11
Age : 28
Location : Halo is fucking retarded!!11
Re: "Requested redistry access is not allowed."~Fixed
Well I don't. I found a work-around. Now I NEED to find a way to save and load progress.
knife in a box- Banned
- Posts : 2396
Points : 2586
Join date : 2009-10-11
Age : 28
Location : Halo is fucking retarded!!11
Re: "Requested redistry access is not allowed."~Fixed
I'm making some sort of adventure game, and I need a way so you can end it, then continue where you left off the next time you start playing.
Re: "Requested redistry access is not allowed."~Fixed
Find a way to make a save file and when that save file is read it would put you in a certain spot?
Re: "Requested redistry access is not allowed."~Fixed
What kind of project? Like an application?
knife in a box- Banned
- Posts : 2396
Points : 2586
Join date : 2009-10-11
Age : 28
Location : Halo is fucking retarded!!11
Re: "Requested redistry access is not allowed."~Fixed
Awesome132 wrote:Does this mean you can teach me how to use VB?
Random...
knife in a box- Banned
- Posts : 2396
Points : 2586
Join date : 2009-10-11
Age : 28
Location : Halo is fucking retarded!!11
Re: "Requested redistry access is not allowed."~Fixed
Exactly. Google isn't helping me though so idk how I'm going to do it. from what I found, information can generally be saved to a simple text document and be read. I don't even know where to BEGIN to make it do that tough. I'll have to ask my computer programming teacher about it.Alex wrote:Find a way to make a save file and when that save file is read it would put you in a certain spot?
Yes, an application...But I'd call it a "game".knife in a box wrote:What kind of project? Like an application?
Yes. Download teamviewer and add me on windows live messenger when you get the chance (wert_ac@hotmail.com)Awesome132 wrote:Does this mean you can teach me how to use VB?
Last edited by Wert Ac on Thu Nov 05, 2009 5:25 pm; edited 1 time in total
Re: "Requested redistry access is not allowed."~Fixed
You could try notepad?
knife in a box- Banned
- Posts : 2396
Points : 2586
Join date : 2009-10-11
Age : 28
Location : Halo is fucking retarded!!11
Similar topics
» CSS troubles. FIXED!
» The "Epique Real-World Creations You Have Made" Thread
» Team effort for a "choose your own adventure" story?
» Hi Guys (notice I didn't say "and gals")
» The Official "What did you do today?" Thread
» The "Epique Real-World Creations You Have Made" Thread
» Team effort for a "choose your own adventure" story?
» Hi Guys (notice I didn't say "and gals")
» The Official "What did you do today?" Thread
Epique Gaming :: Hardware Gaming :: PC :: Software/Games :: Software Discussion
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
Sat Feb 06, 2010 12:37 am by The Joker
» The End of Epique
Fri Feb 05, 2010 8:54 pm by Alex
» Good-Bye
Fri Feb 05, 2010 8:06 pm by Alex
» Runescape names
Fri Feb 05, 2010 5:14 pm by japsa
» The Lounge
Wed Feb 03, 2010 6:11 pm by Sajextryus
» Baccano? Anyone? Probably not....
Wed Feb 03, 2010 5:22 pm by Alex
» Just a suggestion
Wed Feb 03, 2010 5:13 pm by Alex
» 40's song?
Wed Feb 03, 2010 12:37 am by Alex
» I haz a muffa fukin ideaz
Tue Feb 02, 2010 8:18 pm by Captain Dredlokk