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
i installed mvc 3 first and all was good
Thursday, May 29, 2014
Monday, May 19, 2014
only date in javascript
var curdate = new Date();
curdate.setHours(0,0,0,0);
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
adding existing files to vs project
dont add the designer just the plain cs
Subscribe to:
Comments (Atom)
