Anybody know how to fix this error:
i have created windows application and it has a reference to the .dll of 3rd party software. when i package it for deployment. it seems ok but after installing to other PC is prompted me an error:
System.Runtime.InteropService.COMException(0x80040154):Class not registered.
when i try to install the 3rd party software my windows application works.
Do i need to register .dll and how?
i have created windows application and it has a reference to the .dll of 3rd party software. when i package it for deployment. it seems ok but after installing to other PC is prompted me an error:
System.Runtime.InteropService.COMException(0x80040154):Class not registered.
when i try to install the 3rd party software my windows application works.
Do i need to register .dll and how?