I have written a very simple plugin for submitting bugs to our company's issue tracker. This plugin does no more than send an e-mail to the issue tracker's watched e-mail address.
The plugin works fine on my machine:
- Windows 7 64-bit
- Visual Studio 2010
- Test Studio Express
But after putting the .dll in the plugins/bugtrackers directory of my co-worker's machine it does not show up.
- Windows 7 32-bit
- Test Studio (Standalone)
I have devoured the documentation at...
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/extensions/bug-tracking/custom-plugin.aspx
and have not seen anything to suggest what I am doing wrong.
I've tried building it using both the 4.0 and 3.5 framework versions, and as both anycpu and x32 platforms.
Is there a way to generate a log to help me figure out what is going wrong, or does anyone have any other suggestions?
Thanks,
Mark