我正在关注本教程,该教程展示了如何实现 WCF 身份验证服务。我已经按照详细的步骤一步一步地完成了。但是在我尝试构建项目时添加所有代理类后,它给了我一些 68 错误,下面列出了一些错误。我不知道我在这里做错了什么。显然,我认为我的课程中缺少一些 Imports 或 app.config 文件中的某些属性。我可能错了。
Type 'System.CodeDom.Compiler.GeneratedCodeAttribute' is not defined.
Type 'System.ServiceModel.ServiceContractAttribute' is not defined.
Type 'System.ServiceModel.OperationContractAttribute' is not defined.
Type 'System.ServiceModel.EndpointAddress' is not defined.
如演练文章中所示,所有三个应用程序服务(身份验证、角色、配置文件服务)都可以正确编译。我试图通过 WCF 身份验证服务构建单点登录机制。
提前致谢。