Installing DocumentDB Studio
Solution ·As I announced yesterday, I released the first Beta version of DocumentDB Studio.
DocumentDB Studio is to Azure DocumentDB what SQL Management Studio is to SQL Server and SQL Azure: a one-stop shop to manage and interact with your DocumentDB.
In this blog post I'll simply walk you through the installation process.
Installation
Simply go to https://studiodocumentdb.codeplex.com/ and follow the big download link on the main page.
The current release is version 0.1.0.38356 but by the time you read this it might be higher.
The current deployment package is a zip file. I wanted to do a Click Once deployment but with a self-signing certificate, Windows 8 seems to refuse to execute it (for security reason), so I fell back on a local install. If you know a way around it, please drop me a line.
There are no install file, simply unzip the file somewhere, e.g. on your desktop. Execute StudioDocDB.exe:
If you run Windows 8, it might complain about the fact it doesn't recognize the application. In that case, click More Info:
Then click Run anyway
I'll try to smooth those things out in future release!
After those steps you should see the app!
4 responses