Page view counter

Choose Items crashing Visual Studio 2008

Last post 04-13-2009 1:43 PM by kaugusto. 12 replies.

Sort Posts:

  • Choose Items crashing Visual Studio 2008

    02-19-2008, 11:28 AM
    • Loading...
    • HooHa
    • Joined on 06-03-2005, 10:16 PM
    • Posts 7
    • Points 20

    Recently I have developed a problem with Visual Studio 2008 (possibly after the latest patch release but not sure).  When I try to add items to the toolbox using the Choose Items option VS crashes. 

    I have tried the following

    • Exported settings and reset settings to default.
    • Deleted the .tbd files in my profile.
    • Started Visual Studio in safemode using devenv /safemode

    None of these have resulted in any change.  The crash occurs when using the right-click->'Choose Items' in the toolbox as well as selecting 'Choose Toolbox Items' from the tools menu. 

    The OS is Vista Ultimate x64 fully updated, VS is fully updated as well.

    Does anyone have any suggestions on what I could try next?  Ideally I would like to avoid the uninstall/reinstall path if possible due to time constraints.

     

    Thanks

  • Re: Choose Items crashing Visual Studio 2008

    02-21-2008, 7:44 PM
    Answer

    If you want to file a bug, please obtain a crash dump as described here: http://blogs.msdn.com/mikhailarkhipov/archive/2006/07/25/678308.aspx and file a bug at http://connect.microsoft.com 

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Choose Items crashing Visual Studio 2008

    03-12-2008, 8:26 PM
    • Loading...
    • jeremyw
    • Joined on 02-06-2008, 11:09 PM
    • Posts 9
    • Points 6

    I have exactly the same problem it would seem... did you have any luck finding a solution to this?

  • Re: Choose Items crashing Visual Studio 2008

    03-12-2008, 9:28 PM
    • Loading...
    • HooHa
    • Joined on 06-03-2005, 10:16 PM
    • Posts 7
    • Points 20

    jeremyw:

    I have exactly the same problem it would seem... did you have any luck finding a solution to this?

    Unfortunately no.  I had this problem happen once last year in VS 2005 and was able to remedy it by cleaning up temp files and defaulting the environment but that didn't do anything with my situation now.  I'll post back if I find a solution.

  • Re: Choose Items crashing Visual Studio 2008

    04-09-2008, 5:31 AM
    • Loading...
    • Pecha
    • Joined on 02-02-2006, 10:41 AM
    • Posts 54
    • Points 252

    It works well for me all time, but today I have experienced the same problem. I've executed the following commands in the VS 2008 Command Prompt and this helped me:

    1. devenv /setup
    2. devenv /resetuserdata
    3. devenv /resetsettings CSharp
    Domain Names | ASP.NET 3.5 Hosting - $3.99/mo (10 GB Space, 300 GB Transfer, 200 MB MS SQL 2000/2005)
    Filed under:
  • Re: Choose Items crashing Visual Studio 2008

    04-09-2008, 1:03 PM
    • Loading...
    • HooHa
    • Joined on 06-03-2005, 10:16 PM
    • Posts 7
    • Points 20
    Pecha:

    It works well for me all time, but today I have experienced the same problem. I've executed the following commands in the VS 2008 Command Prompt and this helped me:

    1. devenv /setup
    2. devenv /resetuserdata
    3. devenv /resetsettings CSharp

     

    Thank you for listing your tips.  I will give these a shot.  Hopefully this will do the trick.

     

     

  • Re: Choose Items crashing Visual Studio 2008

    08-19-2008, 11:56 PM
    • Loading...
    • laguy88
    • Joined on 08-01-2008, 6:31 AM
    • Posts 12
    • Points 13

    HooHa:
  • devenv /setup
  • devenv /resetuserdata
  • devenv /resetsettings CSharp
  • I just uninstalled VS 2008 sp1 Beta - using the Utility ....

    I then installed the VS 2008 sp1  RTM

    and now Choose Items throws an Exception every time.

    I'm wondering if  Visual Studio PowerCommands msi install might be the culprit ?

    Anyway to uninstall the PowerCommands ?

    Should I start over and re-install VS 2008 again ?

    Best way to remove / uninstall the current version completely ?

    Your help is much appreciated, LA Guy 

     

     

    LA Guy
  • Re: Choose Items crashing Visual Studio 2008

    08-20-2008, 11:43 AM
    • Loading...
    • tjbarbour
    • Joined on 04-19-2008, 1:14 AM
    • Posts 3
    • Points 2

     I uninstalled Power Commands, and now this works fine for me and Add Items does not crash

    So, check your add ons!

     Hope this helps, Thanx

    Thanx
  • Re: Choose Items crashing Visual Studio 2008

    08-20-2008, 4:27 PM
    • Loading...
    • laguy88
    • Joined on 08-01-2008, 6:31 AM
    • Posts 12
    • Points 13

    Yep, after uninstalling PowerCommands for Visual Studio ( Vista Ultimate )

    the Toolbox Choose Items  no longer crashes.

    But, I want to use PowerCommands especially to remove unwanted projects.

    Is there a way to fix this incompatibility with PowerCommands ?

    UPDATE to this message:

    I just re-installed the PowerCommands msi and the choose items no longer crashes.

    Go figure .... 

     

    Thanks, LA Guy 

     

     

    LA Guy
  • Re: Choose Items crashing Visual Studio 2008

    08-20-2008, 5:26 PM

    Well, at setup time components may be re-jitted so reinstall perhaps fixed incompatibility with updated framework and CLR. Are you using the latest version of the PWC?

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Choose Items crashing Visual Studio 2008

    08-20-2008, 5:47 PM
    • Loading...
    • laguy88
    • Joined on 08-01-2008, 6:31 AM
    • Posts 12
    • Points 13

    Hi Mikhail,

    Yes, PowerCommands 1.1

    Downloaded from here:

    http://code.msdn.microsoft.com/PowerCommands/Release/ProjectReleases.aspx?ReleaseId=559

    PowerCommands.msi
     runtime binary, 276K, uploaded Apr 11 - 24488 downloads 

    Regards, LA Guy

     

     

    LA Guy
  • Re: Choose Items crashing Visual Studio 2008

    11-02-2008, 2:41 PM
    • Loading...
    • ChevNova72
    • Joined on 11-02-2008, 7:38 PM
    • Posts 1
    • Points 2

    I had the same problem and fixed it by removing the Power Command Add-in.

     

    Thanks to everyone for sharing their experience!!!

     

    CN

  • Re: Choose Items crashing Visual Studio 2008

    04-13-2009, 1:43 PM
    • Loading...
    • kaugusto
    • Joined on 04-13-2009, 11:54 AM
    • Posts 1
    • Points 2

    To fix this problem, I installed and remove the Power Command add-in.

    Link to download the Power Command : http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=PowerCommands&DownloadId=951

    Tks

    KA

Page 1 of 1 (13 items)