Results 1 to 6 of 6

Thread: 'Choose items' on the toolbox crashes Visual Studio 2008

  1. #1

    Thread Starter
    New Member Forza VB's Avatar
    Join Date
    Mar 2013
    Posts
    3

    'Choose items' on the toolbox crashes Visual Studio 2008

    Hi everybody,

    I installed yesterday vs2008
    When i 'Choose items' on the toolbox Visual Studio 2008 crashes.
    I tried different solutions on the web, but nothing helps.

    -1
    - Open Visual Studio
    - Go to Tools -> Options
    - Select 'Windows Forms Designer'
    - Set option 'AutoToolboxPopulate' to FALSE
    - Open your project again and check if it works


    -2
    <div>
    1. devenv /setup
    2. devenv /resetuserdata
    3. devenv /resetsettings CSharp
    </div>


    -3
    start devenv/safemode - no solution


    -4
    uninstall vs2008 - reinstall vs2008 - no solution


    I want components (or items) from OMRON - CX-server lite - visible in vs2008
    I have them visible in VB6.0
    VB6.0 en cx-server lite are already installed!! Is that a Problem?

    Does anyone have a solution?

    I need vs2008 for a little time, so i can convert a big VB6.0 project to vs2008 and later to vs2013 maybe.

    Sorry for my bad english!

    Regards Forza

  2. #2
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,660

    Re: 'Choose items' on the toolbox crashes Visual Studio 2008

    I want components (or items) from OMRON - CX-server lite - visible in vs2008
    I have them visible in VB6.0
    Do you have the .Net versions of these controls? you CANNOT just use your VB versions of the controls in a .Net project!!!!

    Also why would you go to VS 2008 ?

    Go straight to VS 2013 its free, much nicer to use and will make no difference to your conversion, unless you choose to use some of the extra features available in later versions of the framework.
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  3. #3

    Thread Starter
    New Member Forza VB's Avatar
    Join Date
    Mar 2013
    Posts
    3

    Re: 'Choose items' on the toolbox crashes Visual Studio 2008

    Hi,
    Thanks for the quick response.
    I thought only vs2008 could convert VB6.0 projects.
    Now I have vs2013 already installed.
    The "toolbox problem" is solved in vs2013.

    New question:
    When i make a new project (in VS2013) and i choose a "visual basic project" and "Windows Forms Application".
    Can i use the old controls from vb6.0 or do i still need .net based controls for this new project in vs2013?

    Regards Forza

  4. #4
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,537

    Re: 'Choose items' on the toolbox crashes Visual Studio 2008

    You can... but there's really not much point. It forces VB to create all kinds of wrappers and layers in between to shuttle events and data back and forth. The short of it is, I wouldn't recommend it. It's easier to get a .NET control to work in VB6 than it is the other way around. I'd either look for .NET versions of the controls, or just use VB6 right from the start.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,660

    Re: 'Choose items' on the toolbox crashes Visual Studio 2008

    You can... but there's really not much point. It forces VB to create all kinds of wrappers and layers in between to shuttle events and data back and forth. The short of it is, I wouldn't recommend it.
    I knew after i had written it someone would correct me what i should have said is you SHOULDN'T use your VB versions of the controls in a .Net project!

    IN short Forza, get .Net version of the controls if you can!
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  6. #6

    Thread Starter
    New Member Forza VB's Avatar
    Join Date
    Mar 2013
    Posts
    3

    Re: 'Choose items' on the toolbox crashes Visual Studio 2008

    Hi guys,

    Thanks for the respons.
    I'm gonna look for .net controls, thats the best way i guess

    Grtz Forza

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