Application error

jemico

Newcomer
Joined
May 16, 2005
Messages
6
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?
 
Is this 3rd party dll already installed on the destination PC? If not then when you dd it to your deployment project you need to set the Register Property of the DLL to vsdrfCOMSelfReg.
 
Thanks for your reply...

i have figure it out, from the help additional reading..

im not including all the dependecies file on the deployment.

till then
 
Back
Top