Description: NosDB Management Package for Visual Studio lets you run NosDB management commands in a tool window of Visual Studio. Features:
Usage:
Requirement: Visual Studio 2012/2013/2015/2017
FAQs: Q. How can I access perfmon statistics of NosDB servers when they are on another domain? Ans. If you want to access your database which resides on another domain then open 'cmd' and run your Visual Studio with the following command runas /env /netonly /user:<id> "<VisualStudioInstallationFolder>\devenv.exe" And replace %id% with 'user@domain' or 'domain\user' where 'user' is the username with read access rights of NosDB servers. Q. Do I have to install NosDB Enterprise on my Development machines to use this extenion? Ans. No. You don't need to have NosDB installed in your local machine to use this extension but you need to register the UI components used by this extension. Simply run the following bat file C:\Users\<USERNAME>\AppData\Local\Microsoft\VisualStudio\14.0\Extensions\wrqn3l0c.rdy\Components\register.bat Replace 14.0 withe the installed version of VisualStudio and folder "wrqn3l0c.rdy" maybe different for your installation |