fiskaltrust/middleware-launcher

Helipad cannot be loaded

volllly opened this issue · 0 comments

Describe the bug

The Helipad package cannot be loaded by the current assembly loading mechanism.

Exceptions (if any)

System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Method 'JournalAsync' in type 'fiskaltrust.Middleware.Helper.Helipad.AsyncEnumerablePOSWrapper' from assembly 'fiskaltrust.Middleware.Helper.Helipad, Version=1.3.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.Assembly.GetTypes()
   at fiskaltrust.Launcher.AssemblyLoading.PluginLoader.LoadComponent[T](String path, Type[] sharedTypes) in C:\Users\...\source\middleware-launcher\src\fiskaltrust.Launcher\AssemblyLoading\PluginLoader.cs:line 13
   at fiskaltrust.Launcher.Commands.HostCommandHandler.<>c__DisplayClass14_0.<InvokeAsync>b__2(IServiceCollection services) in C:\Users\...\source\middleware-launcher\src\fiskaltrust.Launcher\Commands\HostCommand.cs:line 99
System.TypeLoadException: Method 'JournalAsync' in type 'fiskaltrust.Middleware.Helper.Helipad.AsyncEnumerablePOSWrapper' from assembly 'fiskaltrust.Middleware.Helper.Helipad, Version=1.3.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
[10:53:07 ERR fiskaltrust.Middleware.Helper.Helipad c32204ee-63d9-48c2-b548-acfb389fa713] An unhandled exception occured
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Method 'JournalAsync' in type 'fiskaltrust.Middleware.Helper.Helipad.AsyncEnumerablePOSWrapper' from assembly 'fiskaltrust.Middleware.Helper.Helipad, Version=1.3.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.Assembly.GetTypes()
   at fiskaltrust.Launcher.AssemblyLoading.PluginLoader.LoadComponent[T](String path, Type[] sharedTypes) in C:\Users\...\source\middleware-launcher\src\fiskaltrust.Launcher\AssemblyLoading\PluginLoader.cs:line 13
   at fiskaltrust.Launcher.Commands.HostCommandHandler.<>c__DisplayClass14_0.<InvokeAsync>b__2(IServiceCollection services) in C:\Users\...\source\middleware-launcher\src\fiskaltrust.Launcher\Commands\HostCommand.cs:line 99
   at Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.<>c__DisplayClass9_0.<ConfigureServices>b__0(HostBuilderContext context, IServiceCollection collection)
   at Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider()
   at Microsoft.Extensions.Hosting.HostBuilder.Build()
   at fiskaltrust.Launcher.Commands.HostCommandHandler.InvokeAsync(InvocationContext context) in C:\Users\...\source\middleware-launcher\src\fiskaltrust.Launcher\Commands\HostCommand.cs:line 129
System.TypeLoadException: Method 'JournalAsync' in type 'fiskaltrust.Middleware.Helper.Helipad.AsyncEnumerablePOSWrapper' from assembly 'fiskaltrust.Middleware.Helper.Helipad, Version=1.3.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.