Software Archive
Read-only legacy content
17061 Discussions

Application package installation issue

Phil1
Beginner
410 Views

Hi there,

I am creating my application (developed in c# ) package installer with clickOnce but i'm facing a problem with libpxccpp2c.dll. 

When i tried to run the installation process on a target machine, the following error occurs : System.DllNotFoundException: Unable to load DLL 'libpxccpp2c': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

Please, can you help me to find a solution this issue?

Thanks in advance !

0 Kudos
3 Replies
Piotr_P_
Beginner
410 Views

I have similar issue, the lib libpxccpp2c was missing. I added it manualy to Setup Project, because it wasn't detected automatically in dependencies.

0 Kudos
Phil1
Beginner
410 Views

Please How do you add it ? 

 

Thanks in advance ! 

0 Kudos
Piotr_P_
Beginner
410 Views

I was using Setup Project, and I add missing library as new file to it.

0 Kudos
Reply