My missing piece was on the same "Build" tab, but further down under "Advanced". I needed to set the "Output / Debug to "full", it's not enough just to be "pdb-only".
Now the project compiles with full debugging info.
I'm blogging about programming, but ... hey look over there - it's something shiny!
After loving synergy for the last few years, I decided to upgrade since it had one minor annoyance: When ever my server machine got a new IP address, the client couldn't find it - I had to manually reset it by reentering a different version of the host name which caused synergy to lookup the IP address.
I updated my iPhone 4S to iOS7.0.2 and it immediately put the phone in recovery mode. The phone was dead. Fortunately, iTunes had it backed up on my Windows XP (no smirks please, it's historical) and was able to restore the phone, mostly.![]() |
| 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)