Wes Weeks

  Home  |   Contact  |   Syndication    |   Login
  17 Posts | 1 Stories | 34 Comments | 3 Trackbacks

News

Twitter












Archives

Post Categories

Another issue that may be faced when deploying custom .Net applications in the CRM root directory is the following error:

'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthentica­tionProvider,
Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' doesn't exist.

You can resolve this one of two ways...

1.  Add the following to your applications web.config (not CRM's web.config!)

<assemblies>
<clear/>
<add assembly="*"/>
</assemblies>

2.  Go to the crm bin directory for IIS and either copy the Microsoft CRM.WebServices.dll to the GAC or to the bin directory of your custom ASP.Net application

posted on Friday, April 25, 2008 5:08 PM

Feedback

# re: Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthentica­tionProvider doesn't exist 6/10/2008 10:40 PM Rajeev Abrol
You are a gem...

# re: HeaderAuthentica­tionProvider doesn't exist 1/10/2009 5:10 PM Vernon
Thanks for the post...this solved the problem!

# re: HeaderAuthentica­tionProvider doesn't exist 2/6/2009 3:33 AM dyamanagowda
thanks for the post. it helped me to solve my issues

# re: HeaderAuthentica­tionProvider doesn't exist 3/3/2009 9:21 AM everthankfuldeveloper
You are awesome!! I spent hours trying to track this down.

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification: