
after adding the following to fix this (for some reason this ctor was not re-created)
public DataClasses1DataContext() :
base(global::System.Configuration.ConfigurationManager.ConnectionStrings["PureDataConnectionString"].ConnectionString, mappingSource)
{
OnCreated();
}