Archives
-
[WCF] Operation is not valid due to the current state of the object
I have a WCF Service hosted in Sharepoint that give me the following error : System.ServiceModel.ServiceActivationException: The service ‘/_vti_bin/monservice/service.svc’ cannot be activated due to an exception during compilation. The exception message is: Operation is not valid due to the current state of the object. —> System.InvalidOperationException: Operation is not valid due to the current state [...]
Apr 11th, 2011 | Filed under WCF -
Unable to activate WCF NonHttp Activation
Pour installer SP 2010 ou bien pour utiliser un service WCF vous souhaitez activer la feature “Windows Communication Foundation NonHttp-Activation”. Cependant, sans que vous compreniez pourquoi, vous obtenez une erreur à chaque tentative d’activation. Une erreur pas vraiment parlante qui vous demande de redémarrer pour bien tout remettre d’aplomb. Mais d’où cela peut-il bien venir [...]
Mar 3rd, 2010 | Filed under WCF -
[WCF] Security settings for this service require ‘Anonymous’ Authentication
Vous essayez de faire fonctionner votre service WCF mais vous obtenez cette erreur : Security settings for this service require ‘Anonymous’ Authentication but it is not enabled for the IIS application that hosts this service. La solution a ce problème est toute simple. Dans le manager IIS, faites un clic droit sur votre répertoire virtuel [...]
May 4th, 2009 | Filed under WCFTags: Error