Hi all,

I am trying to publish a C# Project in Visual Studio 2010 express but I receive the error/warning messages below :

Error 1 Cannot publish because a project failed to build. 1 1 Contacts
Warning 2 '2008' is not a valid warning number Contacts
Warning 3 Item 'Microsoft.Windows.Installer.4.5' could not be located in 'C:\Users\Dell1\Documents\Visual Studio 2010\Projects\Contacts\Contacts'. Contacts
Warning 4 Item '.NETFramework,Version=v4.0' could not be located in 'C:\Users\Dell1\Documents\Visual Studio 2010\Projects\Contacts\Contacts'. Contacts
Warning 5 Item 'Microsoft.SQL.Server.Compact.3.5' could not be located in 'C:\Users\Dell1\Documents\Visual Studio 2010\Projects\Contacts\Contacts'. Contacts
Error 6 Could not find required file 'setup.bin' in 'C:\Users\Dell1\Documents\Visual Studio 2010\Projects\Contacts\Contacts\Engine'. Contacts

I checked the path C:\Program Files\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages and its contatins the following folders :
WindowsInstaller4_5

WindowsInstaller3_1

SqlExpress2008

SqlExpress

SQL Server Compact Edition

DotNetFX40Client

DotNetFX40

DotNetFX35SP1

DotNetFx35Client

Thanks in advance for your help.