This process worked for me
public DataClasses1DataContext() :
base(global::System.Configuration.ConfigurationManager.ConnectionStrings["juegosConnectionString"].ConnectionString,mappingSource){}
DataClasses1DataContext data = new DataClasses1DataContext();