Problem registering a dll - Access Denied

Posted by Vidar on Stack Overflow See other posts from Stack Overflow or by Vidar
Published on 2009-12-04T15:36:35Z Indexed on 2010/04/07 21:53 UTC
Read the original article Hit count: 821

Filed under:
|

When trying to run regasm in Win2008 Server:

regasm "C:\Program Files\FooProg\Bar.dll" /tlb:"C:\Program Files\FooProg\Bar.tlb"

I get the following error:

RegAsm : error RA0000 : An error occurred while saving the exported type library: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

what does this mean

© Stack Overflow or respective owner

Related posts about regasm

Related posts about dllregistration