System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Closed this issue · 3 comments
george-ckito commented
Unable to load one or more of the requested types.
I've just installed Impostor v1.8.0 and copied Reactor.Impostor.dll to servers plugin folders. After launching the exe, I get the following error:
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Method 'HandleMessageAsync' in type 'Reactor.Impostor.Net.Message255Reactor' from assembly 'Reactor.Impostor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Method 'HandleRpcAsync' in type 'Reactor.Impostor.Net.Rpc255Reactor' from assembly 'Reactor.Impostor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
miniduikboot commented
I posted a PR that fixes this issue: #3 , can you check if that fixes the issue for you?
george-ckito commented
It doesn't look like It's been build yet, should I clone this and build it myself?