Visual Studio 2013 Update 4 - How to Stop Annoying Notifications

后端 未结 1 1523
感情败类
感情败类 2020-12-12 12:48

Just installed Visual Studio 2013 Update 4 and now I see this annoying red notification telling me I need a developer licence for Windows Store and Windows Phone - which I d

相关标签:
1条回答
  • 2020-12-12 13:30

    LATEST UPDATE (Nov-21): We have now released a patch for this bug. You can download it from here.

    I'm leaving the rest of this answer as is but there should no longer be a need for any workaround once the patch linked to above has been applied.


    ORIGINAL ANSWER: I'll start by apologizing and confirming we've got at least one bug here (if not more). There are several of us actively investigating this on our side. We don't yet know the full extent of the problem though so it would be great to get some additional information from anyone who's currently running into this.

    The intent was to show a notification to users working on Windows or Windows Phone Store apps. It was not something that should be coming up for users not doing Store development.

    The most promising workaround so far is to:

    1. Close the currently open solution (if there is one loaded)
    2. Dismiss the notification
    3. Close Visual Studio

    You shouldn't see the notification again in subsequent VS sessions until you do something that causes the Store related functionality to load again (e.g., create or load a Store app project).

    If this doesn't make it go away, please respond and we'll try to work with you to get more details on what could be causing it to continue to appear for you.

    UPDATE: If the above workaround doesn't work for you (e.g., ReSharper users), I've got another one that should at least provide a respite from the notifications for about a month at a time:

    1. Make sure the critical notification is currently active (i.e., red notification).
    2. Close all open instances of Visual Studio.
    3. Open up File Explorer and navigate to the %LocalAppData%\Microsoft\VisualStudio\12.0\Notifications directory.
    4. Open the Notifications_Active.xml file found in in a text editor.
    5. Find the notification element referring to the developer license.
    6. Change the value of the Severity element to 0 instead of 2.

    This should make the red alert no longer kick in for this notification as long as you leave the notification active (i.e., do not dismiss it).

    0 讨论(0)
提交回复
热议问题