问题描述
实际上我正在制作一个Metro风格的应用程序来执行一些加密操作。
i需要在同一页面上处理一些文件检索器,所以我只是将一些代码标记为注释,因为我不需要使用filepickers时。
错误1在模块System.dll中找不到类型System.Security.Cryptography.AsnEncodedData。地铁
当我尝试调试我的应用程序时,即运行时发生此错误。让我澄清一点,我没有在我的项目中添加任何外部参考,除了一些外部控件,如devexpress和C1组件。
任何帮助???在此先感谢....
actually i am making an metro style app for performing some cryptographic actions.
i needed to work on some filepickers on the same page so i just marked some code as comment as i didn''t needed that while working with filepickers.
Error1Cannot find type System.Security.Cryptography.AsnEncodedData in module System.dll.metro
this error is occuring when i try to debug my app i.e at runtime. let me clarify, i haven''t added any external references in my project other than some external controls like devexpress and C1 components.
Any help ??? Thanks in advance....
推荐答案
这篇关于错误1在模块System.dll中找不到类型System.Security.Cryptography.AsnEncodedData的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!