c++ – error MSB3075: :VCEnd” exited with code 5. Please verify that you have sufficient rights to run this command


when I am trying to build the project getting a registry failure error:

error MSB3075: The command "regsvr32  /s /c "D:\Nomnia\Omnia\source\cpp\DependentFiles\TaxingEngine.dll"
error MSB3075: echo regsvr32 exec. time > "..\..\..\DependentFiles\regsvr32.trg"
error MSB3075: :VCEnd" exited with code 5. Please verify that you have sufficient rights to run this command.

I have already provided the full control to DLL and have verified all the paths.

I have also tried to register manually but getting error:
the DLL is loaded but failed with exit code 0x80029c4a.

Leave a Reply

Your email address will not be published. Required fields are marked *