COM Interop without GAC Registration of your Assembly
EXAMPLE:
HOW-TO REGISTER:
"%WINDIR%\Microsoft.NET\Framework\v1.1.4322\RegAsm.exe"
"it.atreeblu.atreeflow.client.WordConnector.dll" /codebase
/tlb:it.atreeblu.atreeflow.client.WordConnector.tlb
HOW-TO UNREGISTER:
"%WINDIR%\Microsoft.NET\Framework\v1.1.4322\RegAsm.exe"
"it.atreeblu.atreeflow.client.WordConnector.dll" /codebase
/tlb:it.atreeblu.atreeflow.client.WordConnector.tlb /unregister
Commenti