Click here to Skip to main content
15,892,005 members
Articles / WCF

LINQ to SQL NullReferenceException gotcha

1 Sep 2009CPOL 11.3K   2   6
In my DAL (Data Access Layer) assembly (a LINQ-to-SQL centric assembly) I used to insert object into the database like this public void CreateMessage(MyApp.Entities.Message message){  Message m = new Message(); // this is the LINQ-to-SQL generated Message class not the business entity cl
We're sorry, but the article you are trying to view was deleted at 14 Aug 2012.

Please go to the WCF Table of Contents to view the list of available articles in this section.