You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi AndresTraks,
I appreciate your contribution to bullet physics.
Now I can reference your BulletSharp.dll to my C# application.
However, I get a warning saying that "There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "BulletSharp, Version=2.87.0.0, Culture=neutral, processorArchitecture=x86", "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."
How can I fix the warning because I want my application to be run at AnyCPU.
Thank you.
Alex
The text was updated successfully, but these errors were encountered:
Hi AndresTraks,
I appreciate your contribution to bullet physics.
Now I can reference your BulletSharp.dll to my C# application.
However, I get a warning saying that "There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "BulletSharp, Version=2.87.0.0, Culture=neutral, processorArchitecture=x86", "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."
How can I fix the warning because I want my application to be run at AnyCPU.
Thank you.
Alex
The text was updated successfully, but these errors were encountered: