<rss version="2.0">
  <channel>
    <title>Mark Barto's Blog</title>
    <link>http://www.markbarto.nl</link>
    <description>Technical Blog from Mark Barto about the Microsoft .NET Platform related to .Net, C#, BizTalk, WCF, ASP.NET, SQL, Silverlight, IIS</description>
    <item>
      <title>Various: Howto create temporary files of specific size</title>
      <description>&lt;p&gt;Sometimes you want to have a file with a specific size for testing purposes. &lt;br&gt;&lt;br&gt;Easily you can do that with the following command:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;&lt;em&gt;fsutil file createnew c:\onegb.txt 1073741824&lt;/em&gt;&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;This will create a file with the name onegb.txt with a size of 1GB.&lt;/p&gt;</description>
      <author>mabarto</author>
      <comments>http://www.markbarto.nl/blog/archives/2011/10/3/various-howto-create-temporary-files-of-specific-size#comments</comments>
      <pubDate>Mon, 03 Oct 2011 14:28:24 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2011/10/3/various-howto-create-temporary-files-of-specific-size</link>
    </item>
    <item>
      <title>Framework: Mixed mode assembly is built against version 'v2.0.50727' of the runtime</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/Windows-Live-Writer/6ad6cf910ae1_A345/aa496123_NET_logoenusMSDN_10_2.gif"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="aa496123_NET_logoenusMSDN_10" border="0" alt="aa496123_NET_logoenusMSDN_10" align="left" src="http://www.markbarto.nl/Windows-Live-Writer/6ad6cf910ae1_A345/aa496123_NET_logoenusMSDN_10_thumb.gif" width="117" height="148" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;When we were upgraded our project to Framework 4 and compiled we were getting the following error:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;&lt;strong&gt;Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  
</description>
      <author>mabarto</author>
      <comments>http://www.markbarto.nl/blog/archives/2011/9/21/framework-mixed-mode-assembly-is-built-against-version-v2050727-of-the-runtime#comments</comments>
      <pubDate>Wed, 21 Sep 2011 11:45:26 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2011/9/21/framework-mixed-mode-assembly-is-built-against-version-v2050727-of-the-runtime</link>
    </item>
    <item>
      <title>Microsoft Visual Studio 11 Developer Preview (ISO)</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/Windows-Live-Writer/Windows_8406/ff657791_DEV11_PLAT(en-us,MSDN_10)_2.gif"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="ff657791_DEV11_PLAT(en-us,MSDN_10)" border="0" alt="ff657791_DEV11_PLAT(en-us,MSDN_10)" align="left" src="http://www.markbarto.nl/Windows-Live-Writer/Windows_8406/ff657791_DEV11_PLAT(en-us,MSDN_10)_thumb.gif" width="240" height="160" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;Visual Studio 11 Developer Preview is an integrated development environment that seamlessly spans the entire life cycle of software creation, including architecture, user interface design, code creation, code insight and analysis, code deployment, testing and validation.     &lt;br /&gt;    &lt;br /&gt;&lt;/p&gt;  
</description>
      <author>mabarto</author>
      <comments>http://www.markbarto.nl/blog/archives/2011/9/21/microsoft-visual-studio-11-developer-preview-iso#comments</comments>
      <pubDate>Wed, 21 Sep 2011 09:36:12 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2011/9/21/microsoft-visual-studio-11-developer-preview-iso</link>
    </item>
    <item>
      <title>VS: Turn off repairing file when user delete/modify file</title>
      <description>&lt;a href="http://www.markbarto.nl/Windows-Live-Writer/e67971b2a0b6_D508/vdp-5063_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="vdp-5063" border="0" alt="vdp-5063" align="left" src="http://www.markbarto.nl/Windows-Live-Writer/e67971b2a0b6_D508/vdp-5063_thumb.png" width="128" height="171" /&gt;&lt;/a&gt;  &lt;p&gt;   &lt;br /&gt;    &lt;br /&gt;Visual studio creates advertised shortcuts so that when you are starting the application it will check first of existence for each file and repair the file automatically if it is modified or deleted. But sometimes you don't want to have this behavior for each file so how to deal with that ?&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  
</description>
      <author>mabarto</author>
      <comments>http://www.markbarto.nl/blog/archives/2011/8/11/vs-turn-off-repairing-file-when-user-deletemodify-file#comments</comments>
      <pubDate>Thu, 11 Aug 2011 16:02:30 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2011/8/11/vs-turn-off-repairing-file-when-user-deletemodify-file</link>
    </item>
    <item>
      <title>Aspose.Words: Image file cannot be written to disk when using external images</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/Windows-Live-Writer/Aspose.Words-Use-external_D69D/asponse.words_2.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="asponse.words" border="0" alt="asponse.words" align="left" src="http://www.markbarto.nl/Windows-Live-Writer/Aspose.Words-Use-external_D69D/asponse.words_thumb.jpg" width="140" height="207" /&gt;&lt;/a&gt;    &lt;br /&gt;    &lt;br /&gt;I have a .docx template and have defined some mail merge fields and included an image from the web as link included. When I'm trying to save the document as output for HTML I'm getting the following error:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;Image file cannot be written to disk. When saving the document to a stream either Images Folder should be specified or custom streams should be provided via ImageSavingCallback.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  
</description>
      <author>mabarto</author>
      <comments>http://www.markbarto.nl/blog/archives/2011/5/13/asposewords-image-file-cannot-be-written-to-disk-when-using-external-images#comments</comments>
      <pubDate>Fri, 13 May 2011 15:35:26 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2011/5/13/asposewords-image-file-cannot-be-written-to-disk-when-using-external-images</link>
    </item>
    <item>
      <title>SharePoint, Visual Studio 2010: Localization within WebPart</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/Windows-Live-Writer/SharePoint_A404/logo-sharepoint-2010_2.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="logo-sharepoint-2010" border="0" alt="logo-sharepoint-2010" align="left" src="http://www.markbarto.nl/Windows-Live-Writer/SharePoint_A404/logo-sharepoint-2010_thumb.png" width="220" height="220" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;    &lt;br /&gt;We have created a WebPart within Visual Studio 2010 for SharePoint 2010. We want to use localization within this WebPart but the usage of getting a resource element works different.     &lt;br /&gt;    &lt;br /&gt;Instead of using the Resources class you use the GetLocalizedString method within the SPUtility class. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  
</description>
      <author>mabarto</author>
      <comments>http://www.markbarto.nl/blog/archives/2011/4/21/sharepoint-visual-studio-2010-localization-within-webpart#comments</comments>
      <pubDate>Thu, 21 Apr 2011 12:35:49 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2011/4/21/sharepoint-visual-studio-2010-localization-within-webpart</link>
    </item>
    <item>
      <title>VSTS, Visual Studio: Do not automatically check out</title>
      <description>&lt;a href="http://www.markbarto.nl/Windows-Live-Writer/6c16482e6e61_DBE1/vs2010logo_transparent_large_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="vs2010logo_transparent_large" border="0" alt="vs2010logo_transparent_large" align="left" src="http://www.markbarto.nl/Windows-Live-Writer/6c16482e6e61_DBE1/vs2010logo_transparent_large_thumb.png" width="240" height="125" /&gt;&lt;/a&gt;  &lt;p&gt;   &lt;br /&gt;When using Visual Studio Team System as source control environment it is very annoying when your solution/project or file is automatically checked out without knowing.     &lt;br /&gt;    &lt;br /&gt;In Visual Studio it will automatically checked out without any prompt by default.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  
</description>
      <author>mabarto</author>
      <comments>http://www.markbarto.nl/blog/archives/2011/4/4/vsts-visual-studio-do-not-automatically-check-out#comments</comments>
      <pubDate>Mon, 04 Apr 2011 16:07:00 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2011/4/4/vsts-visual-studio-do-not-automatically-check-out</link>
    </item>
    <item>
      <title>Apple: Joined iOS Developer Program</title>
      <description>&lt;a href="http://www.markbarto.nl/Windows-Live-Writer/2381b09b5fad_782F/overview-hero20100817_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 5px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="overview-hero20100817" border="0" alt="overview-hero20100817" align="left" src="http://www.markbarto.nl/Windows-Live-Writer/2381b09b5fad_782F/overview-hero20100817_thumb.png" width="240" height="231" /&gt;&lt;/a&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Yesterday I enrolled my Apple ID for joining the iOS Developer Program as individual. Today I received an e-mail from Apple that I was accepted and I'm now having access to a set of development tools and resources.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2011/2/18/apple-joined-ios-developer-program#comments</comments>
      <pubDate>Fri, 18 Feb 2011 09:09:46 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2011/2/18/apple-joined-ios-developer-program</link>
    </item>
    <item>
      <title>Visual Studio: Formatting XML</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/VisualStudioFormattingXML_B877/56604606_af050abf0b_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px; display: inline; border-top: 0px; border-right: 0px" title="56604606_af050abf0b" border="0" alt="56604606_af050abf0b" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/VisualStudioFormattingXML_B877/56604606_af050abf0b_thumb.jpg" width="100" height="133" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;When opening a XML file within Visual Studio you get the contents without any linefeeds. It's very annoying that the format is not automatically set by Visual Studio. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2010/9/16/visual-studio-formatting-xml#comments</comments>
      <pubDate>Thu, 16 Sep 2010 13:34:53 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2010/9/16/visual-studio-formatting-xml</link>
    </item>
    <item>
      <title>WPF, VS, XAML: Disable Design-Mode in Visual Studio</title>
      <description>&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/WPFVSXAMLDisableDesignModeinVisualStudio_8B94/visual-studio-2010-logo_2.png"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="visual-studio-2010-logo" border="0" alt="visual-studio-2010-logo" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/WPFVSXAMLDisableDesignModeinVisualStudio_8B94/visual-studio-2010-logo_thumb.png" width="240" height="125" /&gt;&lt;/a&gt;   &lt;p&gt;   &lt;br /&gt;It's very annoying when opening a XAML file the first time that it will start in design-mode for preview mode.     &lt;br /&gt;    &lt;br /&gt;Visual Studio will render the XAML code but sometimes if you have a lot of controls in it it can take a long time too load.     &lt;br /&gt;    &lt;br /&gt;But there is a option within Visual Studio to turn this feature off.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2010/8/27/wpf-vs-xaml-disable-design-mode-in-visual-studio#comments</comments>
      <pubDate>Fri, 27 Aug 2010 10:22:43 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2010/8/27/wpf-vs-xaml-disable-design-mode-in-visual-studio</link>
    </item>
    <item>
      <title>BizTalk: Windows could not start the Enterprise Single Sign-On Service service on Local Computer</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/BizTalkWindowscouldnotstarttheEnterprise_70CD/BizTalk-Logo_2.gif"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="BizTalk-Logo" border="0" alt="BizTalk-Logo" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkWindowscouldnotstarttheEnterprise_70CD/BizTalk-Logo_thumb.gif" width="134" height="228" /&gt;&lt;/a&gt; Microsoft BizTalk 2009 and Enterprise Single Sign-On was running smooth on all the machines and after more investigation the following error was caused by an automatic update of Microsoft .NET Framework 4.0.    &lt;br /&gt;    &lt;br /&gt;&lt;em&gt;---------------------------      &lt;br /&gt;Services       &lt;br /&gt;---------------------------       &lt;br /&gt;Windows could not start the Enterprise Single Sign-On Service service on Local Computer. &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Error 0x80131700: 0x80131700      &lt;br /&gt;---------------------------       &lt;br /&gt;OK&amp;#160;&amp;#160; &lt;br /&gt;---------------------------&lt;/em&gt;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2010/6/25/biztalk-windows-could-not-start-the-enterprise-single-sign-on-service-service-on-local-computer#comments</comments>
      <pubDate>Fri, 25 Jun 2010 08:26:48 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2010/6/25/biztalk-windows-could-not-start-the-enterprise-single-sign-on-service-service-on-local-computer</link>
    </item>
    <item>
      <title>WCF, BizTalk: Root element is missing</title>
      <description>&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/WCFBizTalkRootelementismissing_A3D2/Capture_1.jpg"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Capture" border="0" alt="Capture" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/WCFBizTalkRootelementismissing_A3D2/Capture_thumb_1.jpg" width="240" height="141" /&gt;&lt;/a&gt;   &lt;p&gt;&amp;#160; &lt;br /&gt;We had a strange behavior when generating a WCF Service with the BizTalk Publishing Wizard. When we browse to the generated service in our browser we got the message &amp;quot;Root element is missing&amp;quot;. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2010/6/8/wcf-biztalk-root-element-is-missing#comments</comments>
      <pubDate>Tue, 08 Jun 2010 12:04:33 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2010/6/8/wcf-biztalk-root-element-is-missing</link>
    </item>
    <item>
      <title>WCF, BizTalk: The signature is invalid</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/WCFBizTalkThesignatureisinvalid_99D2/Bb226564_ca6b9909-1383-4fc9-afb8-80467ef39c81(en-us,BTS_20)_2.gif"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px; display: inline; border-top: 0px; border-right: 0px" title="Bb226564_ca6b9909-1383-4fc9-afb8-80467ef39c81(en-us,BTS_20)" border="0" alt="Bb226564_ca6b9909-1383-4fc9-afb8-80467ef39c81(en-us,BTS_20)" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/WCFBizTalkThesignatureisinvalid_99D2/Bb226564_ca6b9909-1383-4fc9-afb8-80467ef39c81(en-us,BTS_20)_thumb.gif" width="244" height="184" /&gt;&lt;/a&gt; We have generated with the BizTalk WCF Publishing Wizard a WCF Service based on a Metadata only endpoint for a Receive Location. The receive location will be configured as a net-MSMQ transport type.    &lt;br /&gt;    &lt;br /&gt; We have encountered a problem that the message will not be send to the queue but to the dead letter queue with the message "The signature is invalid".&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2010/6/8/wcf-biztalk-the-signature-is-invalid#comments</comments>
      <pubDate>Tue, 08 Jun 2010 11:21:13 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2010/6/8/wcf-biztalk-the-signature-is-invalid</link>
    </item>
    <item>
      <title>Welcome Qurius, Bye OneDev</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/WelcomeQuriusByeOneDev_D7D4/qurius-logo_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px; display: inline; border-top: 0px; border-right: 0px" title="qurius-logo" border="0" alt="qurius-logo" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/WelcomeQuriusByeOneDev_D7D4/qurius-logo_thumb.png" width="186" height="104" /&gt;&lt;/a&gt;It's now publicly official: I'm a new employee of &lt;a href="http://www.qurius.nl" target="_blank"&gt;Qurius Netherlands&lt;/a&gt; as Solution Developer on the First of June.&amp;#160; &lt;br /&gt;    &lt;br /&gt;Eight developers which worked for &lt;a href="http://www.onedev.nl" target="_blank"&gt;OneDev&lt;/a&gt;, including myself as BizTalk Engineer, is now taken over by &lt;a href="http://www.qurius.nl" target="_blank"&gt;Qurius Netherlands&lt;/a&gt;.     &lt;br /&gt;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2010/6/3/welcome-qurius-bye-onedev#comments</comments>
      <pubDate>Thu, 03 Jun 2010 15:45:54 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2010/6/3/welcome-qurius-bye-onedev</link>
    </item>
    <item>
      <title>Visual Studio: randomly keyboard layout change</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/VisualStudiorandomlykeyboardlayoutchange_D16D/tiny-keyboard_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px; display: inline; border-top: 0px; border-right: 0px" title="tiny-keyboard" border="0" alt="tiny-keyboard" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/VisualStudiorandomlykeyboardlayoutchange_D16D/tiny-keyboard_thumb.jpg" width="240" height="187" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;Sometimes when running in Visual Studio my keyboard layout randomly change. &lt;/p&gt;  &lt;p&gt;This is very annoying when you are trying to use the = sign but it will translate it to °. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2010/6/2/visual-studio-randomly-keyboard-layout-change#comments</comments>
      <pubDate>Wed, 02 Jun 2010 15:18:32 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2010/6/2/visual-studio-randomly-keyboard-layout-change</link>
    </item>
    <item>
      <title>BizTalk,Oracle: ORA-24777: use of non-migratable database link not allowed</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/BizTalkOracleORA24777useofnonmigratabled_E494/BizTalk-Logo_2.gif"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 5px; display: inline; border-top: 0px; border-right: 0px" title="BizTalk-Logo" border="0" alt="BizTalk-Logo" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkOracleORA24777useofnonmigratabled_E494/BizTalk-Logo_thumb.gif" width="134" height="228" /&gt;&lt;/a&gt;     &lt;br /&gt;When using the WCF Oracle Adapter I was getting the following error message &lt;em&gt;'ORA-24777: use of non-migratable database link not allowed'&lt;/em&gt; when I want to execute a stored procedure. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2010/5/27/biztalkoracle-ora-24777-use-of-non-migratable-database-link-not-allowed#comments</comments>
      <pubDate>Thu, 27 May 2010 16:40:08 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2010/5/27/biztalkoracle-ora-24777-use-of-non-migratable-database-link-not-allowed</link>
    </item>
    <item>
      <title>ASP.NET, .NET, Visual Studio: MSDN Event - Scott Guthrie - Part 1</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/MSDNEventScottGuthrieKinepolisBrussels_872F/swSpeaker7wp__2.jpg"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="swSpeaker7wp_" border="0" alt="swSpeaker7wp_" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/MSDNEventScottGuthrieKinepolisBrussels_872F/swSpeaker7wp__thumb.jpg" width="160" height="320" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;Yesterday I was attended at the talk from Scott Guthrie in Brussels. It was an interesting technical session about all the new features within .Net Framework 4.0, Silverlight 4, VS2010, ASP.NET MVC 2.0.     &lt;br /&gt;    &lt;br /&gt;The final agenda for the event was as follow:&lt;/p&gt;  &lt;p&gt;13:00 - 13:30: Welcome and registration    &lt;br /&gt;13:30 - 15:00: Visual Studio 2010, .NET 4 Web Development     &lt;br /&gt;15:00 - 15:20: Coffee Break     &lt;br /&gt;15:20 - 17:30: Silverlight and ASP.NET MVC 2 Beta     &lt;br /&gt;17:30 - 18:00: Q&amp;amp;A with Scott Guthrie &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/12/5/aspnet-net-visual-studio-msdn-event---scott-guthrie---part-1#comments</comments>
      <pubDate>Sat, 05 Dec 2009 11:38:08 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/12/5/aspnet-net-visual-studio-msdn-event---scott-guthrie---part-1</link>
    </item>
    <item>
      <title>Silverlight: Menu disappearing after Silverlight application</title>
      <description>&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px; display: inline; border-top: 0px; border-right: 0px" title="silverlight3" border="0" alt="silverlight3" src="http://www.markbarto.nl/WindowsLiveWriter/SilverlightMenudisappearingafterSilverli_A262/silverlight3_3.jpg" width="240" height="320" /&gt; When implementing a carousel with Silverlight on a webpage the menu was disappearing behind this Silverlight application.&lt;/p&gt;  &lt;p&gt;By default the Silverlight application have its own rendering window useful when displaying high definition video content or complex animation. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/12/1/silverlight-menu-disappearing-after-silverlight-application#comments</comments>
      <pubDate>Tue, 01 Dec 2009 11:52:49 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/12/1/silverlight-menu-disappearing-after-silverlight-application</link>
    </item>
    <item>
      <title>Silverlight, C#: Cross domain security error</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/SilverlightCCrossdomainsecurityerror_8FDE/silverlight3_2.jpg"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="silverlight3" border="0" alt="silverlight3" align="right" src="http://www.markbarto.nl/WindowsLiveWriter/SilverlightCCrossdomainsecurityerror_8FDE/silverlight3_thumb.jpg" width="240" height="320" /&gt;&lt;/a&gt; When trying to read an RSS feed within my Silverlight application I was getting a security error exception.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;The reason for getting this security error was that by default unauthorized connections will not be allowed to prevent Denial of Service (DoS) attacks, DNS Rebinding attacks and Reverse tunnel attacks other then the host where you want to connect to.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/12/1/silverlight-c-cross-domain-security-error#comments</comments>
      <pubDate>Tue, 01 Dec 2009 10:33:46 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/12/1/silverlight-c-cross-domain-security-error</link>
    </item>
    <item>
      <title>BizTalk, Windows: After restarting BizTalk host instances services stayed disabled</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/BizTalkWindowsAfterrestartingBizTalkhost_A768/0862d686-2911-4ed8-a275-8574bc4c0f7a_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px; display: inline; border-top: 0px; border-right: 0px" title="0862d686-2911-4ed8-a275-8574bc4c0f7a" border="0" alt="0862d686-2911-4ed8-a275-8574bc4c0f7a" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkWindowsAfterrestartingBizTalkhost_A768/0862d686-2911-4ed8-a275-8574bc4c0f7a_thumb.jpg" width="240" height="81" /&gt;&lt;/a&gt;     &lt;br /&gt;We have discovered that after a restart the BizTalk host instance services stayed disabled even when the startup type is set to automatic.&lt;/p&gt;  &lt;p&gt;The problem is that the BizTalk host instance service has a dependency with the Enterprise Single Sign-On Service which is not starting quickly enough. Because of this the BizTalk host instance services will not start.&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/10/28/biztalk-windows-after-restarting-biztalk-host-instances-services-stayed-disabled#comments</comments>
      <pubDate>Wed, 28 Oct 2009 12:13:08 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/10/28/biztalk-windows-after-restarting-biztalk-host-instances-services-stayed-disabled</link>
    </item>
    <item>
      <title>SQL: Activity Monitoring missing within SSMS</title>
      <description>&lt;p&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="activitymonitor" border="0" alt="activitymonitor" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/SQLActivityMonitoringmissingwithinSSMS_D6D0/activitymonitor_3.png" width="240" height="320" /&gt;     &lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;When searching for the Activity Monitoring within SQL Server Management Studio 2008 under the management folder you determined that it isn't there anymore. After some research I came across an interesting article where is explained where you can find the Activity Monitor.&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/10/27/sql-activity-monitoring-missing-within-ssms#comments</comments>
      <pubDate>Tue, 27 Oct 2009 15:35:10 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/10/27/sql-activity-monitoring-missing-within-ssms</link>
    </item>
    <item>
      <title>BizTalk: Missing context property ReceiveLocationName within orchestration</title>
      <description>&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/BizTalkMissingcontextpropertyReceiveLoca_E0C0/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkMissingcontextpropertyReceiveLoca_E0C0/image_thumb_1.png" width="350" height="233" /&gt;&lt;/a&gt;  &lt;p&gt;   &lt;br /&gt;    &lt;br /&gt;We have noticed that when you are transforming a message within an orchestration that the context properties of the original message will not be copied to the transformed message. You must declare this specific within your expression shape of your orchestration.     &lt;br /&gt;    &lt;br /&gt;Because we are using ESB for exception handling we want to know the location where the message is coming from.     &lt;br /&gt;    &lt;br /&gt;Unfortunately the ReceiveLocationName is missing in the standard BTS namespace.     &lt;br /&gt;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/9/2/biztalk-missing-context-property-receivelocationname-within-orchestration#comments</comments>
      <pubDate>Wed, 02 Sep 2009 16:16:11 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/9/2/biztalk-missing-context-property-receivelocationname-within-orchestration</link>
    </item>
    <item>
      <title>C#, .NET: Current Directory for Windows Service</title>
      <description>&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/C.NETCurrentDirectoryforWindowsService_D6AC/cat_icon_files_256_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px 0px; display: inline; border-top: 0px; border-right: 0px" title="cat_icon_files_256" border="0" alt="cat_icon_files_256" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/C.NETCurrentDirectoryforWindowsService_D6AC/cat_icon_files_256_thumb.png" width="141" height="188" /&gt;&lt;/a&gt;  &lt;p&gt;   &lt;br /&gt;    &lt;br /&gt;When calling for the current directory in a Windows Service with the Path.GetCurrentDirectory() you will probably not getting the correct directory but the C:\Windows\System32 directory. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/9/1/c-net-current-directory-for-windows-service#comments</comments>
      <pubDate>Tue, 01 Sep 2009 15:32:48 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/9/1/c-net-current-directory-for-windows-service</link>
    </item>
    <item>
      <title>BizTalk: Call Rules shape grayed out</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/BizTalkCallRulesshapegrayedout_AD2B/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkCallRulesshapegrayedout_AD2B/image_thumb.png" width="322" height="196" /&gt;&lt;/a&gt;     &lt;br /&gt;When trying to use the call rules shape within my orchestration I have noticed that when right-clicking on your orchestration the call rules shape was grayed out. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/8/24/biztalk-call-rules-shape-grayed-out#comments</comments>
      <pubDate>Mon, 24 Aug 2009 12:35:50 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/8/24/biztalk-call-rules-shape-grayed-out</link>
    </item>
    <item>
      <title>SQL, SSIS: Execute SSIS Package within Stored Procedure</title>
      <description>&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/SQLSSISExecuteSSISPackagewithinStoredPro_7888/image_3.png" width="301" height="360" /&gt; &lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;    &lt;br /&gt;I have a stored procedure which returns data from a database. Before I want to return this data I want to execute a SSIS package which populate this data. Unfortunately there is not any SQL statement to start a SSIS package within a Stored Procedure. But there is a work-a-round for it.&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/8/21/sql-ssis-execute-ssis-package-within-stored-procedure#comments</comments>
      <pubDate>Fri, 21 Aug 2009 08:50:39 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/8/21/sql-ssis-execute-ssis-package-within-stored-procedure</link>
    </item>
    <item>
      <title>Ziggo: New speed</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/ZiggoNewspeed_10F68/538414979%5B1%5D_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="538414979[1]" border="0" alt="538414979[1]" src="http://www.markbarto.nl/WindowsLiveWriter/ZiggoNewspeed_10F68/538414979%5B1%5D_thumb.png" width="244" height="112" /&gt;&lt;/a&gt; Finally I have received today the new Eurodocsis 3.0 modem from our ISP: Ziggo. My connection speed was upgraded for free. My new download speed is upgraded from 20Mb to 50Mb and my new upload speed from 3Mb to 5Mb. In the nearby future they will upgrade the speed to 80Mb and later on over the 100Mb. &lt;/p&gt;</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/8/12/ziggo-new-speed#comments</comments>
      <pubDate>Wed, 12 Aug 2009 19:34:26 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/8/12/ziggo-new-speed</link>
    </item>
    <item>
      <title>Windows Vista: Run as different user</title>
      <description>&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px; display: inline; border-top: 0px; border-right: 0px" title="cc300361_ShellRunas(en-us,MSDN_10)" border="0" alt="cc300361_ShellRunas(en-us,MSDN_10)" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/WindowsVistaRunasdifferentuser_C463/cc300361_ShellRunas(en-us,MSDN_10)_3.jpg" width="240" height="192" /&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;A colleague was asking me how to run a program under a different account. My answer was to right-click on the shortcut and select the Run As . option in the context menu but unfortunately this behavior is only available on the Windows XP version and not under Windows Vista.&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/8/11/windows-vista-run-as-different-user#comments</comments>
      <pubDate>Tue, 11 Aug 2009 14:14:11 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/8/11/windows-vista-run-as-different-user</link>
    </item>
    <item>
      <title>Outlook, Windows: Cannot start Microsoft Office Outlook. Cannot open the Outlook window.</title>
      <description>&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/OutlookWindowsCannotstartMicrosoftOffic_13BCC/image_2.png"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/OutlookWindowsCannotstartMicrosoftOffic_13BCC/image_thumb.png" width="296" height="140" /&gt;&lt;/a&gt;   &lt;p&gt;I'm running Windows 7 x64 RC and Outlook 2007 but suddenly without any warning by starting Outlook i'm getting the following strange error message: "Cannot start Microsoft Office Outlook. Cannot open the Outook window." &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/8/1/outlook-windows-cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window#comments</comments>
      <pubDate>Sat, 01 Aug 2009 22:44:21 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/8/1/outlook-windows-cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window</link>
    </item>
    <item>
      <title>BizTalk: Custom functoid in mapping return incorrect decimal</title>
      <description>&lt;p&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Biztalk_sml" border="0" alt="Biztalk_sml" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkCustomfunctoidinmappingreturninco_EE6B/Biztalk_sml_3.gif" width="134" height="228" /&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;    &lt;br /&gt;I have encountered a very strange problem by using a custom functoid in a mapping which converts a float to decimal where the returned value is not a decimal at all.&amp;#160; &lt;br /&gt;    &lt;br /&gt;As value I was given the -4.9E-5 but when checking the returned value was -4.9E05 and not -0,000049 what i was expected. Why this happen i don't know but I found a solution.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/7/29/biztalk-custom-functoid-in-mapping-return-incorrect-decimal#comments</comments>
      <pubDate>Wed, 29 Jul 2009 17:12:26 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/7/29/biztalk-custom-functoid-in-mapping-return-incorrect-decimal</link>
    </item>
    <item>
      <title>.NET, Tools: Framework Configuration Tool (mscorcfg.msc)</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/NETToolsFrameworkConfigurationToolm.msc_A348/NET_v_rgb_w_2.png"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="NET_v_rgb_w" border="0" alt="NET_v_rgb_w" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/NETToolsFrameworkConfigurationToolm.msc_A348/NET_v_rgb_w_thumb.png" width="160" height="203" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt; Microsoft has removed the .NET Framework Configuration Tool from the standard framework installations. They have decided to remove this tool from the control panel because the average end-user don't need this tool. But me as Developer this tool is a must have.    &lt;br /&gt;    &lt;br /&gt;If you want to use this tool Microsoft has decided to make it part of the SDK version.     &lt;br /&gt;    &lt;br /&gt;Because I'm not happy to install the whole SDK version only for this tool I have found a workaround with an setup. &lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/7/29/net-tools-framework-configuration-tool-mscorcfgmsc#comments</comments>
      <pubDate>Wed, 29 Jul 2009 11:51:47 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/7/29/net-tools-framework-configuration-tool-mscorcfgmsc</link>
    </item>
    <item>
      <title>BizTalk, Tools: Microsoft BizTalk Server Best Practices Analyzer (BPA)</title>
      <description>&lt;p&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkToolsMicrosoftBizTalkServerBestPr_98CA/image_7.png" width="330" height="360" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;br /&gt;This tool created by Microsoft will examine your BizTalk Server deployment and configuration environment and verifies it against deployment and configuration best practices.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;The Best Practices Analyzer performs configuration level verification, by reading and reporting only. For example, the Best Practices Analyzer gathers data from Windows Management Instrumentation (WMI) classes, SQL Server databases, registry entries, and other parts of your deployment, and uses the gathered data to determine whether best practices are being followed. The Best Practices Analyzer does not modify any system settings, and is therefore not a self tuning tool.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/7/17/biztalk-tools-microsoft-biztalk-server-best-practices-analyzer-bpa#comments</comments>
      <pubDate>Fri, 17 Jul 2009 11:07:31 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/7/17/biztalk-tools-microsoft-biztalk-server-best-practices-analyzer-bpa</link>
    </item>
    <item>
      <title>ASP.NET: Index was outside the bounds of the array</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/ASP.NETIndexwasoutsidetheboundsofthearra_117A9/error_2.png"&gt;&lt;img style="border-right-width: 0px; margin: 10px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="error" border="0" alt="error" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/ASP.NETIndexwasoutsidetheboundsofthearra_117A9/error_thumb.png" width="128" height="171" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;    &lt;br /&gt;When updating my blog with a new version I was encountering a strange asp.net error. When tried to updating / inserting or deleting data from my database I was getting the following message &amp;quot;Index was outside the bounds of the array&amp;quot;.     &lt;br /&gt;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/7/16/aspnet-index-was-outside-the-bounds-of-the-array#comments</comments>
      <pubDate>Thu, 16 Jul 2009 20:10:24 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/7/16/aspnet-index-was-outside-the-bounds-of-the-array</link>
    </item>
    <item>
      <title>BizTalk: Unit testing</title>
      <description>&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/BizTalkUnittesting_C11A/image_10.png"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkUnittesting_C11A/image_thumb_4.png" width="271" height="163" /&gt;&lt;/a&gt;   &lt;p&gt;   &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;In Microsoft BizTalk 2009 there is a new feature called &lt;strong&gt;Enable Unit Testing&lt;/strong&gt;.     &lt;br /&gt;    &lt;br /&gt;When setting this option to &lt;strong&gt;True &lt;/strong&gt;it is possible to create an unit test for validating schemas or mappings.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;In the following section I will explain how-to configure your BizTalk Project, Creating/Configuring a Test Project and explain the code snippet of a test method which test the map and validate the correctness of the output.    &lt;br /&gt;&lt;/p&gt; </description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/7/8/biztalk-unit-testing#comments</comments>
      <pubDate>Wed, 08 Jul 2009 08:46:12 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/7/8/biztalk-unit-testing</link>
    </item>
    <item>
      <title>BizTalk: WCF-SQL Adapter not displayed on x64</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/BizTalkWCFSQLAdapternotdisplayedonx64_AEE7/Biztalk_sml_2.gif"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Biztalk_sml" border="0" alt="Biztalk_sml" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkWCFSQLAdapternotdisplayedonx64_AEE7/Biztalk_sml_thumb.gif" width="134" height="228" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;When installing the SQL Adapter for x64 the adapter will not be displayed in BizTalk Administration when trying to add the adapter.     &lt;br /&gt;    &lt;br /&gt;Because BizTalk Server Administration console runs as a 32-bit process and not in a 64-bit process it will not be displayed in the dropdown when registering the adapter in BizTalk Administration.     &lt;br /&gt;&lt;/p&gt; </description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/7/1/biztalk-wcf-sql-adapter-not-displayed-on-x64#comments</comments>
      <pubDate>Wed, 01 Jul 2009 18:37:53 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/7/1/biztalk-wcf-sql-adapter-not-displayed-on-x64</link>
    </item>
    <item>
      <title>BizTalk: Solved - MessageType not promoted!</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/BizTalkSolvedMessageTypenotpromoted_C562/0862d686-2911-4ed8-a275-8574bc4c0f7a_2.jpg"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="0862d686-2911-4ed8-a275-8574bc4c0f7a" border="0" alt="0862d686-2911-4ed8-a275-8574bc4c0f7a" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkSolvedMessageTypenotpromoted_C562/0862d686-2911-4ed8-a275-8574bc4c0f7a_thumb.jpg" width="240" height="81" /&gt;&lt;/a&gt; In my previous post &lt;a href="http://www.markbarto.nl/blog/archives/2009/6/16/biztalk-messagetype-not-promoted" target="_blank"&gt;MessageType not promoted&lt;/a&gt; I had a problem that the MessageType will not be promoted if there was an inbound mapping failure.     &lt;br /&gt;    &lt;br /&gt;Unfortunately the &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/biztalkgeneral/thread/eca68f56-4a22-4a60-ae44-dcb79a30cccb" target="_blank"&gt;MSDN Forum - BizTalk General&lt;/a&gt; also had no solution for this problem. Because of this problem I have contacted someone from Microsoft who may answer this question.     &lt;br /&gt;&lt;/p&gt; </description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/6/30/biztalk-solved---messagetype-not-promoted#comments</comments>
      <pubDate>Tue, 30 Jun 2009 18:41:33 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/6/30/biztalk-solved---messagetype-not-promoted</link>
    </item>
    <item>
      <title>Windows 2008: Snipping Tool</title>
      <description>&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/Windows2008SnippingTool_805A/windows-vista-snipping-tool_2.jpg"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="windows-vista-snipping-tool" border="0" alt="windows-vista-snipping-tool" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/Windows2008SnippingTool_805A/windows-vista-snipping-tool_thumb.jpg" width="125" height="157" /&gt;&lt;/a&gt;   &lt;p&gt;   &lt;br /&gt;There is a missing feature within Windows Server 2008 called Snipping Tool.     &lt;br /&gt;    &lt;br /&gt;This tool enables you to capture screenshots, or snip, of any object on your screen, and then annotate, save, or sage the image.     &lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;&lt;/p&gt; </description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/6/29/windows-2008-snipping-tool#comments</comments>
      <pubDate>Mon, 29 Jun 2009 08:45:30 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/6/29/windows-2008-snipping-tool</link>
    </item>
    <item>
      <title>BizTalk: WCF - SQL Adapter for BizTalk 2009</title>
      <description>&lt;p&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Biztalk_sml" border="0" alt="Biztalk_sml" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkWCFSQLAdapterforBizTalk2009_E541/Biztalk_sml_3.gif" width="134" height="228" /&gt; If you are using the standard SQL adapter what is part of BizTalk you must be known that this adapter in the nearby future will not be supported anymore by Microsoft.     &lt;br /&gt;    &lt;br /&gt;Because of this reason it is a best-practice to replace this adapter to the new WCF-SQL adapter.     &lt;br /&gt;    &lt;br /&gt;This adapter which is also part of the BizTalk Adapter Pack 2.0 is also available as stand-alone download.&lt;/p&gt;  &lt;br /&gt;</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/6/26/biztalk-wcf---sql-adapter-for-biztalk-2009#comments</comments>
      <pubDate>Fri, 26 Jun 2009 18:43:46 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/6/26/biztalk-wcf---sql-adapter-for-biztalk-2009</link>
    </item>
    <item>
      <title>BizTalk: MessageType not promoted !</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/BizTalkMessageTypenotpromoted_78C8/msdn_2.png"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="msdn" border="0" alt="msdn" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkMessageTypenotpromoted_78C8/msdn_thumb.png" width="240" height="159" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;On the &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/biztalkgeneral/threads" target="_blank"&gt;Microsoft MSDN Forums&lt;/a&gt; I have asked a question why the &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/biztalkgeneral/thread/eca68f56-4a22-4a60-ae44-dcb79a30cccb" target="_blank"&gt;MessageType is not promoted when an error occurred in the inbound mapping of the receiveport&lt;/a&gt;.     &lt;br /&gt;    &lt;br /&gt;Unfortunately this was not the answer I was hoping for.     &lt;br /&gt;&lt;/p&gt; </description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/6/16/biztalk-messagetype-not-promoted#comments</comments>
      <pubDate>Tue, 16 Jun 2009 18:37:15 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/6/16/biztalk-messagetype-not-promoted</link>
    </item>
    <item>
      <title>BizTalk, ESB: Microsoft ESB Toolkit 2.0</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/BizTalkESBMicrosoftESBToolkit2.0_8874/Dd897973_BizTalkESBToolkitLogo(en-us,MSDN_10)_2.png"&gt;&lt;img style="border-right-width: 0px; margin: 5px 15px 5px 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Dd897973_BizTalkESBToolkitLogo(en-us,MSDN_10)" border="0" alt="Dd897973_BizTalkESBToolkitLogo(en-us,MSDN_10)" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkESBMicrosoftESBToolkit2.0_8874/Dd897973_BizTalkESBToolkitLogo(en-us,MSDN_10)_thumb.png" width="240" height="56" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Finally the new ESB Toolkit 2.0 is available for download at the Microsoft website.    &lt;br /&gt;The name has also been changed from ESB Guidance to ESB Toolkit and this version will not be available on CodePlex anymore.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; </description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/6/9/biztalk-esb-microsoft-esb-toolkit-20#comments</comments>
      <pubDate>Tue, 09 Jun 2009 08:45:04 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/6/9/biztalk-esb-microsoft-esb-toolkit-20</link>
    </item>
    <item>
      <title>BizTalk, ESB: CDATA element incorrectly closed</title>
      <description>&lt;p&gt;&lt;a href="http://www.markbarto.nl/WindowsLiveWriter/BizTalkESBCDATAelementincorrectlyclosed_7F9A/image_6.png"&gt;&lt;img style="border-right-width: 0px; margin: 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkESBCDATAelementincorrectlyclosed_7F9A/image_thumb_2.png" width="240" height="289" /&gt;&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;    &lt;br /&gt;We are using the Microsoft BizTalk Enterprise Server Bus (ESB) Guidance 2.0 CTP 2 as best practice within Microsoft BizTalk 2009. At the moment we are using especially the exception handling for fault handling.     &lt;br /&gt;    &lt;br /&gt;We are not using the included ESB portal for resubmit the fault message but we have created a SharePoint Web Part which reads the EsbExceptionDB. &lt;/p&gt;  &lt;p&gt;Unfortunately we have discovered that the Message Data that is written to the database is incorrectly when using CDATA elements in your original message.    &lt;br /&gt;&lt;/p&gt; </description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/6/9/biztalk-esb-cdata-element-incorrectly-closed#comments</comments>
      <pubDate>Tue, 09 Jun 2009 08:44:24 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/6/9/biztalk-esb-cdata-element-incorrectly-closed</link>
    </item>
    <item>
      <title>SQL Server 2008: Change Data Capture (CDC)</title>
      <description>&lt;p&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ms-sql2008_logo" border="0" alt="ms-sql2008_logo" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/SQLServer2008ChangeDataCaptureCDC_8855/ms-sql2008_logo_3.gif" width="141" height="196" /&gt;&amp;#160; &lt;br /&gt;    &lt;br /&gt;Within SQL Server 2008 there is a new feature called Change Data Capture (CDC). This features makes it possible to track changes such as insert, update or delete of a specific table within a database.     &lt;br /&gt;    &lt;br /&gt;It will read the transaction log within SQL Server by running a job and will write the changes in a new system table within the database which you can query to get the changes.     &lt;br /&gt;&lt;/p&gt; </description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/6/3/sql-server-2008-change-data-capture-cdc#comments</comments>
      <pubDate>Wed, 03 Jun 2009 08:43:06 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/6/3/sql-server-2008-change-data-capture-cdc</link>
    </item>
    <item>
      <title>BizTalk, ESB: Error converting data type nvarchar to datetime</title>
      <description>&lt;p&gt;&lt;img style="border-right-width: 0px; margin: 5px 10px 5px 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pattern" border="0" alt="pattern" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/BizTalkESBErrorconvertingdatatypenvarcha_ACFF/pattern_3.png" width="240" height="87" /&gt;     &lt;br /&gt;When using the Exception Handling within ESB (Enterprise Service Bus) for BizTalk 2009 there will be a Sendport &lt;strong&gt;All.Exception&lt;/strong&gt; in the &lt;strong&gt;Microsoft.Practices.ESB&lt;/strong&gt; Application. This sendport will be executed if there is a failed message generated in the messagebox, if you have checked the option &lt;strong&gt;Enable routing for failed messages&lt;/strong&gt;.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; 
</description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/5/25/biztalk-esb-error-converting-data-type-nvarchar-to-datetime#comments</comments>
      <pubDate>Mon, 25 May 2009 18:36:17 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/5/25/biztalk-esb-error-converting-data-type-nvarchar-to-datetime</link>
    </item>
    <item>
      <title>FxCop: Suppress message generated code</title>
      <description>&lt;img style="border-right-width: 0px; margin: 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/FxCopSuppressmessagegegenereerdecode_995B/image_3.png" width="240" height="125" /&gt;   &lt;p&gt;When you make use of FxCop for checking your code on Microsoft coding standards you get messages if you make use of generated code.    &lt;br /&gt;    &lt;br /&gt;Because you do not want to suppres these messages it is possible to configure this within FxCop.     &lt;br /&gt;    &lt;br /&gt;&lt;/p&gt; </description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/5/20/fxcop-suppress-message-generated-code#comments</comments>
      <pubDate>Wed, 20 May 2009 18:35:20 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/5/20/fxcop-suppress-message-generated-code</link>
    </item>
    <item>
      <title>Welcome to my new Blog</title>
      <description>&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 5px 0px; display: inline; border-top: 0px; border-right: 0px" title="blogger_logo" border="0" alt="blogger_logo" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/MarkBartosBlog_1399A/blogger_logo_3.jpg" width="120" height="160" /&gt;I want to welcome you on my new technical blog about the Microsoft .Net platform. On this blog you are going to find information about my technical expertise on the Microsoft .Net platform such as BizTalk, Asp.Net, C#, SQL, Silverlight, IIS and everything that surrounds it.&lt;/p&gt; </description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/5/17/welcome-to-my-new-blog#comments</comments>
      <pubDate>Sun, 17 May 2009 22:21:25 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/5/17/welcome-to-my-new-blog</link>
    </item>
    <item>
      <title>IIS 7.0 - HTTP Error 404.3 - Not Found when browsing for .svc file</title>
      <description>&lt;p&gt;&lt;img style="border-right-width: 0px; margin: 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Windows-Server-Internet-Information-Services-IIS-7_0-logo" border="0" alt="Windows-Server-Internet-Information-Services-IIS-7_0-logo" align="left" src="http://www.markbarto.nl/WindowsLiveWriter/IIS7.0HTTPError404.3NotFoundwhen.svcfile_BA0D/Windows-Server-Internet-Information-Services-IIS-7_0-logo_3.png" width="240" height="120" /&gt; When browsing on Windows Server 2008 with IIS 7.0 Installed and you want to browse to .svc file&lt;/p&gt;  &lt;p&gt;you can get the following error:    &lt;br /&gt;&lt;em&gt;The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.&lt;/em&gt;&lt;/p&gt; </description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/5/17/iis-70---http-error-4043---not-found-when-browsing-for-svc-file-1#comments</comments>
      <pubDate>Sun, 17 May 2009 21:44:06 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/5/17/iis-70---http-error-4043---not-found-when-browsing-for-svc-file-1</link>
    </item>
    <item>
      <title>Issues regarding ESB 2.0 CTP 2 on BizTalk 2009</title>
      <description>&lt;p&gt;&amp;#160; &lt;br /&gt;&lt;img style="border-right-width: 0px; margin: 5px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="biztalk2009" border="0" alt="biztalk2009" align="right" src="http://www.markbarto.nl/WindowsLiveWriter/IssuesregardingESB2.0CTP2onBizTalk2009_148ED/biztalk2009_3.jpg" width="240" height="160" /&gt;When installing ESB 2.0 CTP 2 on a BizTalk 2009 machine I'm facing with a couple of problems.     &lt;br /&gt;    &lt;br /&gt;When running on a 64-bit machine with powerscript the script &amp;quot;Setup_src.cmd&amp;quot; in &amp;quot;Source\Exception Handling\Install\Scripts&amp;quot; will complain about ExplorerOM that this is not compatible with 64-bit. &lt;/p&gt; </description>
      <author>Mark</author>
      <comments>http://www.markbarto.nl/blog/archives/2009/5/17/issues-regarding-esb-20-ctp-2-on-biztalk-2009-1#comments</comments>
      <pubDate>Sun, 17 May 2009 21:43:24 GMT</pubDate>
      <link>http://www.markbarto.nl/blog/archives/2009/5/17/issues-regarding-esb-20-ctp-2-on-biztalk-2009-1</link>
    </item>
  </channel>
</rss>
