本文介绍了什么是'身份证明服务'的using指令或汇编引用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到一条错误,说错过了使用指令或'Identity Proofing Service'的汇编引用

I am getting an error saying missing a using directive or an assembly reference of 'Identity Proofing Service'

推荐答案

using MyNamespaceFromTheAssembly;





检查您的装配包含正确引用身份验证服务,一旦您使用语句开始输入,名称应出现在Intellisence中。



Check you have the assembly containing the "Identity Proofing Service" referenced correctly, and the names should appear in Intellisence once you start entering the using statement.


这篇关于什么是'身份证明服务'的using指令或汇编引用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 03:24