I get "error RA0000" error while registering DocMergeConnector.dll

I want to Register a dll file and I run the following command

C:\Windows\Microsoft.NET\Framework\v2.0.50727\Regasm.exe /tlb/codebase "C:\Program Files\Nuance\eCopy PDF Pro Office 6\bin\Connectors\DocMerge\DocMergeConnector.dll"

But I get the following error:-

RegAsm : error RA0000 : Unknown option: /tlb/codebase

can you help?

1 Answer

You are using incorrect syntax. From the regasm help I see that there are two options /tlb and /codebase.

Try putting a space in between.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like