Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi, here I am again.

Now my application is finished i want to do a few little thins to let my application work better. But i'm trying to open my app on another computer then the one where i have made my project and i can not connect to the database. Ok I know that i need the database on this computer but i'm getting an error in my vb.net project:

cannot get the file path for type library "6c002c9b-5bce-4e4a-bff9-18e684a801f5"version 1.0 DLL-bestand is niet geregistreerd (not registered). Exception from HRESULT: 0x8002801D (Type_E_LIBNOTREGISTERED))

The referenced component 'PCCLib' could not be found.

Does anyone know what this mean and how i can solve this error?
Posted

1 solution

Your application is using a COM component which a pre-requisite to have your application working. You must setup that component on each machine where you want to run your application.
 
Share this answer
 
Comments
OdeJong 24-Apr-12 4:05am    
ok thanks, i will try that!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900