Posted 11/23/2006 12:55:59 PM | | | I download and installed c360 SDK for Microsft CRM 3.0. I use for development a different machine than my CRM server. In c360.Config file I wrote all necessary parameters (WebServicesUrl, ReportServicesUrl, ImpersonationUser, ImpersonationPasswordToEncrypt, ImpersonationDomain, CrmUrl) and copied “c360.Toolkit.SDK Version 3.lic” file into “Licenses” directory. After that exercises Exercise_3_1.aspx - Exercise_3_7.aspx have worked perfectly. But from exercise Exercise_4_01.aspx and further I get the following error: Server was unable to process request. 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.Web.Services.Protocols.SoapException: Server was unable to process request.
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:
[SoapException: Server was unable to process request.] System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +533462 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +204 c360.Toolkit.CRM2005.CrmService.Execute(Request Request) +63 c360.Toolkit.Security.CRMSecurityPrincipal.ᜀ() +45 c360.Toolkit.Security.CRMSecurityPrincipal.ᜀ() +38 c360.Toolkit.Security.CRMSecurityPrincipal.ᜁ() +16 c360.Toolkit.Security.CRMSecurityPrincipal.ᜀ() +39 c360.Toolkit.Security.CRMSecurityPrincipal.ᜀ() +16 c360.Toolkit.MsCrm.Controls.DatePicker.ᜁ() +58 c360.Toolkit.MsCrm.Controls.DatePicker.OnPreRender(EventArgs e) +5 System.Web.UI.Control.PreRenderRecursiveInternal() +77 System.Web.UI.Control.PreRenderRecursiveInternal() +161 System.Web.UI.Control.PreRenderRecursiveInternal() +161 System.Web.UI.Control.PreRenderRecursiveInternal() +161 System.Web.UI.Control.PreRenderRecursiveInternal() +161 System.Web.UI.Control.PreRenderRecursiveInternal() +161 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360 |
Could you advise me anything to resolve this problem please? |
| |
|