Home > Net >  VISUAL STUDIO 2019 C # program load the DLL error C
VISUAL STUDIO 2019 C # program load the DLL error C

Time:01-26

In a recent study a card reader, want to try to develop a program in c #,
Card reader seller provides readers a DLL component and an example of c # code,
But I am using VS2019 research sample code, has been in loading the DLL error:
1. When the target platform for X86, there is an error: System. AccessViolationException: 'try to read or write protected memory, this usually indicates other memory has been damaged,'
2. When the target platform is X64, there is an error: System. BadImageFormatException: 'try to load the format error program, (occurred exception conditions in HRESULT: 0 x8007000b)'

Attach a development kit links: https://pan.baidu.com/s/1V_1HPsC-mhF3yE7zEvl5aQ

Excuse me how to load the DLL right? Thank you.

CodePudding user response:

Have a headache, and baidu network location that speed, how to download? Why don't you provide a SVIP again?

CodePudding user response:

reference 1st floor ziqi0716 response:
headache, baidu network location that speed, how to download? Why don't you provide a SVIP again?

Or I sent to you, have email or something? Thank you for your help QAQ
  •  Tags:  
  • C#
  • Related