IT Toolbox

Event ID 1026 — Unmanaged.NET exception

View my favorites

A.NET application encountered an unmanaged exception.

Source of event

.NET Runtime — category Application….

Possible causes

  • Application bug
  • Missing Configuration
  • Dependence or access to resources

Verifications to be carried out

  1. Read Exception Info
  2. Identify the application
  3. Search Applicationempl 1000 Associated

Useful orders….

Get-WinEvent -FilterHashtable @{LogName='Application'; Id=1026} -MaxEvents 30

To be retained….

An Event ID must always be interpreted with its source, its full message, its timing and the context of the system. The same number may exist in several providers of events.

♡ 0