I have a issue that is error CS0433: The type ‘SignedXml’ exists in both ‘System.Security.Cryptography.Xml, Version=[7.0.0.0], Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’ and ‘[System.Security], Version=[4.0.0.0], Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’
Variable type System.Security.Cryptography.Xml.SignedXml in System.Security package does not have some function I need so I have to install System.Security.Cryptography.Xml package.
I have deleted System.Security package directly from Main.xaml but it doesn’t work.
I did it mate, but it have not solved the problem because the system.security package includes System.Security.Cryptography.Xml.SignedXml with full namespace too. I have checked it in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.X
sorry mate I can’t, but i’m sure that every variable declaration will be full namespace. And the problem is in security package also has full namespace variable type System.Security.Cryptography.Xml.SignedXml