Force Full path in the Linq DataContext connection string
I am using System.Data.Linq.DataContext file to access mdf database
I want to use a database from the project directory, not the one created by the debugger in the Debug directory.
The problem is when I edit my connection string and select the path for AttachDBFilename, VS2008 automatically replaces my project directory "| DataDirectory |"
How to get arround this one?
0
source to share
2 answers