Monday, March 24, 2008

VS 2008 and WCF Adapter SDK.

As far as i am familiar, microsoft has not yet released a WCF Adapter Template for VS 2008.
I went a head and installed VS2008 on a machine which already had the following
1)VS2005
2)WCF Adapter SDK.
After installing VS2008 when i tried to use the add adapter reference in a project an error was thrown "No Adapters were installed on the machine", i realized that VS 2008 overwrites the machine.config's Service Model Section,
So the fix is to add all the client, binding element extension and bindingelements in servicemodel section again.