Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When working with an add-in, what would be the best way to test it? At the moment I move the existing dll to another folder and replace it with my new dll that I want to test. I test it and then delete the old dll if everything works or put the old dll back if there's still problems. I can't imagine this is the best way to deal with this. Especially because I moved the location for the dll to a central location so multiple people can use it. I don't want to mess with a dll that other people may be using at that moment.
Basically I'd like to know if it's possible to somehow keep the old dll in place while I test in a separate environment.
Solved! Go to Solution.