Friday, March 7, 2014
If you can't find the error in the team city log
go to the log team city creates under c:\temp in the destination server for more detailed info
Thursday, March 6, 2014
Tuesday, March 4, 2014
metadata could not be found
could be a red herring - fix the other errors first
Debugging Resource strings are unavailable
is normal silverlight behavior
Monday, February 24, 2014
The SELECT item identified by the ORDER BY number 1 contains a variable as part of the expression identifying a column position. Variables are only allowed when ordering by an expression referencing a column name.
Variables are only allowed when ordering by an expression referencing a column name.
this means using the variable in a case or if statement (me thinks)
this means using the variable in a case or if statement (me thinks)
Wednesday, February 12, 2014
Remove json syntax from strings
with JavaScriptSerializer class
JavaScriptSerializer javaScriptDeserializer = new JavaScriptSerializer();
List<string> idList = javaScriptDeserializer.Deserialize<List<String>>(Ids);
JavaScriptSerializer javaScriptDeserializer = new JavaScriptSerializer();
List<string> idList = javaScriptDeserializer.Deserialize<List<String>>(Ids);
Social skills over Methodology
Subscribe to:
Comments (Atom)