Sicos1977 / IFilterTextReader

A reader that gets text from different file formats through the IFilter interface
Other
55 stars 38 forks source link

Don't try to load non-existing dll #53

Closed pipetskers closed 1 year ago

pipetskers commented 1 year ago

Fix for a regression issue introduced in #52. For non-registered iFilter (when GetFilterDllAndClass is unable to find a persistent handler and therefore dllName and filterPersistClass become null) we accidentally get "Could not get proc address from filter dll" exception instead of "There is no NN bits IFilter installed for the extension 'ext'".

@Sicos2002, I would be grateful if you could merge this PR and build a new nuget package v1.7.9.1 and delete v1.7.9. Thank you!

Sicos1977 commented 1 year ago

I cant delete a nuget package because that is something that is not possible. I only can hide the package from the listing and make it deprecated. I'll will make a new nuget package in a few minutes.

Sicos1977 commented 1 year ago

Just released a new nuget package