System.EntryPointNotFoundException: Unable to find an entry point named 'PldaMemoryWrite32' in DLL 'PLDA.dll'.

Aishwarya Bhat 1 Reputation point
2020-12-08T08:42:24.57+00:00

Hi,
I am using C# application with DLL library source code for one of my project. I configured both for 64bt system and tested in windows 64 bit supported board, there it was working fine. But when I configured both for 32 bit system and tested in windows 32 bit supported board, I was getting below errors for 3 of the functions:

System.EntryPointNotFoundException: Unable to find an entry point named 'PldaMemoryWrite32' in DLL 'PLDA.dll'.
at PLDAAPINet.PLDAAPI.PldaMemoryWrite32(UInt32 PCIAgentIndex, UInt32 BarIndex, UInt32 dwOffset, UInt32 dwSize, UInt32[] pWrBuffer)

System.TypeInitializationException: The type initializer for 'HMAPInet.HM_API' threw an exception. ---> System.EntryPointNotFoundException: Unable to find an entry point named 'FIFO_THRESHOLD_VALUE' in DLL 'PLDA.dll'.
at PLDAAPINet.PLDAAPI.FIFO_THRESHOLD_VALUE()

System.TypeInitializationException: The type initializer for 'mPCIE_ADIO16_8F.Form1' threw an exception. ---> System.EntryPointNotFoundException: Unable to find an entry point named 'Get_Target_Hz' in DLL 'PLDA.dll'.
at PLDAAPINet.PLDAAPI.Get_Target_Hz()

Please anyone help me how to overcome this issue as soon as possible.

Thanks and Regards,
Aishwarya Bhat

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,648 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Cheong00 3,476 Reputation points
    2020-12-09T02:07:08.33+00:00

    You should contact the support of chipset manufacturer for help of their library. I think it can be verified the vendor is www.plda.com based on this slide.

    You can either check their KB, or submit a support case after sign up.