Wes Weeks

  Home  |   Contact  |   Syndication    |   Login
  21 Posts | 1 Stories | 109 Comments | 3 Trackbacks

News

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

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
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.

# re: HeaderAuthentica­tionProvider doesn't exist 1/9/2010 10:23 AM Rasim
Great and practical solution.Thanks for your support.

# re: HeaderAuthentica­tionProvider doesn't exist 1/12/2010 11:24 PM Mikhail
Thx a lot, it's really saved my time. Thanks again.

# re: HeaderAuthentica­tionProvider doesn't exist 3/21/2010 10:54 AM Mark
Great Post, solved my issue perfectly.

# re: HeaderAuthentica­tionProvider doesn't exist 3/24/2010 3:49 AM Richard
Thanks, pointed me in the right direction. :)

# re: HeaderAuthentica­tionProvider doesn't exist 8/19/2011 1:35 PM Sam
Worked like a charm! Thanks

# re: HeaderAuthentica­tionProvider doesn't exist 9/20/2011 7:56 AM Carey
Excellent - worked for time!

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