Asked by:
Cannot import solution - CRM 2011

Question
-
I just updated my CRM 2011 to RU14. I am trying to import a managed solution to other orgs and I have not been successful. It gives me the followin exception every time I try to import a solution. The progress bar doesn't move at all and it just hangs there. I checked the SQL to see if the import process has started but it didn't appear in SQL. Furthermore, I tried importing a simple solution with only on JS in a vanilla org and I got the same window with no progress bar.
Here is the CRM exception I get:
at CrmException..ctor(Int32 errorCode, Object[] arguments) ilOffset = 0x10
at SolutionImportProcessPage.ProcessRequestData() ilOffset = 0x4A
at SolutionImportProcessPage.ProcessAction(String action) ilOffset = 0x8C
at AppUIPage.OnPreRender(EventArgs e) ilOffset = 0xD
at Control.PreRenderRecursiveInternal() ilOffset = 0x54
at Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) ilOffset = 0x6D3
at Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) ilOffset = 0x34
at Page.ProcessRequest() ilOffset = 0x14
at Page.ProcessRequest(HttpContext context) ilOffset = 0x38
at CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() ilOffset = 0x18D
at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) ilOffset = 0x15
at ApplicationStepManager.ResumeSteps(Exception error) ilOffset = 0xF6
at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) ilOffset = 0x5C
at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) ilOffset = 0x15B
at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) ilOffset = 0x32
at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) ilOffset = 0x4B
Crm Exception: Message: An error occurred while importing a Solution., ErrorCode: -2147188685
Please hep!!!!!!!
- Edited by Ishani00 Friday, September 29, 2017 2:51 PM
Friday, September 29, 2017 2:27 PM
All replies
-
Hello,
Unfortunately your message doesn't provide any details that can help. Can you please describe what you're trying to attempt, post screenshots and information where did you get that log from?
Dynamics CRM/Business Solutions MVP
Read My blog- Proposed as answer by Andrii ButenkoMVP, Moderator Friday, September 29, 2017 2:43 PM
Friday, September 29, 2017 2:43 PMModerator -
Apologies, it is now updated.Friday, September 29, 2017 2:51 PM
-
You should turn on trace, restart IIS, attempt import again to reproduce an error and recheck logs for possible explanation why you experience that issue.
Dynamics CRM/Business Solutions MVP
Read My blog- Proposed as answer by Andrii ButenkoMVP, Moderator Friday, September 29, 2017 2:55 PM
Friday, September 29, 2017 2:55 PMModerator -
I restarted IIS and I turned on Trace and the I get the same crm exception as above. From Events Viewer, I get the following error:
The Sandbox SDK Listener failed to start.
Source: w3wp.exe (4624)
Endpoint: net.tcp://localhost/CrmSandboxSdkListener-w3wp
Error: System.InvalidOperationException: An error occurred while loading attribute 'ServiceKnownTypeAttribute' on type 'ISandboxSdkListener'. Please see InnerException for more details.Friday, September 29, 2017 3:02 PM -
Looks like you have issues with Sandboxing Services.
Try to repair your installation using standard wizards. Something went wrong during installation of UR14.
Dynamics CRM/Business Solutions MVP
Read My blogFriday, September 29, 2017 3:21 PMModerator -
Check this - https://technet.microsoft.com/en-us/library/hh699749(v=crm.5).aspx
Dynamics CRM/Business Solutions MVP
Read My blogFriday, September 29, 2017 3:34 PMModerator -
Thanks! I will give it a try.Friday, September 29, 2017 3:35 PM
-
Now I cannot seem to browse the organizations from the deployment manager. When I try, I gives me the following page:
"Cannot display webpage "
Please help!
Log:
Host AQUECRM11S1: failed while starting monitoring asynchronous operations queue. Exception: System.TypeLoadException: Could not load type 'Microsoft.Xrm.Sdk.Workflow.ICustomActivityExecutionContext' from assembly 'Microsoft.Xrm.Sdk.Workflow, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
at Microsoft.Crm.Workflow.ActivityHostBase..ctor(ICrmServiceFactory crmServiceFactory, IWorkflowConfiguration configuration, ICrmEventLog eventLog)
at Microsoft.Crm.Workflow.ActivityHost..ctor(ICrmServiceFactory crmServiceFactory, IWorkflowConfiguration configuration, Int32 maximumRetries, ICrmEventLog eventLog)
at Microsoft.Crm.Asynchronous.WorkflowHandlerGroup.Start(AsyncService service)
at Microsoft.Crm.Asynchronous.AsyncService.InitializeComponents()
at Microsoft.Crm.Asynchronous.AsyncService.StartServiceComponents(Object state)- Edited by Ishani00 Friday, September 29, 2017 5:55 PM
Friday, September 29, 2017 5:33 PM