I'm writing a simple WPF application that will use embedded RavenDB as it's datastore. I got everything needed to get RavenDB working via NuGet (including the Xap file for Management Studio), however, it is not clear how to make use of the Xap file in this situation.
Has anyone managed to make use of the Management Studio in the super simple situation of an embedded instance in a WPF application without jumping through hoops, creating a hosting site on your box in which to place the Xap?