Because C# does not provide a dllexport equivalent, you'll need to add a CPP shim into the mix that can get an instance of the managed class from the CLR. Here's the quick walkthrough: 1. Add a cpp library to the VSTA integration solution 2. Reference...