我正在为 CRM 2011 开发我的第一个应用程序。我已经导入了开发所需的所有 .dll。
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xrm.Sdk;
using Microsoft.Xrm.Sdk.Query;
using Microsoft.Crm.Sdk.Messages;
但是当我调用一些简单的类时,比如“Annotation”、“Letter”、“Email”,Visual Studio 没有检测到这些类。
有人知道为什么吗?