I'm new to Visual Studio 2010, how do I fix the following error?
Error: The type or namespace name 'Xml' does not exist in the namespace 'System.Security.Cryptography' (are you missing an assembly reference?)
with code:
using System;
using System.Xml;
using System.Security.Cryptography;
using System.Security.Cryptography.Xml;
You need to add a reference to the "System.Security" assembly. (Right-click project - add reference).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With