Solving: Found conflicts between different versions of the same dependent assembly.

0 Comments

  I was getting the warning: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1546,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. The was caused by the referenced assembly System.Net.Http. Solution Edit the *.csproj file and change: <Reference

Metadata file could not be found in Visual Studio 2013

2 Comments

I was getting the error “Metadata file could not be found” in Microsoft Visual Studio 2013, normally I would clean the solution and build the projects in the correct order manually, but that did not

JavaScript DateTime daylight saving pitfall

0 Comments

Be aware, that dates with different daylight saving times, don’t differ by 24 hours per day, but 24 * days + 1 hour or 24 * days – 1 hour:   var app = (function