Monthly Archives: May 2019

Issue with System.Net.Http 4.2.0.0 not found

Recently I got next error when executing application on remote server:

  On local PC all worked fine. Same version of .net framework was installed on local development pc and remote. There are huge amount of posts about this topic in internet. The root issue of issue was found out soon – full framework… Read More »

How to Fix the Collation and Character Set of a MySQL Database

Recently I came across with issue where migrating website from one hosting to another resulted on text encoding issues. Site was very old and lot of time had passed, so on new server all texts coming from database had cryptic signs instead of Nordic characters. All you can find below is from article on page https://confluence.atlassian.com/kb/how-to-fix-the-collation-and-character-set-of-a-mysql-database-744326173.html… Read More »