Search

Crash of visual studio 2010 with a C/C++ project, when hiding/showing all files of solution by Melvyn Laily

Closed
as Fixed Help for as Fixed

5
0
Sign in
to vote
Type: Bug
ID: 557948
Opened: 5/9/2010 2:23:37 PM
Access Restriction: Public
1
Workaround(s)
3
User(s) can reproduce this bug
Visual studio 2010 crash with a C project (probably with a C++ one too) when showing all files then hiding all files in the solution panel.
Details (expand)

Product Language

English

Visual Studio Version

Visual Studio 2010

Operating System

Windows 7

Operating System Language

French

Steps to Reproduce

Open a C/C++ solution.
In solution panel, click "Show All Files" button.
Include some existing .c and/or .h files (right click, Include in project). (not tried with other kind of files)
In solution panel, click again on the Button "Show All Files".
At this point, my visual studio crash... (tried several times, and always crash)

Actual Results

Crash of the application.

Expected Results

Works normally : toggle hiding/showing of all files in the solution...
      You can indicate your satisfaction with how Microsoft handled this issue by completing this quick 3 question survey.

 

File Attachments
File Name Submitted By Submitted On File Size  
BugReport.zip 5/10/2010 1.9 MB
Sign in to post a comment.
Posted by Microsoft on 6/7/2010 at 3:18 PM

We are tracking this issue using Connect Feedback ID #556435, please see it for updates.
Thanks,
Olga Arkhipova
VC++ developer
Posted by Microsoft on 5/14/2010 at 1:27 AM
Thanks for your feedback. We have got the attached file and reproduced the issue you are seeing. We are routing this issue to the appropriate group within the Visual Studio Product Team for triage and resolution. These specialized experts will follow-up with your issue.
Posted by Melvyn Laily on 5/13/2010 at 4:40 AM
I do attached a zip file with all the things needed.
in fact, I uploaded it the day of your comment...
Posted by Microsoft on 5/13/2010 at 3:17 AM
Hello,

Sorry for bothering. Is there any update?

It would be greatly appreciated if you could provide us with that information as quickly as possible. If we do not hear back from you within 7 days, we will close this issue.

Thanks you,
Visual Studio Product Team
Posted by Microsoft on 5/10/2010 at 1:12 AM

Thanks for reporting the issue.
In order to fix the issue, we must first reproduce the issue in our labs. We are unable to reproduce the issue with the steps you provided.

Could you please attach a zipped project file to this feedback through our site to help us reproduce the issue?

Thanks again for your efforts and we look forward to hearing from you.
Visual Studio Product Team
Posted by Microsoft on 5/9/2010 at 5:09 PM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.
Posted by __fastcall on 6/14/2010 at 12:44 PM
1. Ensure the project in question is not opened in Visual Studio.
2. Open xxx.vcxproj.user in a text editor, where xxx is the name of the project
3. Change <ShowAllFiles>true</ShowAllFiles> to: <ShowAllFiles>false</ShowAllFiles>
4. Save
5. Re-open the project in Visual Studio.