I have a windows forms application which uses SoundTouchNet dll. I am facing this warning during build time:
Warning 1 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "SoundTouchNet", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
I know this means that SoundTouch dll is for running on 32 bit machines as the warning says. I want to know if this can create problems when running on 64 bit machines and if yes, what is my solution? I cannot find 64 bit version of the dll