Missing Function RenderPageBitmapHighQuality

This article was translated from English: Does it need improvement?
Translated
View the article in English

With the newly updated version of IronOCR 2025.4.4, we added a new internal method for our algroithm when converting to Bitmaps. However, users who updated from the older version might encounter this exception below.

System.InvalidOperationException: 'No function was found with the name RenderPageBitmapHighQuality with error code (127).'

The exception message states that the function is not within the internal API. The main issue stems from the fact the IronOcrInterop.dll was not updated to the latest version to match the version used in IronOCr 2025.4.4. Due to the version mismatch, the library isn't aware that the internal API has been updated and can't find the new RenderPageBitmapHighQuality function as it was still referencing the old set of API with the outdated IronOcrInterop.dll.

Solution

A quick solution is to delete the existing bin folder and rebuild the project again. Rebuilding the project would generate a newly updated IronOcrInterop.dll that matches the updated version, which resolves this issue. Afterwards, trying running your project again and the error should no longer persist.

Curtis Chau
Escritor Técnico

Curtis Chau tiene una licenciatura en Ciencias de la Computación (Carleton University) y se especializa en el desarrollo front-end con experiencia en Node.js, TypeScript, JavaScript y React. Apasionado por crear interfaces de usuario intuitivas y estéticamente agradables, disfruta trabajando con frameworks modernos y creando manuales bien ...

Leer más
¿Listo para empezar?
Nuget Descargas 5,044,537 | Versión: 2025.11 recién lanzado