Difficulty adding Lexactivator.dll to my app

I’m having difficulty adding the LexActivator.dll to my project. Do I just add this as a reference? When I try that I get this:

 

 

Hi,

Depending on the platform you are targeting (x86, x64 or AnyCPU) you need to copy the respective LexActivator.dll to the Debug and Release folders of your project.

If you build your application as x86, then 32 bit version would work for all 32 and 64-bit machines both.

In case you choose AnyCPU Platform, you will need to copy both x86 LexActivator.dll and x64 LexActivator.dll (renamed as LexActivator64.dll) to your project. Additionally, you will have to add (uncomment) `LA_ANY_CPU = 1` custom constant in LexActivator.vb file.