Tag: loading

  • Which SDK DLLs to deploy

    So… you have your application ready, and you want to deploy it. Which DLLs do you deploy? This is one of those questions that can be difficult if you let it. My job is to not let that happen. So I’ll break it down into one rule: Any assemblies you reference in your project need…

  • Extension Deployment Checklist

    I'm seeing a lot of people having issues loading their Vault 2012 extension, so here is an updated deployment checklist.  The 2011 version of the checklist is here.  For all extension types (custom commands/tabs, job handlers, event handlers): Is your project using .NET 3.5 or earlier? (.NET 4.0 is not supported for extensions. Click here…