CRM 4.0: I cannot deploy my WebSite in the CRM WebSite, below is the error: '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(String typeName, IDictionary`2 configuration) +25 Microsoft.Crm.Authentication.AuthenticationPipelineSettings.LoadPipeline() +269 Microsoft.Crm.Authentication.AuthenticationPipelineSettings.get_AuthenticationProvider() +16 Microsoft.Crm.Authentication.AuthenticationEngine.Execute(Object sender, EventArgs e) +513 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
some questions: is the crm ascyn service running? if not, can it be started? if it is not starting, what error is thrown? can you also check, if the four DLLs starting with Mirosoft.Crm.Platform have been added to GAC? -- Fritz Theiss "chitrarasan" wrote: > CRM 4.0: > I cannot deploy my WebSite in the CRM WebSite, below is the error: > > > '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(String > typeName, IDictionary`2 configuration) +25 > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.LoadPipeline() > +269 > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.get_AuthenticationProvider() +16 > Microsoft.Crm.Authentication.AuthenticationEngine.Execute(Object sender, > EventArgs e) +513 > > > System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 > System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& > completedSynchronously) +64 > > >
Thanks Fritz . 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.... This will fix the issue. "Fritz Theiss" wrote: > some questions: > > is the crm ascyn service running? if not, can it be started? if it is not > starting, what error is thrown? > > can you also check, if the four DLLs starting with Mirosoft.Crm.Platform > have been added to GAC? > -- > Fritz Theiss > > > "chitrarasan" wrote: > > > CRM 4.0: > > I cannot deploy my WebSite in the CRM WebSite, below is the error: > > > > > > '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(String > > typeName, IDictionary`2 configuration) +25 > > > > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.LoadPipeline() > > +269 > > > > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.get_AuthenticationProvider() +16 > > Microsoft.Crm.Authentication.AuthenticationEngine.Execute(Object sender, > > EventArgs e) +513 > > > > > > System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 > > System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& > > completedSynchronously) +64 > > > > > >
Great to read that you have found the solution, even it sounds weired to me as the 'Microsoft.Crm.WebServices' DLL is not living in the GAC... -- Fritz Theiss "chitrarasan" wrote: > Thanks Fritz . > > > > 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.... > > This will fix the issue. > > "Fritz Theiss" wrote: > > > some questions: > > > > is the crm ascyn service running? if not, can it be started? if it is not > > starting, what error is thrown? > > > > can you also check, if the four DLLs starting with Mirosoft.Crm.Platform > > have been added to GAC? > > -- > > Fritz Theiss > > > > > > "chitrarasan" wrote: > > > > > CRM 4.0: > > > I cannot deploy my WebSite in the CRM WebSite, below is the error: > > > > > > > > > '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(String > > > typeName, IDictionary`2 configuration) +25 > > > > > > > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.LoadPipeline() > > > +269 > > > > > > > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.get_AuthenticationProvider() +16 > > > Microsoft.Crm.Authentication.AuthenticationEngine.Execute(Object sender, > > > EventArgs e) +513 > > > > > > > > > System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 > > > System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& > > > completedSynchronously) +64 > > > > > > > > >
Hi there I am fairly new to CRM and am experiencing this exact error message. I am having a few problems registering the Microsoft.Crm.WebServices dll to the GAC. I have found instructions on how to do this but they all involve adding a line of text to the source code. Since the Microsoft.Crm.WebServices dll came with the installation I can't do this. Therefore my question is how do I register the Microsoft.Crm.WebServices dll to the GAC? Many thanks for your help. Eve "chitrarasan" wrote: > Thanks Fritz . > > > > 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.... > > This will fix the issue. > > "Fritz Theiss" wrote: > > > some questions: > > > > is the crm ascyn service running? if not, can it be started? if it is not > > starting, what error is thrown? > > > > can you also check, if the four DLLs starting with Mirosoft.Crm.Platform > > have been added to GAC? > > -- > > Fritz Theiss > > > > > > "chitrarasan" wrote: > > > > > CRM 4.0: > > > I cannot deploy my WebSite in the CRM WebSite, below is the error: > > > > > > > > > '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(String > > > typeName, IDictionary`2 configuration) +25 > > > > > > > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.LoadPipeline() > > > +269 > > > > > > > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.get_AuthenticationProvider() +16 > > > Microsoft.Crm.Authentication.AuthenticationEngine.Execute(Object sender, > > > EventArgs e) +513 > > > > > > > > > System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 > > > System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& > > > completedSynchronously) +64 > > > > > > > > >
I've no idea where/how the idea of adding something to the source code to do this came from, but nevermind. The easiest way to add the assembly to the GAC is, one the CRM server, find Microsoft.Crm.WebServices.dll in the bin directory of the CRM web site, then use windows explorer to drag it into the <windir>\assembly directory An alternative to adding the assembly to the GAC is to modify the web.config in your virtual directory so it doesn't try loading the httpmodule in that assembly. See the following for instructions: http://mscrmuk.blogspot.com/2008/01/crm-40-error-with-isv-pages.html -- David Jennaway - Microsoft Dynamics CRM MVP Web: http://www.excitation.co.uk Blog: http://mscrmuk.blogspot.com/ "Eve" wrote: > Hi there > > I am fairly new to CRM and am experiencing this exact error message. I am > having a few problems registering the Microsoft.Crm.WebServices dll to the > GAC. I have found instructions on how to do this but they all involve adding > a line of text to the source code. Since the Microsoft.Crm.WebServices dll > came with the installation I can't do this. Therefore my question is how do I > register the Microsoft.Crm.WebServices dll to the GAC? > > Many thanks for your help. > > Eve > > "chitrarasan" wrote: > > > Thanks Fritz . > > > > > > > > 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.... > > > > This will fix the issue. > > > > "Fritz Theiss" wrote: > > > > > some questions: > > > > > > is the crm ascyn service running? if not, can it be started? if it is not > > > starting, what error is thrown? > > > > > > can you also check, if the four DLLs starting with Mirosoft.Crm.Platform > > > have been added to GAC? > > > -- > > > Fritz Theiss > > > > > > > > > "chitrarasan" wrote: > > > > > > > CRM 4.0: > > > > I cannot deploy my WebSite in the CRM WebSite, below is the error: > > > > > > > > > > > > '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(String > > > > typeName, IDictionary`2 configuration) +25 > > > > > > > > > > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.LoadPipeline() > > > > +269 > > > > > > > > > > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.get_AuthenticationProvider() +16 > > > > Microsoft.Crm.Authentication.AuthenticationEngine.Execute(Object sender, > > > > EventArgs e) +513 > > > > > > > > > > > > System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 > > > > System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& > > > > completedSynchronously) +64 > > > > > > > > > > > >
Hi David Thanks for the reply. I followed your directions, and I think they worked as I now have a different error message to the original! However I think my overall problem is that I am trying to install Mobile Express for CRM 4.0. I had heard the two were compatible but I have read a blog from Sonoma Partners this morning saying the release of Mobile Express for v4.0 has just been announced at Convergence. So I am guessing the two are not compatible yet! I am not that familiar with registering assemblies and I was reading this article from Microsoft on adding to the GAC and it was saying to modify the source code, although I realise now that it was referring to custom assemblies. http://support.microsoft.com/default.aspx?scid=kb;en-us;315682 Also I had tried to copy and paste with no success. I didn't realise the answer was as simple as drag and drop!! Thanks again for your help! Eve "David Jennaway" wrote: > I've no idea where/how the idea of adding something to the source code to do > this came from, but nevermind. The easiest way to add the assembly to the GAC > is, one the CRM server, find Microsoft.Crm.WebServices.dll in the bin > directory of the CRM web site, then use windows explorer to drag it into the > <windir>\assembly directory > > An alternative to adding the assembly to the GAC is to modify the web.config > in your virtual directory so it doesn't try loading the httpmodule in that > assembly. See the following for instructions: > > http://mscrmuk.blogspot.com/2008/01/crm-40-error-with-isv-pages.html > > -- > David Jennaway - Microsoft Dynamics CRM MVP > Web: http://www.excitation.co.uk > Blog: http://mscrmuk.blogspot.com/ > > > "Eve" wrote: > > > Hi there > > > > I am fairly new to CRM and am experiencing this exact error message. I am > > having a few problems registering the Microsoft.Crm.WebServices dll to the > > GAC. I have found instructions on how to do this but they all involve adding > > a line of text to the source code. Since the Microsoft.Crm.WebServices dll > > came with the installation I can't do this. Therefore my question is how do I > > register the Microsoft.Crm.WebServices dll to the GAC? > > > > Many thanks for your help. > > > > Eve > > > > "chitrarasan" wrote: > > > > > Thanks Fritz . > > > > > > > > > > > > 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.... > > > > > > This will fix the issue. > > > > > > "Fritz Theiss" wrote: > > > > > > > some questions: > > > > > > > > is the crm ascyn service running? if not, can it be started? if it is not > > > > starting, what error is thrown? > > > > > > > > can you also check, if the four DLLs starting with Mirosoft.Crm.Platform > > > > have been added to GAC? > > > > -- > > > > Fritz Theiss > > > > > > > > > > > > "chitrarasan" wrote: > > > > > > > > > CRM 4.0: > > > > > I cannot deploy my WebSite in the CRM WebSite, below is the error: > > > > > > > > > > > > > > > '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(String > > > > > typeName, IDictionary`2 configuration) +25 > > > > > > > > > > > > > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.LoadPipeline() > > > > > +269 > > > > > > > > > > > > > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.get_AuthenticationProvider() +16 > > > > > Microsoft.Crm.Authentication.AuthenticationEngine.Execute(Object sender, > > > > > EventArgs e) +513 > > > > > > > > > > > > > > > System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 > > > > > System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& > > > > > completedSynchronously) +64 > > > > > > > > > > > > > > >
thank you very much! i had the same error and i'm sure this saved me from searching for hours!! "chitrarasan" wrote: > Thanks Fritz . > > > > 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.... > > This will fix the issue. > > "Fritz Theiss" wrote: > > > some questions: > > > > is the crm ascyn service running? if not, can it be started? if it is not > > starting, what error is thrown? > > > > can you also check, if the four DLLs starting with Mirosoft.Crm.Platform > > have been added to GAC? > > -- > > Fritz Theiss > > > > > > "chitrarasan" wrote: > > > > > CRM 4.0: > > > I cannot deploy my WebSite in the CRM WebSite, below is the error: > > > > > > > > > '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(String > > > typeName, IDictionary`2 configuration) +25 > > > > > > > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.LoadPipeline() > > > +269 > > > > > > > > > Microsoft.Crm.Authentication.AuthenticationPipelineSettings.get_AuthenticationProvider() +16 > > > Microsoft.Crm.Authentication.AuthenticationEngine.Execute(Object sender, > > > EventArgs e) +513 > > > > > > > > > System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 > > > System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& > > > completedSynchronously) +64 > > > > > > > > >
I wish I had this luck, Christian. I added the Microsoft.Crm.WebServices.dll to the GAC, did an 'iisreset' and the problem still persist... :-( I'm only trying to access http://myservername:5555/mscrmservices/2007/CrmServiceWsdl.aspx or even http://myservername:5555/MSCRMServices/Test/crmtest.aspx through the IE but without success... If anyone has any clues, I'd be very happy to try it out... since my bag of ideas is now empty! Regards, Leo Lopes @ L3