Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
serialseb.github.com/_posts/2008/2008-12-18-visual-studio-2008-has-buggy-windowing.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
14 lines (12 sloc)
3.7 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: post | |
title: Visual Studio 2008 has buggy windowing code introduced in SP1… And no hotfix | |
planned! | |
date: '2008-12-18T21:38:00.001Z' | |
tags: | |
modified_time: '2009-03-13T07:58:56.206Z' | |
blogger_id: tag:blogger.com,1999:blog-4015568221071268916.post-5087082055519920435 | |
comments: true | |
blogger_orig_url: http://serialseb.blogspot.com/2008/12/visual-studio-2008-has-buggy-windowing.html | |
--- | |
<p><em>Update: Microsoft <a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=362508">has released a hotfix</a>. Thanks!</em></p> <p>This issue keeps on coming up in my day to day work, and it takes me an hour or so everytime to fix… Whenever you have to deal with docked windows and visual studio changes the mode it is in, you end up with a fatal crash. It can happen when you start debugging, when you stop debugging, when you open a project or when you close the app.</p> <p>This issue was, of course, not in the original vs2008…</p> <p>These are the bugs I collected on Connect explaining the problem in more details. Microsoft has said they won’t fix because the code has been rewritten in vs10… But considering the stability of it at the moment, I want a hotfix now!</p> <p>Anyway, here are the links. Don’t hesitate to nag everyone you know in DevDiv until someone takes responsibility to release a hotfix.</p> <p><a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=345345">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=345345</a> <br /><a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=355130">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=355130</a> <br /><a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=362433">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=362433</a> <br /><a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=363412">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=363412</a> <br /><a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=362508">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=362508</a> <br /><a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=369540">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=369540</a> <br /><a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=377247">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=377247</a> <br /><a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=376251">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=376251</a> <br /><a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=378065">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=378065</a> <br /><a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=377549">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=377549</a> <br /><a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=364335">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=364335</a></p> <p>VS Shell team, do your homework and fix your regressions!</p> <div class="blogger-post-footer"><img src="http://res1.blogblog.com/tracker/4015568221071268916-5087082055519920435.gif?l=serialseb.blogspot.com" width="1" height="1" /></div> |