我有一个来自SPMetal的类使用LINQ查询,但是这个类有错误,这个错误发生在c#Visual Studio的部署中。 我在变量status2中有错误:
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[Microsoft.SharePoint.Linq.RemovedColumnAttribute()]
public override System.Nullable<Categoria0> Categoria2 {
get {
throw new System.InvalidOperationException("Field GbwCategory was removed from content type Vídeo.");
}
set {
throw new System.InvalidOperationException("Field GbwCategory was removed from content type Vídeo.");
}
}