.NET, BizTalk, Daniel »

[2 Sep 2010 | 0 Comments]

This blog post is about creating a BizTalk pipeline that allows the stream passed into it to be seekable. If the position of the stream is not reset when it’s returned then the message will be empty as the default stream is forward-only. [More]

EPiServer, Development, Daniel »

[19 Aug 2010 | 2 Comments]

This blog post is about integrating EPiServer CMS 6 with ELMAH. ELMAH provides functionality to log and view unhandled exceptions that occur on a website. We’'ll use the EPiServer CMS 6 dashboard with an RSS gadget to consume the ELMAH RSS feed. [More]

BizTalk, BizPhone, Daniel »

[27 Jul 2010 | 0 Comments]

In this demo I chose to highlight the artifacts that the BES project regards as warnings. These are the following: disabled orchestrations, disabled send ports and disabled receive locations. [More]

BizPhone, BizTalk, Daniel »

[16 Jul 2010 | 4 Comments]

BizPhone is my contribution to the Sogeti mobile applications contest. It is built using BizTalk Explorer Services. The idea is that any service manager or developer can view the current status (and soon manage!) of a BizTalk server from anywhere using only their mobile device. [More]

BizTalk, Daniel, Development, Microsoft »

[14 Jul 2010 | 0 Comments]

The birth of BES came out of necessity for a BizTalk WCF API when I was working on a Windows Phone 7 project. I had taken a look at BizTalk Data Services by Tellago. But in the end I went down my own path in order to be in complete control and, honestly, the learning experience of it. [More]

Daniel, Visual Studio »

[1 Jun 2010 | 3 Comments]

This blog post contains the updated dark theme for Visual Studio 2010. The new theme contains some minor “bugfixes” from the old theme and includes better support for XAML. [More]

Daniel, Development, VMWare »

[31 May 2010 | 2 Comments]

This blog post is about a quickfix for VMWare if you’re suffering VMWare black screen of death. This bug is most likely to occur if you’ve used a secondary monitor or projector with a low resolution capability. When switching back to a high-resolution monitor the screen goes black and doesn’t play nice anymore. [More]

BizTalk, Daniel »

[30 May 2010 | 0 Comments]

This blog post is about validating data types in a BizTalk receive location. By default no data type validation is performed unless explicitly set. This approach could save a’lot of grief since the message is refused before it has the possibility of wreaking havoc in the BizTalk message box. [More]

.NET, BizTalk, Daniel »

[23 Apr 2010 | 0 Comments]

This blog post is about routing error messages in BizTalk Server by filtering on ErrorReport.MessageType. Since BizTalk Server 2006 there’s the possibility of routing failed messages. This is enabled on the send port or receive port – not receive locations. [More]

.NET, BizTalk, Daniel, Visual Studio »

[22 Apr 2010 | 0 Comments]

After having installed Visual Studio 2010 on my 64-bit Windows 2008 server Enterprise Single Signed on stopped working. The event log tells us to call “regasm SSOSQL.dll” – which is very nice. Only it doesn’t work on 64-bit operating systems. [More]