我想我应该将类库移动到使用.net标准2.1。using System.Collections.Generic;
using System.ComponentModel.DataAnnotations'System.ComponentModel’(是否缺少程序集引用?)无法找到类型或命名空间名称'TableAttri
我正在使用EFW.but在App_code文件夹中编写用于连接到数据库的通用业务逻辑类,显示以下错误:“error 1the type or namespace name 'job‘not be found”using System.Collections.Generic;using System.Web;
using System.Dataand class generated by EFW from jo
我正在尝试测试这段代码,但在"ClientContext oContext = new ClientContext(siteUrl);“上出现了"Missing a using directive or我直接从微软网站复制并粘贴,所以我不确定我错过了什么……using Microsoft.SharePoint.Client;
using SP = Microsoft.SharePoint.Client