You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use it in Azure Function project?
My project file: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <AzureFunctionsVersion>v4</AzureFunctionsVersion> </PropertyGroup>
Exception: TikaOnDotNet.TextExtraction: Extraction failed. IKVM.OpenJDK.Util: The type initializer for 'java.nio.charset.StandardCharsets' threw an exception. IKVM.Runtime: Could not load type 'System.Reflection.Emit.MethodToken' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
The text was updated successfully, but these errors were encountered:
I have the same problem, trying to use TikaOnDotNet in a NET 6 project. I suspect the error is caused by the System.Reflection.Emit.MethodToken type does not exist in NET 6 og .Net Core, only in .Net Framework.
Is it possible to use it in Azure Function project?
My project file:
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <AzureFunctionsVersion>v4</AzureFunctionsVersion> </PropertyGroup>
Exception:
TikaOnDotNet.TextExtraction: Extraction failed. IKVM.OpenJDK.Util: The type initializer for 'java.nio.charset.StandardCharsets' threw an exception. IKVM.Runtime: Could not load type 'System.Reflection.Emit.MethodToken' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
The text was updated successfully, but these errors were encountered: