Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Application package installation issue

Phil1
Beginner
727 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
727 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
727 Views

Please How do you add it ? 

 

Thanks in advance ! 

0 Kudos
Piotr_P_
Beginner
727 Views

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

0 Kudos
Reply