I'm using the version of SQL Server that comes w/ VS2008, adding a database (.mdf) file to my App_Data folder. That database w/ a single table - 'Customers'. There are only about 3 columns in said table: ID - uniqueidentifier FirstName - nvarchar(50) LastName - nvarchar(50) I used the LINQtoSQL designer to generate my DataContext class. I then removed the Customers table from the db. I then called CreateDatabase from my DataContext class and every time, it errs with the following info: Illegal characters
Read More...