Welcome to Windows Communication Foundation (WCF)
Top Tasks :

WCF Community Bloggers

Friday, May 04, 2007 - Posts

  • Cannot get latest BizTalk Services SDK (May 2) working?

    ... and you had a previous version installed? Try this (courtesy David Wortendyke): Uninstall the current SDK by running BizTalk Services SDK Setup.exe . Go to <WindowsDir>\Microsoft.NET\Framework\v2.0.50727\CONFIG and open machine.config . Go to the bottom and remove the <system.servicemodel> section and all its contents. You'll know it's the right section if you see the extensions for relayBinding and other " relay " related elements. Note that you should be careful editing this file. Consider making a backup first and verify you are deleting the right section. Use gacutil.exe /u <assembly> to remove ChannelFx.dll and Microsoft.ServiceModel.Relay.dll . Reinstall the current BizTalk Services SDK Setup.exe . HTH. Read More...

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us