I have developed a WPF
app which is using .Net (Framework 4.5)
and SQL server 2012
. It works perfectly fine, but I am having a problem when I try to publish this app using the one click approach.
I placed dotnetfx45_full_x86_x64.exe
in the DotNetFX45
folder and SQLEXPR_x64_ENU.exe
,SQLEXPR32_x86_ENU.exe
in SqlExpress 2012
.
Now when I set prerequiste as .NET Framework 4.5
and SQL Express 2012
it gives me following error:
"Error 4 To enable 'Download prerequisites from the same location as my application' in the Prerequisites dialog box, you must download file 'SqlExpress2012\SQLEXPR32_x86_ENU.EXE' for item 'SQL Server 2012 Express' to your local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=239883."
"Error 5 To enable 'Download prerequisites from the same location as my application' in the Prerequisites dialog box, you must download file 'SqlExpress2012\SQLEXPR_x64_ENU.EXE' for item 'SQL Server 2012 Express' to your local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=239883."
Any help will be appreciated