Answered by:
CRM 4.0: WebSite deployment problem

Question
-
'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' doesn't exist.
Parameter name:
Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.ArgumentException:
'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' doesn't exist.
Parameter name:
Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35
Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[ArgumentException:
'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' doesn't exist.
Parameter name:
Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35]
Microsoft.Crm.Authentication.BaseAuthenticationSettings.CreateType(String
typeName, Type requiredBaseType) +255
Microsoft.Crm.Authentication.BaseAuthenticationSettings.CreateProvider
Sunday, December 30, 2007 8:17 AM
Answers
-
I would recommend starting by reading Philip Richardson's post on ASP.NET for CRM 4.0 here http://www.philiprichardson.org/blog/post/Part-4-ASPNET-Applications-on-the-CRM-Server.aspx
It talks about some of the late changes that occurred and some details on deployment.
If that doesn't help, share a little more about how you are deployed
- Marked as answer by Donna EdwardsMVP Tuesday, May 5, 2009 11:59 PM
Sunday, December 30, 2007 4:52 PM
All replies
-
I would recommend starting by reading Philip Richardson's post on ASP.NET for CRM 4.0 here http://www.philiprichardson.org/blog/post/Part-4-ASPNET-Applications-on-the-CRM-Server.aspx
It talks about some of the late changes that occurred and some details on deployment.
If that doesn't help, share a little more about how you are deployed
- Marked as answer by Donna EdwardsMVP Tuesday, May 5, 2009 11:59 PM
Sunday, December 30, 2007 4:52 PM -
got the solution but dont know why do we have to do that...
search for 'Microsoft.Crm.WebServices' dll in the MS-CRM server, It
will be mostly in the crmweb/bin, register that dll to GAC and do an
IISRESET....Tuesday, January 1, 2008 8:02 AM -
Can somebody please post the steps to deploy an ASP.NET application onto the CRM server. The linked article doesn't seem to have the steps and the pages on it are broken links.
- Proposed as answer by JimLyonsJr Tuesday, July 15, 2014 12:31 PM
Friday, May 15, 2009 1:10 AM -
Hi Abhishek,The link below will help.Hassan.
Hassan Hussain | http://hassanhussain.wordpress.com/Friday, May 15, 2009 3:31 AM