importing custom dlls in webmatrix
I'm trying to accomplish the following in WebMatrix
Imports Documentum.Interop.DFC
Basically it is an import of a custom DLL (documentum).
I have the location of the DLL
C:\Program Files\Documentum\Shared\Documentum.Interop.DFC.dll
How do I add the .dll properly to WebMatrix, so that when I go to compile the code it shows up properly instead of getting the following error:
Compiler Error Message: BC30466: Namespace or type 'DFC' for the Imports 'Documentum.Interop.DFC' cannot be found.
Any suggestions?
Thank you for your help.
-brian
|