We hired someone to build a wrapper dll so that our application could use functions in a managed .Net dll. This was done, and the dll works as it's supposed to, but one of the things we must do in order to use it is to run regasm from an elevated command prompt.
The wrapper dll is written in C++. Can what regasm is doing be incorporated into the dll?