Search code examples
c#.netvisual-studiovisual-studio-2013nservicebus

Disabling NServiceBus Marketing Pop-up in Visual Studio


Every time we open Visual Studio, the following tab is opened:

enter image description here

Is there a way to disable this behavior?

Perhaps to ask this in a more generic way, in which it would be helpful in other applications, can you disable extensions/dependencies from screwing with your Visual Studio layout?


Solution

  • My colleagues and I had the same problem a few years ago. You can disable the pop up manually by setting a registry string value at:

    [HKEY_CURRENT_USER\Software\NServiceBus\{Major.Minor}]
    

    Called MachinePrepared with a value of true.