I was happilly working while all the sudden I started to get this message.
It took some googlin' in order to understand what is going on.
It was because my development server date was wrong (few months in the past).
Synchronizing it resolved the issue.
Also I read you may experience this problem in case you are changing the current thread culture.
Hope this helps ...
2 comments:
Same thing happened to me. I had forgotten I had changed my system time, started to get these errors "magically". Then saw your post which reminded me I had been messing with my time. Cheers!!
Changing your system time is not a good idea at all. Skype also gets confused, some REST Services require you to send a time stamp in order to work (take LinkedIN API for example - it won't work if your time is different with more than 5 minutes so you will need to adjust from code). The .NET Dlls won't work as well if the system decides they are built "in the future".
Post a Comment