Monday, January 12, 2009

DataContext Service issue










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();
}









No comments: