thus:
Friday, November 30, 2012
Wednesday, November 28, 2012
Could not load file or assembly 'blah'
or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
I had this with a WCF service in which there were 2 dll's in the bin , 1 a backup copy of the other.
At a later date I had this when there was some kind of conflict with supporting dll's so I just comepletely deleted the bin and got the supporting dll's from my development bin
I had this with a WCF service in which there were 2 dll's in the bin , 1 a backup copy of the other.
At a later date I had this when there was some kind of conflict with supporting dll's so I just comepletely deleted the bin and got the supporting dll's from my development bin
IP to machine name
C:\>nbtstat -a n.n.n.n
Monday, November 26, 2012
'RSClientController' is undefined
I had to change the app pool managed pipeline to classic
Unformattable dates in s/sh gear and excel
if you enter a value such as "123456789" in excel and format it to a date - excel cannot show it so it displays "######################". If you save to csv , excel will save "######################". spreadsheetgear will save nothing to csv.
Tuesday, November 20, 2012
JQuery selected text of dropdown
$('#drpBlah option:selected')[0].text
Monday, November 12, 2012
Chrome anomoly
event.srcElement.isContentEditable or event.target.isContentEditable was always returning false, even though it existed.
Subscribe to:
Comments (Atom)
