Click here to Skip to main content
15,896,264 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have this problem in visual studio 2015 ,
I add namespace to code
using System.Security.Cryptography.Xml;

I add olso in the reference system.security.

but I have this error .
the type of namespace name does not existe.

What I have tried:

I add system.security in the refereence
I rebuild all time tyhe same error.
I debug no things hapen.

Best regards

All
Posted
Updated 18-Jan-17 5:25am
Comments
F-ES Sitecore 18-Jan-17 10:46am    
It works for me, there must be something about setup that you haven't posted.
Richard MacCutchan 18-Jan-17 11:10am    
Mea culpa; brain no work.

1 solution

Check your reference: I could duplicate your problem by adding the using line you show, but as soon as I add the reference to System.Security to my project the error goes away: did you add the reference to the wrong project?
 
Share this answer
 

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