Wireless Communication Library Support Forum

Common => FAQ => Topic started by: Mike Petrichenko on February 17, 2010, 02:27:43 AM

Title: 32 and 64 bits
Post by: Mike Petrichenko on February 17, 2010, 02:27:43 AM
You may get error when run WCL based on 64bit platform (error message can be different but looks very bad). It happens because your assembly has been built for "Any CPU". Open your assembly properties and change CPU settings to x32. It is because WCL is 32 bit library.