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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
UseEmbeddedHttpServeras in answer provided by FitzchakYitzchaki.
executable file.
I hope this post will help someone.