c# - Adding DLL into 'Class Library Project': Mismatch between the processor architecture warning -


i trying convert c# code (program.cs) dll. c# code uses dll, dll of dreamcheeky thunder missile launcher. can software here (just 1 mb) , installation got dll.

i created class library project under visual studio 2010 professional c# category , added dll.

as added it, got following warning

warning 1 there mismatch between processor architecture of project being built "msil" , processor architecture of reference "usblib", "x86". mismatch may cause runtime failures. please consider changing targeted processor architecture of project through configuration manager align processor architectures between project , references, or take dependency on references processor architecture matches targeted processor architecture of project. missilelauncher

i not familiar windows specific programming, mind letting me know why getting , solution?

a simple google search finds this:

how fix visual studio compile error, "mismatch between processor architecture"?

maybe apply fixes proposed in there?


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -