Friday, May 30, 2014

web installer hung

i ran reset from command line

installing mvc 4

on vs 2012 kept on failing because of a lack of a patch on vs 2010 (huh?)
i installed mvc 3 first and all was good

Monday, May 19, 2014

only date in javascript

var curdate = new Date();
        curdate.setHours(0,0,0,0);

Wednesday, May 14, 2014

when to use x86 on a VS build

I needed that for creating an exe that had to work on 64 bit bit still had references to 32 bit

How to copy a distribution list for an outlook meeting invite

the easiest way I found was to reply to the earlier meeting to get the list of names and copy

Tuesday, May 13, 2014