Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 01-09-2008, 08:49 PM   #1 (permalink)
 
Mr Beans Sidekick

Join Date: Apr 2006

Location: Canada

Posts: 563

Max Power is on a distinguished road

Send a message via MSN to Max Power
Default Visual Basic Error

Ok i just installed VB Express 08 and when I try and create a new project I get this error??

Requested registry access is not allowed
__________________
Max Power is offline  
Old 01-09-2008, 09:16 PM   #2 (permalink)
Mak213's Avatar
 

Join Date: Sep 2004

Location: C:\Windows\System32

Posts: 25,657

Mak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to all

Default Re: Visual Basic Error

Are you running Vista?
__________________
R.I.P. Danny L. Trotter
14 Nov 1945 - 4 Sept 2009
Images created by CarnageX | Decaptured...Listen! | Visit Baezware!! | You've been Mak'd! | 儿做好
I do not accept support questions via EMail, PM, IM or my Spaces page! .:|:. This is what happens when an unstoppable force meets an immovable object.
Thanks to all the guys on the staff for your support in my time of need. Hefe you are my personal Hero for your contribution.



<<<< If I help you, or you just like what I said, rep me
Mak213 is offline  
Old 01-09-2008, 10:40 PM   #3 (permalink)
 
Mr Beans Sidekick

Join Date: Apr 2006

Location: Canada

Posts: 563

Max Power is on a distinguished road

Send a message via MSN to Max Power
Default Re: Visual Basic Error

Yes, vista x64.. i take it thats a problem
__________________
Max Power is offline  
Old 01-10-2008, 02:17 AM   #4 (permalink)
Mak213's Avatar
 

Join Date: Sep 2004

Location: C:\Windows\System32

Posts: 25,657

Mak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to all

Default Re: Visual Basic Error

Try right clicking on the executable or shortcut of the application and use the Run as Administrator. See if that works.
__________________
R.I.P. Danny L. Trotter
14 Nov 1945 - 4 Sept 2009
Images created by CarnageX | Decaptured...Listen! | Visit Baezware!! | You've been Mak'd! | 儿做好
I do not accept support questions via EMail, PM, IM or my Spaces page! .:|:. This is what happens when an unstoppable force meets an immovable object.
Thanks to all the guys on the staff for your support in my time of need. Hefe you are my personal Hero for your contribution.



<<<< If I help you, or you just like what I said, rep me
Mak213 is offline  
Old 01-20-2008, 12:12 PM   #5 (permalink)
 
Mr Beans Sidekick

Join Date: Apr 2006

Location: Canada

Posts: 563

Max Power is on a distinguished road

Send a message via MSN to Max Power
Default Re: Visual Basic Error

nay that didn't work , same error
__________________
Max Power is offline  
Old 01-20-2008, 12:20 PM   #6 (permalink)
Mak213's Avatar
 

Join Date: Sep 2004

Location: C:\Windows\System32

Posts: 25,657

Mak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to all

Default Re: Visual Basic Error

Is this the Beta or did VB08 get released finally? If it is the Beta it might be a known bug. If not then your best bet is to try the M$ sites.

You may experience performance issues in the IDE after you use Visual Studio 2008 to build a Visual Basic project

That is like the closest thing i have found.
__________________
R.I.P. Danny L. Trotter
14 Nov 1945 - 4 Sept 2009
Images created by CarnageX | Decaptured...Listen! | Visit Baezware!! | You've been Mak'd! | 儿做好
I do not accept support questions via EMail, PM, IM or my Spaces page! .:|:. This is what happens when an unstoppable force meets an immovable object.
Thanks to all the guys on the staff for your support in my time of need. Hefe you are my personal Hero for your contribution.



<<<< If I help you, or you just like what I said, rep me
Mak213 is offline  
Old 01-20-2008, 12:44 PM   #7 (permalink)
Osiris's Avatar
 

Join Date: Jan 2005

Location: Kentucky

Posts: 32,087

Osiris is a jewel in the roughOsiris is a jewel in the roughOsiris is a jewel in the rough

Send a message via ICQ to Osiris Send a message via AIM to Osiris Send a message via MSN to Osiris Send a message via Yahoo to Osiris Send a message via Skype™ to Osiris
Default Re: Visual Basic Error

Had the same problem, it's a problem with the permissions in the registry. Basically, Administrator doesn't have access to the key required by VS. Solution:

!! CLOSE VISUAL STUDIO FIRST !!

Step 1: Download subinacl.msi from the link
http://go.microsoft.com/fwlink/?LinkId=23418 and install it.

Step 2: Browse to C:/Program Files/Windows Resource Kits/Tools/ and create a file called vs2008fix.txt

Step 3: Open the file you created, and inside copy-paste:



Code Block
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.vbproj.9.0 /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.vbproj.9.0 /grant=users=f
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.vbproj.9.0 /grant=system=f



Step 4: Save the file and change the file extension to ".cmd". Then Start > Run. Type "cmd" (without the quotes) and type:

cd C:/Program Files/Windows Resource Kits/Tools

Step 5: Press Enter. Then type:

vs2008fix.cmd

Step 6: Wait until it completes, then start Visual Studio again. You should be able to create project/files of any type.
__________________
Osiris is offline  
Old 01-20-2008, 10:42 PM   #8 (permalink)
 
Mr Beans Sidekick

Join Date: Apr 2006

Location: Canada

Posts: 563

Max Power is on a distinguished road

Send a message via MSN to Max Power
Default Re: Visual Basic Error

I have

Program files
Program file (x86)

I only have Windows Resource Kit folder in (x86) and so I made that file and made it .cmd in there and went to the right area in the cmd but I get this msg

vs2008fix.cmd is not recognized as an internal or external command, operable program or batch file.
__________________
Max Power is offline  
Old 01-23-2008, 04:07 PM   #9 (permalink)
 
Mr Beans Sidekick

Join Date: Apr 2006

Location: Canada

Posts: 563

Max Power is on a distinguished road

Send a message via MSN to Max Power
Default Re: Visual Basic Error

any ideas on that ^
__________________
Max Power is offline  
Old 01-23-2008, 05:34 PM   #10 (permalink)
Mak213's Avatar
 

Join Date: Sep 2004

Location: C:\Windows\System32

Posts: 25,657

Mak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to all

Default Re: Visual Basic Error

Have you right clicked on it and used the Run as Admin utility?

If nothing else you will have to go to the VB Site.

Visual Basic Troubleshooting and Support

They will be of more service than many people here who probably don tuse VB.
__________________
R.I.P. Danny L. Trotter
14 Nov 1945 - 4 Sept 2009
Images created by CarnageX | Decaptured...Listen! | Visit Baezware!! | You've been Mak'd! | 儿做好
I do not accept support questions via EMail, PM, IM or my Spaces page! .:|:. This is what happens when an unstoppable force meets an immovable object.
Thanks to all the guys on the staff for your support in my time of need. Hefe you are my personal Hero for your contribution.



<<<< If I help you, or you just like what I said, rep me
Mak213 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Visual Studio express. TuNiX Programming Discussions 2 10-03-2007 08:47 AM
Total noob wants to learn VB snypercore Programming Discussions 8 08-15-2007 11:40 AM
Create a new line on visual basic text box Mike9182 Programming Discussions 4 08-12-2007 06:35 PM
Visual Basic & FineReader 8.0. Help ! Johnny888 Programming Discussions 1 05-29-2007 07:55 PM
quick and easiest way to learn visual basic.net? maxima2k2 Programming Discussions 2 05-22-2007 08:46 AM