Dear All

When I Add .mdf file inside VB.net Application Under the Debug Folder and refer to it using this code

Code:
mycon = New SqlConnection("Data Source=.;Initial Catalog=" & Application.StartupPath  & "\Projects.mdf;Integrated Security=True;")
The Connection Does not Work, So What is missing for me to do,

Notice : I Checked all answers on the internet and I tried many things but nothing works,

Appreciate your help.

Thanks, Regards