Error while registering dll files

Copper Contributor

I have msvcp100.dll file installed in System32 and SysWOW64.

innocoffee_0-1625651484838.png

I'm trying to register that through standart utility:

innocoffee_1-1625651547671.png

And get this error:

innocoffee_2-1625651566128.png

But file exists

What can be the issue?

3 Replies
Hi!
I think there is no problem.
These are standard notifications - System 32



















Try to use gacutil
Solved the problem by removing dll files specified, and installing via native Microsoft C++ installer. Thanks for help.