
The Podcasts app would open and then die immediately.
It took a while to find the fix. I went to "App Store" on the phone and found an update for the "Podcasts" app. After applying the update it was all working again.
I'm blogging about programming, but ... hey look over there - it's something shiny!
![]() |
Photo by Rich Masso |
select Datediff(s, '1970-01-01', GETUTCDATE())*1000 Msg 8115, Level 16, State 2, Line 1 Arithmetic overflow error converting expression to data type int.
select cast(Datediff(s, '1970-01-01', GETUTCDATE()) AS bigint)*1000
![]() |
Photo by: Klafubra |
[System.Reflection.Assembly]::LoadWithPartialName('System.IO.Compression.FileSystem') [System.IO.Compression.ZipFile]::ExtractToDirectory($zipFile, $targetFolder)