c# - FATAL: Could not find component we just installed error -


i have 32 bit dll in c# i'm trying register using regsvcs command (the 1 .net framework 32 bit) on 64 bit machine. error is:

fatal: not find component installed

the tbl file created, no registry entries added , component not appear in component services.

if try register using regsvcs command .net framework 64 bit, dll in invalid format, error make sense.

is possible register 32 bit component on 64 bit machine?

if compile dll 64 bit , register using regsvcs command 64 bit, works fine.

the error occurred because of repeatedly register , unregister dll 64 bit. classes remained uncompleted unregistered registry , interfered 32 bit registration.

searching , deleting nodes contained references dll classes hkey_classes_root solves problem.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -