Partager via


Visual Studio 2010 Beta 2 Known Issues

[This is Part 1. Read Part 2 here ]

Now that we’ve shipped Beta2 and the world is busy downloading the fresh new bits, I’m very excited to know what do you guys think? Will you like it? Will there be major issues that we missed? Time will show :)

By definition, this Beta 2 release is not final, and there are still bugs lurking around out there. We are very busy fixing those bugs for RTM, but for now, there are some that we haven’t had time to fix before Beta2.

This post lists some of the known issues that are in VS 2010 Beta 2. It’s not in my powers to maintain a comprehensive list here, I’ll just mention the ones which I was personally involved with in my day-to-day work. Apologies that I have found them too late, but I guess better late then never...

Updates – new!

Posted the Part 2 of the issues (updated 11/12/2009)

https://blogs.msdn.com/kirillosenkov/archive/2009/11/12/visual-studio-2010-beta-2-known-issues-part-2.aspx

All further updates will happen there or will wait until Part 3.

The official Beta2 known issues list (updated 10/26/2009)

https://go.microsoft.com/fwlink/?LinkID=166199

Updating the .sln file from Beta1 to Beta2 (updated 10/26/2009)

Need to upgrade .sln file from Beta2 in order to be able to double-click it. See Jon’s post here for more details:

https://msmvps.com/blogs/jon_skeet/archive/2009/10/26/migrating-from-visual-studio-2010-beta-1-to-beta-2-solution-file-change-required.aspx

Setup dialog UI layout wrong on High DPI

image

Embarrassing! Unfortunately, not everyone on the Visual Studio team is rigorous about non-default testing, such as High DPI, Accessibility, etc. We will hopefully fix this one before RTM. Also recent data shows that non-96 DPI is a very common setting, a lot of people actually use 120 DPI and others. I personally use 120 DPI, that’s how I find these bugs.

SmartTag high DPI issues

image

With high DPI, the SmartTag menu is missing horizontal menu separator bars. Also the right vertical edge of the SmartTag button disappears. These bugs are a recent regression from WPF introducing the UseLayoutRounding API. The WPF team is looking into fixing these issues before the release.

QuickInfo tooltip trimmed at high DPI

image

This is another regression from the new DWrite technology. The last word in the tooltip is missing! This one is fixed already.

Thin line on top of the active document tab

image

Again, another high DPI issue. You can only notice this one if you look closely. We’ve fixed this already as well.

Outlining Expand/Collapse glyphs are shifted several pixels up

image

Fixed already. A lot of people complained about this internally.

Zoom combobox in the bottom-left corner of the editor isn’t aligned with the horizontal scrollbar

image

This is fixed.

Don’t tear off the Call Hierarchy tool window!

When you try to undock the C# Call Hierarchy toolwindow and drag it away (for example, to another monitor), VS will crash. This one is too embarrassing, because I was the one who is responsible for testing Call Hierarchy. To my defense, I was on vacation when this regressed and when I came back and found this, it was too late to fix. Shell UI team changed something about the WPF toolwindow implementation and we had some layout logic that didn’t expect double.Infinity as an argument, so we crashed. This one’s already fixed in recent builds.

Vertical separator bar in the Call Hierarchy tool window doesn’t resize the details pane

This also only reproes under 120 DPI and above. You can’t resize the two panes below by dragging the vertical bar:

image

And again, this is one that I should have caught and missed. When I caught this, it was too late to fix for Beta2. The WPF team is looking at this one right now.

Error message connecting to a TFS server via HTTPS

Well, guess what, the TFS client team has done it again! TFS HTTPS story was broken in Beta1, and it still has a bug in Beta2. However the good news is that there is a really easy workaround this time.

When adding a new TFS HTTPS webserver (e.g. a Codeplex server at https://codeplex.com), after entering your credentials you will see this:

image

Don’t panic! Just enter your credentials again and things will work just fine. If you used the Tip (https://blogs.msdn.com/kirillosenkov/archive/2009/09/27/tip-don-t-enter-your-codeplex-credentials-every-time.aspx), then you will be unaffected by this and things will hopefully run smoothly.

Ctrl+Alt+DOWN ARROW doesn’t bring up the active document list

Ctrl+Alt+Down used to bring up the active document list, in Beta2 it doesn’t. This is fixed.

Start Page: scroll wheel doesn’t work at the news feed

Also the scrollbar thumb only moves in discrete steps. The Shell UI team decided not to fix this, because they don’t have time and resources for this. I actually was surprised to discover that the scrollbar didn’t work in 2008 either. Never noticed this until recently.

VS Command prompt shortcut is not getting installed if you don’t install C++

This one will be fixed as well.

Hovering over ‘var’ during debugging doesn’t show the inferred type

Jeffrey Richter told me about this minor annoyance. Although our language service correctly reports the inferred type when you hover the mouse cursor over ‘var’ in design time, it doesn’t work in debug mode. Since Jeff teaches a lot of courses in debugging and threading, this was bugging him ever since we shipped C# 3.0. Well, we finally fixed it for 2010 RTM. Thanks to Jeff for reporting this!

Visual Studio doesn’t start maximized when first launched

A while back I’ve logged a bug against the Shell team to “just start VS maximized for heaven’s sake”. They did the fix, but somehow it didn’t make it into the Beta2 branch. They’ll hopefully fix this for RTM.


Well, these were the ones worth mentioning I guess. Apologies if you run into any of these or any other bugs for that matter. I will keep updating this post with more issues that I find or I think users should be aware of. Please keep in mind that this is an unofficial list.

Please do let us know about any issues you find by submitting a connect bug. If the bug/suggestion/feedback is related to the C# language or IDE, also feel free to let me know directly or leave a comment on this blog. Since I work closely with the VS editor team, it’s worth watching their blog and giving them feedback: https://blogs.msdn.com/vseditor. Also, if you have any feedback about the new text rendering in WPF 4.0 and Visual Studio, the WPF Text team has a blog here: https://blogs.msdn.com/text.

Comments

  • Anonymous
    October 19, 2009
    Seeing all those bugs tied to 120 dpi screens that you managed to miss, my first thought is: is Microsoft going to help us prevent making the same mistakes? Or is WPF going to be known in a few years as the technology that prevented the advance of 120 dpi screens :) ?

  • Anonymous
    October 19, 2009
    The comment has been removed

  • Anonymous
    October 19, 2009
    I have to second Mark's comment.  VS should retain the current behavior.  Remember exactly where I left it and its last size.  If it was 700x1300 set at 300,0 then restore it there.  If it was maximized then restore it there but also remember its non-maximized size and location.  Pleeeeese.

  • Anonymous
    October 20, 2009
    I just installed beta 2. One thing that is really annoying is the amount of flickering switching between some tool windows.  For example, take Solution Explorer and Class View in the same tab group and switch between them.  It's awful.

  • Anonymous
    October 20, 2009
    Luc: we do have a lot of DPI bugs right now, but those are all due to WPF introducing DWrite and UseLayoutRounding in 4.0. We're still in the process of flushing out these issues in WPF for you, so that you won't need to. You will just use WPF and benefit from the work we're doing now. Mark and Steven: Ha ha, no worries. Sorry if I wasn't clear. The bug is actually about maximizing VS THE FIRST TIME IT STARTS AFTER INSTALL. All subsequent times it will continue respecting its last saved position. We're not THAT stupid :-P Martin: this is not supposed to happen. Can you please log a bug at http://connect.microsoft.com/visualstudio/feedback so that we can investigate your configuration? Solution Explorer and Class View are both native UI hosted inside WPF so there might be issues that we haven't discovered yet. However it should work very smoothly in most cases. Hopefully you can report this so that we can investigate a fix. Thanks for the great feedback!!

  • Anonymous
    October 20, 2009
    The comment has been removed

  • Anonymous
    October 20, 2009
    Багов и проблем еще много

  1. При попытке открыть документацию (Ctrl-Alt-F1) в трее на короткое время появляется иконка Microsoft Help Listener и молча исчезает. Документация не появляется 2)Если перенастроить на использование online-документации, то все работает, но там нет возможности создания фильтров на языки программирования (чтобы остались только примеры кода на C#)
  2. Проект, который отлично компилировался и работал в VS2008 после конвертации перестал компилироваться и выдает Warning 1 The command-line for the "ResGen" task is too long. Command-lines longer than 32000 characters are likely to fail. Try reducing the length of the command-line by breaking down the call to "ResGen" into multiple calls with fewer parameters per call. Error 2 The specified task executable "ResGen.exe" could not be run. The filename or extension is too long (http://stackoverflow.com/questions/1591066/vs-2010-beta-2-resgen-exe-could-not-be-run)
  3. Шрифт Consolas 10 немного мелковат, но если поставить zoom в 110%, то все выглядит хорошо. Проблема в том, что каждый новый открываемый документ открывается с zoom 100% и нет возможности настроить zoom по-умолчанию или зафиксировать текущий
  4. В проектах Silverlight 3 студия/IntelliSense не препятствует использованию конструкций C# 4.0 (dynamic, etc.) и ругается только на этапе компиляции
  5. При наведении мыши на табы вспомогательных окон (solution explorer, properties, etc.) иногда само окно немного ресайзится (т.е. визуально видно, как горизонтальный скрол бар, расположенный непосредственно над табами "подпрыгивает" вверх на несколько пикселей
  • Anonymous
    October 21, 2009
  1. После закрытии solutionа (и создании нового проекта) остались заблокированными (т.е. я не могу их удалить) некоторые сборки, использовавшиеся закрытым solutionом. Пришлось закрывать студию, чтобы их удалить
  • Anonymous
    October 24, 2009
    In Beta 1 there were two things i loved.
  1. If you selected a few lines of code there wasn't this standard blue selection color.. it fading from white to blue.
  2. IntelliSense scrolled smoothly while typing. Why have these 2 features been removed from Beta 2?
  • Anonymous
    October 27, 2009
    The comment has been removed

  • Anonymous
    October 30, 2009
    DDEX Providers can't load if they use the Microsoft.VisualStudio.Data.Framework.dll because it is not installed in Beta 2, but it does have a policy file forwarding it to a .Net 4 assembly.  That is a big no-no.  .Net 2 DDEX providers cannot load a .Net 4 assembly.

  • Anonymous
    November 02, 2009
    When I try to access the 'View' menu in VS 2010 beta 2, the program crashes.  It doesn't seem to matter how I access it,click the menu item, mouse over while menus are expanded, Alt-V... I have uninstalled all add-ins (ReSharper and VisualSVN) but the View menu still crashes.  Any suggestions?

  • Anonymous
    November 02, 2009
    The comment has been removed

  • Anonymous
    November 16, 2009
    I too am getting the most awful font rendering with 2010 using an ATI 4870 The rendering makes Java IDE font rendering look good.

  • Anonymous
    August 21, 2016
    Do not worry if you want to remove the blocked files or too long path files from your system, here I suggest a smooth way. Use “Long path tool” software and keep yourself cool.