I am using x64 machine so if I embed SQL Server Compact Edition 4.0 x64 in my app can I install that app on x86?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No.
You would need to compile your app for x86 targets and include the x86 version of SQL Compact.
It’s probably easier to just provide two different installers than a single one with both versions of your app and SQL Compact.