Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.

Error 1 Cannot 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....
Posted

1 solution

Hi,

Windows 8 Apps don't support this class.
Have a look at the MSDN page (System.Security.Cryptography namespace):
http://msdn.microsoft.com/en-us/library/9eat8fht.aspx[^]
If a class is supported in Windows 8 Apps, then there's a little green suitcase shown in the most left column.

Hope this helps.
 
Share this answer
 
Comments
vivek.khatri 31-Dec-12 6:15am    
Thanks for the reply.. :)
Thomas Daniels 31-Dec-12 6:17am    
You're welcome!
vivek.khatri 31-Dec-12 8:27am    
hey, are you familiar with metro style app development ???

actually i am developing a WinRT app for desktop security and i'm new in developing .Net framework 4.5, i really need a guide...
Thomas Daniels 31-Dec-12 8:29am    
A app for desktop security? Why you don't create a desktop application? With Visual Studio 2012 For Windows Desktop, you can create desktop applications, also for Windows 8.
vivek.khatri 31-Dec-12 12:03pm    
yeah bt i want to make metro style app as its latest. actually its for our BCA project so i had to choose something challenging, so....

it'll be a great help if i find a metro style app developer..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900