Hello,
Since installing the latest Exchange Server SU in our environment, the "My Templates" add-in will not load in either the desktop Outlook client or OWA. We have Exchange Server 2019 CU13 running on Windows Server 2019. When the add-in is selected in Outlook, it gives the error: "This add-in could not be started. Close this dialog to ignore the problem or click "Restart" to try again. Clicking "Restart" only refreshes the error.
When I check the event logs on my Exchange server, I see an application warning for ASP.NET any time that Outlook tries to load the add-in:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 3/25/2024 11:26:50 AM
Event time (UTC): 3/25/2024 5:26:50 PM
Event ID: 9359bd0f6de2415897c07681e118f16b
Event sequence: 43
Event occurrence: 8
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/2/ROOT/owa-1-133558610081005777
Trust level: Full
Application Virtual Path: /owa
Application Path: C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\owa\
Machine name: SERVER2019
Process information:
Process ID: 11184
Process name: w3wp.exe
Account name: NT AUTHORITY\SYSTEM
Exception information:
Exception type: NullReferenceException
Exception message: Object reference not set to an instance of an object.
at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaModule.ShouldBlockIncomingRequest(HttpContext httpContext)
at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaModule.OnAuthenticateRequest(Object sender, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Request information:
Request URL: https://<IP address>:444/owa/prem/15.2.1258.32/ext/def/a216ceed-7791-4635-a752-5a4ac0a5eb93/images/app_icon.png
Request path: /owa/prem/15.2.1258.32/ext/def/a216ceed-7791-4635-a752-5a4ac0a5eb93/images/app_icon.png
User host address: ::1
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\SYSTEM
Thread information:
Thread ID: 49
Thread account name: NT AUTHORITY\SYSTEM
Is impersonating: False
Stack trace: at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaModule.ShouldBlockIncomingRequest(HttpContext httpContext)
at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaModule.OnAuthenticateRequest(Object sender, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Custom event details:
Any insight would be appreciated.