Another epic #VisualStudio (or MS #dotnet development platform, or the project I'm working on) moment:

Every once in a while the app crashes on startup because it can't find #CefSharp. It's installed as a #NuGet package, right version and everything.
So I go to the NuGet folder, delete cefsharp.common, let it restore the package on build and everything is fine again (until it isn't anymore).

#FunBugs

WPFでGoogle mapsを使う - Qiita

#WPFでGoogle mapsを使う ##はじめに とある案件で、位置情報を利用するために、Google mapsを使うことになりました。 本来ならWebブラウザで、JavaScriptを使って、利用するのが正道なのですが、位置情報...