Category Archives: Uncategorized

Upload to Garmin Connect does not Work

I had this problem twice now. My activities recorded by my Garmin Forerunner 310XT are not uploaded to Garmin Connect. However, they show in Garmin Training Center (the Windows application). Here is what to do. 1. Look in the C:\Users\<username>\AppData\Roaming\GARMIN\Devices\nnn\Garmin … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

"Flasha" och konfigurera Dreambox (DM500HD)

Detta är främst anteckningar för min egen användning. “Flasha” Ladda ned senaste bygget från http://openpli.org/. Stäng av Dreamboxen med knappen på baksidan. Tryck in knappen på framsidan, håll in den och sätt samtidigt på med knappen på baksidan. Grön text … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Kinect Adventures Region Free

I now have evidence that European (PAL) Kinect for XBox 360, including Kinect Adventures, works on an American (NTSC) console.

Posted in Uncategorized | Tagged , , , , | Leave a comment

.NET 4 RC and Visual Studio 2010 and .NET Framework 4 Training Kit

I have gone through some of the exercises in the Visual Studio 2010 and .NET Framework 4 Training Kit (February release) but with .NET 4 and Visual Studio 2010 RC installed (the training kit is really made for beta 2). … Continue reading

Posted in Uncategorized | Leave a comment

WCF Custom Receive Channel for BizTalk: Message Disappears

I struggled for a long time trying to construct a WCF custom channel for receiving messages into BizTalk. My channel returned a message, but the message disappeared without a trace in BizTalk. This blogpost gave me the clue I needed. … Continue reading

Posted in Uncategorized | Leave a comment

Getting Started with Host Application Integration with BizTalk Adapters for Host Systems 2.0 / Host Integration Server 2009

The documentation for BizTalk Adapters for Host Systems 2.0 / Host Integration Server 2009 is unfortunately not accurate (neither local help or the online version). I think they forgot to update it from the previous version. Here are some points … Continue reading

Posted in Uncategorized | Leave a comment

Svenska namnsdagar och flaggdagar

Jag har letat ett tag efter svenska namnsdagar och flaggdagar för 2010. Till slut fann jag (nästan) vad jag sökte hos Christina Svensson. När jag importerade till Outlook blev såväl namnsdagar som flaggdagar visade som som “busy” (upptagen). Jag ändrade … Continue reading

Posted in Uncategorized | Leave a comment

WCF Message Security

This is a follow up my previous post “Accessing a BizTalk WCF Service over SSL with Client Certificate Authentication”. To change from transport to message security, I did the following: Changed the receive location configuration. The service certificate is, I … Continue reading

Posted in Uncategorized | Leave a comment

DTCTester on 64 bit Windows

To use DTCTester, you must create an ODBC data source. But if you’re on a 64 system and use the control panel to create the data source, you will receive an error when you run DTCTester: SQLSTATE=IM002,Native error=0,msg=’[Microsoft][ODBC Driver Manager] Data … Continue reading

Posted in Uncategorized | Leave a comment

Schema validation inside orchestration

BizTalk can do XML schema validation using the XML disassembler pipeline component. But I wanted to the same thing in orchestration to have better control of the error handling and produce better error messages. My solution was to write a … Continue reading

Posted in Uncategorized | Leave a comment