-
Recent Posts
Archives
- April 2012
- March 2012
- February 2012
- December 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- February 2011
- January 2011
- December 2010
- September 2010
- August 2010
- June 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- November 2007
- September 2007
- August 2006
- January 2006
- December 2005
- November 2005
Categories
Meta
Category Archives: Datorer och Internet
Cannot get the BizTalk ExposeWebService sample to run on Windows XP
I had problems getting the BizTalk 2006 R2 ExposeWebService sample to run on my Windows XP machine. The published orchestration threw a SOAPException. The event log said An attempt to connect to "BizTalkMgmtDb" SQL Server database on server "SE-890652" … Continue reading
Posted in Datorer och Internet
Leave a comment
“if” condition in a BizTalk XLANG expression shape
I discovered today that if you write an if statement in a BizTalk XLANG expression shape, it doesn’t work. You must use the decide shape. See Scott Woodgate’s blog at http://blogs.msdn.com/scottwoo/archive/2004/08/18.aspx.
Posted in Datorer och Internet
Leave a comment
Binding a DataGrid in .Net
I wanted to bind a Windows form datagrid to data source which was a strongly typed (generic) collection and went into problems. So I investigated how to bind to four different datasources: a DataSet, a typed array, an untyped list … Continue reading
Posted in Datorer och Internet
Leave a comment