i have made a app in visual studio 2010 ultimate the problem i am facing is when i publish my app then it is genrating some warning which is this
Warning 1 One of the following items 'Microsoft .NET Framework 4 (x86 and x64)
, .NET Framework 3.5 SP1' is required by 'SQL Server 2008 Express',
but none were included. WindowsFormsApplication1
i know there is some problem which will i face as i seen my app it is working fine but some feature related to sql server it is not working. how can i fix this warning? i have gone through MSDN but there is no solution i got, i have unistalled visual studio and reinstalled it but the same problem i am facing
From this Microsoft® SQL Server® 2008 Express page;
Instructions
Step 1: Download and install
Microsoft .Net Framework 3.5 SP1.Step 2: Download and install
Windows Installer 4.5.Step 3: Download SQL Server 2008 Express by clicking the appropriate link later on this page. To start the installation immediately, click
Run. To install SQL Server Express at a later time, clickSave.You need to download first .NET Framework 3.5 SP1 before using SQL Server 2008 Express.