データベースから LINQ to SQL クラスを使用しています。新しいインスタンスを作成しようとするとクラッシュします:
DataLayerDataContext dataLayerDataContext = new DataLayerDataContext();
スタックトレース:
[HttpException (0x80004005): Could not load type 'DataLayerDataContext'.]
System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +8941051
System.Web.UI.WebControls.LinqDataSourceView.get_ContextType() +107
何が問題なのですか?