Need to know more about the DLL.
If you add a normal .NET .DLL to a COM client, intellisense does not work.
But Microsoft strove to maintain the ability to have what they call COM interoperability.
I think that if you go to References, and browse to the dll and add it, you should be able to make a call to it by using its namespace and the function name. (You won't be able to tell if it works till the app is run, since intellisense won't be working.)
|