If I have a plugin that I want to deploy from the DevExpress CodeRush Community site, how do I deploy it onto my machine?
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.
How do I install a plugin
Instructions are linked to, from the top of each plugin page.
Look for the blue button that says “Install help” (Also linked here)
Essentially all you have to do is drop the dll in the right directory and restart studio.
Issues
One potential issue surrounds the idea that dlls built on machines other than your own, are not inherently trusted by your machine and therefore will not always be loaded until they have been unblocked. (A one time exercise per dll at most)
Travis Illig has some information on how to deal with this situation.