I'm using System.Data.Linq.DataContext file for accessing a mdf Database
I want to use the Database from the project directory and not the one created by the debugger in the Debug directory.
The problem is when I edit the Connection String and choose the path for AttachDBFilename, VS2008 automaticly substitutes my project directory with "|DataDirectory|"
How do I get arround this one?