Options

External DLL with Amd64 (not MSIL) processor architecture

lubostlubost Member Posts: 614
I have to call function in external DLL which is displayed with Amd64 processor architecture. Development environment "could not load type xxxxx ...". tried to pack the DLL into wrapper written in Visual Studio - warning about mismatch between AnyCPU and Amd64 and wrapper could not be loaded anyway.
Is the way to solve problem?

Answers

  • Options
    lubostlubost Member Posts: 614
    This is no question because dll can not be loaded as variable during development time. Decision to use on server/client side can not be done and it would be preferrable cient side.
Sign In or Register to comment.