Jigsaw Blog

03

Feb
2011
0 comments

Registering Compiled C sharp DLL

In an earlier post I gave the command for registering a compiled C# dll. The command I gave was incorrect - the actual command is:

c:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe TripleDES.dll /tlb:TripleDES.tlb /codebase

Please note the "/codebase" switch at the end.