Error 255 after I installed Visual Studio 2015
This week, I installed Visual Studio 2015 in my laptop. Then all of websites I build which is running .Net Framework 4.5 or 4.5.x are not working. They got .net framework error Error 255 and it cannot execute vbc.exe. I did a lot of research. There are a lot of people wrote about this error is about App Pool Identity. They are right in the past, I found out if you have .net framework 4.5 an 4.6, this error is caused by some security patched, 3098779 and 3097997. If you uninstall these two patches, then you will be fine again.
Security Tips for Wordpress
I used a lot of free wordpress template and plug-ins. They are good. But in some situations, especially, the templates and plug-ins are not from wordpress.org. They are from some random websites. You have to be very careful. You have to check them very carefully. I will do a code review for that.
There is a common technique, they will use. The page will detect the user agent string. If you use a normal browser, they will deliver a normal content. When the search indexing engine visit them, they will deliver the spammer content. To check that, you can use the fetch as google in Webmaster tools for checking. If you are a power user, you can use some browser plug-ins to change your agent user agent string to be a indexing engine.
Infinite Loop of restarting for Windows 8.1 and 10
Recently, I got a few desktops and laptops have a same problem. Suddenly, they cannot boot up into windows anymore. After the power is on, they entered a loading screen of windows, after a minute,it restarted itself. This situation repeated a few times, that is a kind of an infinite Loop of restarting. Finally, it will go to a windows boot manager. Then you can choose to enter safe mode. If you are luck enough, you can go to last restore point. I found this problem are caused by the windows update. In my cases, I had to use the restore image and did a factory reset.
Logitech M560 Wireless Mouse
I am coding for living.I need to spend at least 8 hours per day in front of computer. That is not good for my shoulders and my back, I always got some pains from my shoulders and my back. Thus , a good mouse is very important for me, it can take some pressure from my shoulder. Recently, I bought a good mouse which is Logitech M560 Wireless Mouse. The mouse is very sensitive. Its curved shape is fitted my palm grip. That is quite comfortable!
Android Studio is updated to 1.4
Last night, I upgraded my android studio from 1.2 to 1.4. I have used android studio for more than a year. In old time, that was still in beta. Every upgrades, I needed to fixes the project files. This times, that was hassle-free, it only required to download 2GB files for library and sdk update. That is great. I love it.