System.Security.Cryptography.Xml missing?
When trying to use the System.Security.Cryptography.Xml namespace with the .NET Framework 2.0, you may find the compiler not recognizing it, and that Intellisense does not recognize it even though you can see X509Certificates.
It’s a weird error but the solution is simple: Add a reference to System.Security in your project.


You know what you are?
You are awesome!!!
That worked!!!
Thanks a lot for your solution. It saved a lot of time for investigation.
Indeed a very strange framework bug, but we .net-programmer like unexpected challenges…
Yippy! You saved a lot of time. Thanks so much!
Great solution! Thanks!
my man!
Stupid question but how do I add teh reference???
using System.Security;
???
ofmg i got it thank you very much! =)