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