3

I have an embedded database in windows forms app. Is it possible to browse it using ravendb management studio? All examples that I found concerned used web app approach.

Govind Malviya
  • 13,627
  • 17
  • 68
  • 94
Gwynnbleid1
  • 143
  • 1
  • 13

1 Answers1

2

Answer provided by Fitzchak Yitzchaki was almost 100% correct(there wasn't any mention about Windows Forms). Lots of credits go also to desigenr of this database who helped me with some problems.

So to summarize what needs to be done to acces RavenDb Management Studio:

  1. Set UseEmbeddedHttpServer as in answer provided by Fitzchak Yitzchaki.
  2. Raven.Studio.xap must be in same directory as application main executable file.
  3. Application has to be run with admin privileges("Run as admin").

I hope this post will help someone.

Fitzchak Yitzchaki
  • 9,095
  • 12
  • 56
  • 96
Gwynnbleid1
  • 143
  • 1
  • 13