C++ help! menu

User Tag List

Thread: C++ help!

Results 1 to 14 of 14
  1. #1
    pedeg's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    C++ help!

    Hello there, and thank you for taking the time to read this thread.

    Ok, so I've wanted to learn C++ for a looong time now. So I tried a to start a week ago.

    So the first thing I did was downloading "Visual C++" so the next thing I wanted was to create a new project.

    So I click "Create new project" the I choose what I want to make, and give it a name.

    Then I click "Ok" Now an error pops up
    "the automation server can't create the object"

    I ofcourse tried googling it and I have been doing that the last week!. I found some answers on it, but they didn't work or wasn't described good enough.

    So I hope some of you know what to do. Thank you!


    Thank you for responding!
    Last edited by pedeg; 04-07-2010 at 09:16 AM.

    C++ help!
  2. #2
    pedeg's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'd be happy for an answer. (:

  3. #3
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I use this too and have no problems oO

    Please try to reinstall it, Post your Operating System and if its x86 or x64

    This might help.

  4. #4
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post a screenshot of what you did right before the error popped up

  5. #5
    pedeg's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just clicked "create new project"

  6. #6
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You have to specify a name, template, and directory before you can create the project

  7. #7
    Ebonesser's Avatar Member
    Reputation
    33
    Join Date
    Mar 2009
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try to follow these instructions I found on Automation server can't create object:
    Open regedit (from Ctrl+R or Cmd). The key that I needed to change the permissions on was Scripting.FileSystemObject.

    1. Selected the key (HKEY_CLASSES_ROOT\Scripting.FileSystemObject) and received the error "Cannot open Scripting.FileSystemObject: Error while opening key."

    2. Clicked Ok.

    3. Selected Edit Permissions from the menu and received the error "You don't have permission to view the current permission settings for Scripting.FileSystemObject but you can make permission changes.

    4. Clicked Ok.

    5. On the Security page, selected Advanced, then the Owner tab. The Owner box displayed "Unable to display current owner."

    6. Selected Administrators to update the owner and clicked Apply and Ok.

    7. Then on the Security page, clicked Add and typed Administrators and clicked Check Names. Selected the correct option and clicked Ok.

    8. Checked Allow for Full Control and Read and clicked Apply and Ok.

    Voila! I can now create projects in Visual Studio.Net once again. I do not have a clue how these permissions were changed but I know I didn't do it. I hope this helps you.
    I hope it helps

  8. #8
    pedeg's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ty for replying Ebon. But I'm sorry to inform taht it dosn't work :/...

  9. #9
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post a screenshot pls. Might help.

  10. #10
    Ebonesser's Avatar Member
    Reputation
    33
    Join Date
    Mar 2009
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you have XP? If so, try to download and install the latest Windows Script:
    Download details: Windows Script 5.7 for Windows XP

  11. #11
    pedeg's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No, I use Vista :S

  12. #12
    Ebonesser's Avatar Member
    Reputation
    33
    Join Date
    Mar 2009
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But are you sure that you've checked if you have access to "HKEY_CLASSES_ROOT\Scripting.FileSystemObject" in regedit?

  13. #13
    pedeg's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes.................

  14. #14
    P1raten's Avatar Banned
    Reputation
    500
    Join Date
    Mar 2008
    Posts
    1,323
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post a screenshot, please.

Similar Threads

  1. Help WoW Fish-Bot
    By Eliteplague in forum World of Warcraft General
    Replies: 2
    Last Post: 12-10-2024, 05:46 PM
  2. HELP: Gold Scam Exploit
    By GoldDragon in forum World of Warcraft General
    Replies: 11
    Last Post: 01-23-2007, 07:26 PM
  3. Banner Ad Redesign help
    By Matt in forum Community Chat
    Replies: 57
    Last Post: 07-08-2006, 08:40 PM
  4. Hit points and talent points? Please help
    By hankusdankus in forum World of Warcraft General
    Replies: 6
    Last Post: 05-04-2006, 02:00 PM
  5. bot help
    By xwhitedeathx in forum World of Warcraft General
    Replies: 3
    Last Post: 05-01-2006, 03:50 AM
All times are GMT -5. The time now is 03:54 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search