Wednesday 9 December 2009

VseWSS1.3 error: the response message does not match the content type.. be sure that the IsContentTypeSupported method is implemented properly

Error while using VseWSS1.3
"The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly........"

I get this error very first time when I was clicking "Package" option in VseWSS1.3

To resolve it:

You should enable WCF Activation.

1.Open up Server Manager
2.Select Features, then Add Features
3.Expand the .NET Framework 3.0 Features
4.Expand WCF Activation
5.Tick and select HTTP Activation. This will automatically select WCF activation for you.
Click Next to Add the feature, that’s it.

No comments:

Post a Comment