I develop a program with WPF and Sql Server Express 2012 localdb by VS2013Update4.
I encapsulate my program as ClickOnce.
After install the following prerequisite software in sequence:
Win 7 Ultimate x86
Win 7 SP1
.Net Framework 4.0.3
.Net Framework 4.5
SqlLocalDB.msi
sqlncli.msi
SqlCmdLnUtils.msi
I got the following Message:
Result of checks for command 'SqlLocalDB2012\x86\sqllocaldb.msi' is 'Fail'
How should I solve my problem?
Go to the complete details ...