<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Andreas Erben's posts : BizTalk RFID, VS 2008, Visual Studio 2008</title><link>http://developers.de/blogs/andreas_erben/archive/tags/BizTalk+RFID/VS+2008/Visual+Studio+2008/default.aspx</link><description>Tags: BizTalk RFID, VS 2008, Visual Studio 2008</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>Workaround for problem with BizTalk RFID and .NET 3.5 beta 2 installed on the same machine</title><link>http://developers.de/blogs/andreas_erben/archive/2007/10/03/workaround-for-problem-biztalk-rfid-with-net-3-5-beta-2.aspx</link><pubDate>Wed, 03 Oct 2007 18:44:39 GMT</pubDate><guid isPermaLink="false">7e491611-45ad-4dae-a68f-c4cb64439510:1591</guid><dc:creator>Andreas Erben</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://developers.de/blogs/andreas_erben/rsscomments.aspx?PostID=1591</wfw:commentRss><comments>http://developers.de/blogs/andreas_erben/archive/2007/10/03/workaround-for-problem-biztalk-rfid-with-net-3-5-beta-2.aspx#comments</comments><description>&lt;p&gt;If you install .NET framework 3.5 beta 2 on the same machine like Microsoft BizTalk RFID, then your RFID Services will not start anymore.&lt;/p&gt; &lt;p&gt;See: &lt;a title="http://support.microsoft.com/kb/942521" href="http://support.microsoft.com/kb/942521"&gt;http://support.microsoft.com/kb/942521&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The reason for this is that the installation of .NET framework 3.5 beta 2 does not leave the DLLs of .NET framework 3.0 alone, but replaces them, introducing at least one bug.&lt;/p&gt; &lt;p&gt;In this case, the System.Runtime.Serialization.dll is replaced, both in&lt;br /&gt;%windir%\Microsoft.Net\Framework\v3.0\Windows Communication Foundation&lt;br /&gt;and in the GAC.&lt;/p&gt; &lt;p&gt;To fix this, you need to retrieve an old version of the System.Runtime.Serialization.dll from a working installation of .NET framework 3.0 and register it in the GAC.&lt;br /&gt;What you do NOT want is version 3.0.4506.590. What you want is for example version 3.0.4506.30. Note however, that this is completely unsupported and that you do this &lt;strong&gt;&lt;u&gt;at your own risk&lt;/u&gt;&lt;/strong&gt; and that their might be side effects and incompatibilities with other parts of the system.&lt;/p&gt; &lt;p&gt;Reminder: To install the correct copy in the GAC use this line:&lt;br /&gt;&lt;font face="Courier New" size="4"&gt;gacutil /f /i System.Runtime.Serialization.dll&lt;/font&gt;&lt;/p&gt; &lt;p&gt;This will force an overwrite of the existing System.Runtime.Serialization.dll&lt;/p&gt; &lt;p&gt;You can find gacutil usually in:&lt;br /&gt;%ProgramFiles%\Microsoft SDKs\Windows\6.0\bin\gacutil.exe&lt;br /&gt;or if you installed the full SDK that comes with Visual Studio 2008 Beta 2, in&lt;br /&gt;%ProgramFiles%\Microsoft SDKs\Windows\6.0\bin\gacutil.exe.&lt;/p&gt; &lt;p&gt;Good luck!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=1591" width="1" height="1"&gt;</description><category domain="http://developers.de/blogs/andreas_erben/archive/tags/Windows+Communication+Foundation/default.aspx">Windows Communication Foundation</category><category domain="http://developers.de/blogs/andreas_erben/archive/tags/WCF/default.aspx">WCF</category><category domain="http://developers.de/blogs/andreas_erben/archive/tags/BizTalk+RFID/default.aspx">BizTalk RFID</category><category domain="http://developers.de/blogs/andreas_erben/archive/tags/RFID/default.aspx">RFID</category><category domain="http://developers.de/blogs/andreas_erben/archive/tags/BizTalk/default.aspx">BizTalk</category><category domain="http://developers.de/blogs/andreas_erben/archive/tags/.NET/default.aspx">.NET</category><category domain="http://developers.de/blogs/andreas_erben/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://developers.de/blogs/andreas_erben/archive/tags/Orcas/default.aspx">Orcas</category><category domain="http://developers.de/blogs/andreas_erben/archive/tags/VS+2008/default.aspx">VS 2008</category><category domain="http://developers.de/blogs/andreas_erben/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category></item></channel></rss>