Search code examples
visual-studioxaml-designer

Microsoft Visual Studio XAML Designer is playing a tune


I'm fearing this is slightly off topic (not a joke, though!!) but I've noticed the process "Microsoft Visual Studio XAML Designer" sometimes playing a short (between 5 and 10 seconds) tune when running a debug build of one of the projects I've been working on in Visual Studio. It doesn't happen every time I run a project but has happened often enough already. Because of its random nature, I don't think I'll be able to record evidence of this, however.

The tune it plays reminds me mostly of medieval tournament music, as can, for instance, be listened to here.

The project in question doesn't contain any sort of sound or music in itself. I am using Visual Studio Enterprise 2017 RC and of some significant addons I've only installed Re-Sharper.

So the "question" here is: how can I make it play, say, punk rock? I'd find that more suiting to my programming style :)

EDIT

I managed to capture the tune! I set up a voice recording with my phone and waited for the tune to play. After almost seven minutes of normal using of Visual Studio, I got lucky. Anyway, excuse the crappy quality: Microsoft Visual Studio XAML Designer tune (Soundcloud)


Solution

  • To render the UI, the designer will run user code. The sound is most likely coming from some part of the application or some other 3rd party library.