-
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: 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
"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
Kinect Adventures Region Free
I now have evidence that European (PAL) Kinect for XBox 360, including Kinect Adventures, works on an American (NTSC) console.
.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