Funny Cartoon - 2 Larva
Home » All posts
Error with .NET Framework
in
software,
Tips
- on 12/28/2011
- No comments
When using some program or programming your own programs with .NET Framework, maybe you will see this error:
Could not load type 'System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement' from assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
It's cause by some update from Windows (Windows Update) that make .NET Framework stop working. When it happened, you can use the below methods to fix:
- Download Update Hotfix KB975954 here
- Check out the Solution from Microsoft here
- Uninstalling the update In Control Panel -- Add Remove Programs - it appears as
KB976769v2 under Microsoft .NET Framework 3.0 Service Pack 2
I've tried, and it work!!! If your have any question, feel free to ask me. I'll answer you as soon as possible.
Could not load type 'System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement' from assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
It's cause by some update from Windows (Windows Update) that make .NET Framework stop working. When it happened, you can use the below methods to fix:
- Download Update Hotfix KB975954 here
- Check out the Solution from Microsoft here
- Uninstalling the update In Control Panel -- Add Remove Programs - it appears as
KB976769v2 under Microsoft .NET Framework 3.0 Service Pack 2
I've tried, and it work!!! If your have any question, feel free to ask me. I'll answer you as soon as possible.
PHP code: Prevent MySQL Injection - HTML injection
in
security,
Tips
- on 12/15/2011
- No comments
Nowadays, there are a lot of sensitive information stolen from the site with poor security, mostly due to SQL Injection. So what is SQL Injection, and how to Prevent Sensitive Information from being stolen?
Today, i'll show you the way to Anti SQL Injection attack with PHP code after few line of information about SQL Injection.
Today, i'll show you the way to Anti SQL Injection attack with PHP code after few line of information about SQL Injection.
Sponsors