|
FAQ
Frequently asked questions
Featured IntroductionA collection of frequently asked questions. How do I reset the plugins?Sometimes visual studio manages to mess up the toolbars, or the installation failed or something else goes wrong. There is a way out for this, you can call visual studio from the command line and ask it to reset every setting regarding a particular plugin. In order to reset NiftyPerforce for example, you type this: devenv /ResetAddin Aurora.NiftyPerforce.Connect You can also do this automatically for all the Nifty plugins by running this script. Where can I get the necessary perforce software?You need the p4win component. Unfortunately it's been discontinued and not readily available from the main perforce webpage, but you can still download the latest released version from the ftp: You also need the latest visual client, which you can download here. Where can I get binaries of the experimental line?I usually check in binary installers for the very latest bleeding edge. This is mostly useful for testing, but you can download these versions and install them if you are brave from here: How can I setup my environment to debug the plugins?A tip for how to debug the plugins:
<Assembly>c:\work\niftyplugins\NiftyPerforce\bin\NiftyPerforce.dll</Assembly>
|