Class IronOcrAssemblyVersionMismatchException
Represents errors that occur while loading assemblies during IronOcr deployment.
Inheritance
Namespace: IronOcr.Exceptions
Assembly: IronOcr.dll
Syntax
public class IronOcrAssemblyVersionMismatchException : Exception
Catching this signals that the loaded IronOCR assemblies do not match each other in version, typically when IronOcr.dll and its companion native or dependency packages were upgraded out of step. Update every IronOCR and IronSoftware package to the same release through NuGet, clear stale binaries from the output folder, then rebuild. It derives from Exception, so a general handler also catches it. The debugging how-to helps track down the offending reference.
Properties
Message
The message that describes the error.
Declaration
public override string Message { get; }
Property Value
| Type | Description |
|---|---|
| System.String |