Results 1 to 11 of 11

Thread: VB 08 Prob: Error while loading property page

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2009
    Posts
    6

    Exclamation VB 08 Prob: Error while loading property page

    When I right click on the ToolBox and click on Choose Items
    Error while loading property page comes up, and my toolbox is disabled,
    Also in the output this text appears:
    The Windows Forms Designer Package ({7494682B-37A0-11D2-A273-00C04F8EF4FF}) did not load because of previous errors. For assistance, contact the package vendor. To attempt to load this package again, type 'VBExpress /resetskippkgs' at the command prompt.
    .HELP?

  2. #2
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: VB 08 Prob: Error while loading property page

    It seems like a corrupt installation. Did you try reinstalling Visual Studio?
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2009
    Posts
    6

    Re: VB 08 Prob: Error while loading property page

    I reinstalled Microsoft Visual Basic 08... And re-installed .Net Framework 3.5

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2009
    Posts
    6

    Re: VB 08 Prob: Error while loading property page

    Quote Originally Posted by Pradeep1210 View Post
    It seems like a corrupt installation. Did you try reinstalling Visual Studio?
    Yes, i did

  5. #5
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: VB 08 Prob: Error while loading property page

    ok... maybe this helps.
    Try resetting the Visual Studio settings to its defaults.

    Open Visual Studio.
    Click Import & Export Settings from Tools menu.
    This will run the Import & Export Settings wizard.
    Select "Reset All Settings" option and click Next button.
    On the next screen, select "Yes save my current settings" and click Next, and then Finish.
    Restart visual studio and see if this solves your problem.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  6. #6

    Thread Starter
    New Member
    Join Date
    May 2009
    Posts
    6

    Re: VB 08 Prob: Error while loading property page

    Quote Originally Posted by Pradeep1210 View Post
    ok... maybe this helps.
    Try resetting the Visual Studio settings to its defaults.

    Open Visual Studio.
    Click Import & Export Settings from Tools menu.
    This will run the Import & Export Settings wizard.
    Select "Reset All Settings" option and click Next button.
    On the next screen, select "Yes save my current settings" and click Next, and then Finish.
    Restart visual studio and see if this solves your problem.
    Nope,
    Still the toolbox is disabled...

  7. #7
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: VB 08 Prob: Error while loading property page

    ok.. let's try as the message says.

    Open Visual Studio Command Prompt.

    Type VBExpress /resetskippkgs there and press enter.

    See if this solves your problem.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  8. #8

    Thread Starter
    New Member
    Join Date
    May 2009
    Posts
    6

    Re: VB 08 Prob: Error while loading property page

    Quote Originally Posted by Pradeep1210 View Post
    ok.. let's try as the message says.

    Open Visual Studio Command Prompt.

    Type VBExpress /resetskippkgs there and press enter.

    See if this solves your problem.

    How can I open the command prompt? Sorry for being a pain in the arse.

  9. #9
    Master Of Orion ForumAccount's Avatar
    Join Date
    Jan 2009
    Location
    Canada
    Posts
    2,802

    Re: VB 08 Prob: Error while loading property page

    Default path (in start menu):

    C:\Documents and Settings\All Users\Start Menu\Programs\Microsoft Visual Studio 2008\Visual Studio Tools

  10. #10

    Thread Starter
    New Member
    Join Date
    May 2009
    Posts
    6

    Re: VB 08 Prob: Error while loading property page

    Quote Originally Posted by ForumAccount View Post
    Default path (in start menu):

    C:\Documents and Settings\All Users\Start Menu\Programs\Microsoft Visual Studio 2008\Visual Studio Tools
    I don`t have it in my start menu, can you give me the shortcut to open the command prompt?

  11. #11
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: VB 08 Prob: Error while loading property page

    Quote Originally Posted by nickbugun View Post
    I don`t have it in my start menu, can you give me the shortcut to open the command prompt?
    Type (or copy & paste) this in Start > Run window:

    %comspec% /k ""C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width