Another critical VS 2010 Beta 2 bug in CommandBars: this one causes VS to evaporate without warning, nothing less

After 3 hours isolating this to the minimal expression (which is tedious if your add-in is has lots of user interface items and debugging a VS 2010 add-in on a virtual machine is painfully slow), here it is:

VS 2010 Beta 2 Bug: deleting a CommandbarPopup unloading add-in causes VS to disappear
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=503093

(the problem happens if the add-in creates two (not just one) CommandBarPopups on a parent CommandBarPopup and tries to delete them when unloaded)

Published Sun, Oct 25 2009 15:48 by carlosq
Filed under:

Comments

# Visual Studio "painful" releases and "painless" releases for add-ins. VS 2010 belongs to the first group (by far). And maybe next ones too...

There are "painful" Visual Studio releases which require you a lot of testing and changes in

Saturday, November 28, 2009 12:12 PM by Carlos Quintero (Microsoft MVP) blog

# VS 2010 Release Candidate announced

Finally, on the contrary to what I posted some days ago , Microsoft announced yesterday that there will

Friday, December 18, 2009 2:30 PM by Carlos Quintero (Microsoft MVP) blog