27 December 2006
System.Security.Cryptography.Xml missing?
Posted by Mikhail Esteves under: C#; Tips .
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.
2 Comments so far...
Alex Says:
16 April 2008 at 5:50 pm.
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…