This might be a slap in your face because you've probably tried that (and you haven't, you might deserve one). What happens if you reinstall the whole IDE? And I meant really the whole thing. Remove the framwork, the VS, remove the files, go paranoid and clean up the trash can, switch to a different installation directory etc. Does the problem still remains?
I know it doesn't explain why it happened but at this stage I'm guessing you're mostly interested in how to kill the problem.
If you have access to a spare computer - why don't you install VS on that machine and see if you can reproduce the error. If not, then there's something fishy with your primary machine and you'll probably never know what happened.
I'm stressing here that it's only a list of general suggestions that every programmer should rely on when nothing sane nor logical seems to work. And yes, I do hate computers. I love programming but I hate computers. They are like small, evil people with keyboards...
DataProtextScope
? – SpatolaSystem.Security.Cryptography.
and in the list I'm getting, there's noDataProtectionScope
orProtectedData
. SO, I guess the code is:System.Security.Cryptography.
but that's hardly a new information. – VariedDataProtextScope
is a typo - see the correction in the subject. :) – VariedSystem.Security.Cryptography.
? I ask because I tried this on my machine and could see bothDataProtectionScope
andProtectedData
. – Cheboksary