Fehler bei Update Rollup 13

24. Juni 2013 11:15

Hallo,

wir versuchen unser Dynamics CRM 2011 System von Rollup 11 upzudated.
Zuerst auf 12, jetzt auf 13, beides mit dem gleichen Fehler.

Auf dem Server ist eine Managed und ein Unmanaged Solution, Fehler tritt bei beiden auf.

Der Fehler tritt bei Auswahl einer Entität auf, z.B. "Aktivitäten.
Dazu wird der Fehler anstatt des Grids in der Oberfläche und im Crm Log angezeigt:
Error 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.

Error Details:
Exception of type 'System.Web.HttpUnhandledException' was thrown.

Full Stack:
[HttpException: Multiple controls with the same ID 'crmInAppContent' were found. FindControl requires that controls have unique IDs.]
at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls)
at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls)
at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls)
at System.Web.UI.Control.FindControl(String id, Int32 pathOffset)
at Microsoft.Crm.Application.Controls.PageManager.get_crmViewSelector()
at Microsoft.Crm.Application.Components.PageHandlers.EntityPageHandler.Initialize(PageManager pageManager)
at Microsoft.Crm.Application.Components.PageHandlers.ActivitiesEntityPageHandler.Initialize(PageManager pageManager)
at Microsoft.Crm.Application.Controls.PageManager.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

[HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown.]
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


Des Weiteren wird das Dashboard sowie die Entitätsrelevanten Buttons im Ribbon nicht angezeigt.
Im Crm Log wird nach dem Laden der Seite das gespeichert:
at NotificationManager.NotificationWatcherThreadProc(Object locatorServiceContext) ilOffset = 0x49
at ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) ilOffset = 0x71
at ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) ilOffset = 0x0
at ThreadHelper.ThreadStart(Object obj) ilOffset = 0x20
>NotificationWatcherThreadProc Stopped.

Sowie:
at ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) ilOffset = 0x71
at ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) ilOffset = 0x0
at ThreadHelper.ThreadStart() ilOffset = 0x19
>RemoveUnusedCachesThreadProc Stopped.

Über Google habe ich schon gesucht, aber nicht wirklich was nützliches gefunden.
Die HomePage.aspx sieht soweit auch ok aus (ein User meinte, es könnte daran liegen).
Mit dem Custom Code Validation Tool hatte ich auch schon geschaut, ob evtl. was an den Scripten nicht ok ist, hatte da aber keine Auffälligkeiten.

Hatte den Fehler schon Einmal jemand?
Was kann ich tun?
Soll ich ggf. auf das RU 14 warten?
Zuletzt geändert von baensch am 26. Juni 2013 10:09, insgesamt 1-mal geändert.

Re: Fehler bei Update Rollup 13

24. Juni 2013 13:20

Hallo André,

erst einmal herzlich Willkommen in unserem Forum :-)

zu deiner Frage siehe

http://social.msdn.microsoft.com/Forums ... nvironment

Re: Fehler bei Update Rollup 13

24. Juni 2013 15:55

Hallo,

danke für das Feedback, aber das hatte ich auch schon ausprobiert.
Leider ohne Erfolg. Es ist eigentlich alles unverändert.

Einzig die Fehlermeldung beim IIS Restart hat sich geändert:

at NotificationManager.NotificationWatcherThreadProc(Object locatorServiceContext) ilOffset = 0x62
at ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) ilOffset = 0x71
at ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) ilOffset = 0x0
at ThreadHelper.ThreadStart(Object obj) ilOffset = 0x20
>NotificationWatcherThreadProc Stopped.

und:
at ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) ilOffset = 0x71
at ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) ilOffset = 0x0
at ThreadHelper.ThreadStart() ilOffset = 0x19
>RemoveUnusedCachesThreadProc Stopped.

Re: Fehler bei Update Rollup 13

26. Juni 2013 10:11

Hallo,

hat jemand vielleicht noch eine Idee, was ich versuchen könnte?
Soll ich auf das UR14 warten und es dann noch Einmal probieren?