There is only one version of the two assemblies (DLLs) and to use both your project must support at least .NET 3.5 and must compile with the x86 setting in order to avoid the performance problem. You could download the source and change the project compile settings and build your own release with "Any CPU" and then see if the performance problems exist or not.
↧