What path should I pass as an AssemblyPath parameter to the Publish.GacRemove function?

Posted by Marek Grzenkowicz on Stack Overflow See other posts from Stack Overflow or by Marek Grzenkowicz
Published on 2008-09-05T12:58:57Z Indexed on 2010/05/06 6:48 UTC
Read the original article Hit count: 320

Filed under:
|

I want to use the Publish.GacRemove function to remove an assembly from GAC. However, I don't understand what path I should pass as an argument.

Should it be a path to the original DLL (what if I removed it after installing it in the GAC?) or the path to the assembly in the GAC?

UPDATE:

I finally used these API wrappers.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about gac