C# .NET4.0 TableAdapter.Update() won't insert new record
问题 I have a small application which consists of a DAL, BLL and the Application itself all in different projects under one solution in Visual Studio 2010. My DAL is using an xsd file to query the database and my BLL has methods to get the information from the DAL and do stuff with it. Currently I am trying to insert a record using the code behind of the application to make a call to a method in the BLL which then attempts to insert the record by using the Tableadapter.Update() method generated in