August 27, 20178 yr Is it possible to use 3rd party libs in a plugin? So far i did setup the classlibrary project and tried to include Akka.net, but the moment the ActorSystem is created: System.Reflection.TargetInvocationException Error: CS0009: Metadata file 'authManager.dll' could not be opened -- Invalid public key. I'd guess the obfuscated authManager.dll won't play nice in this case. For what i'm trying to accomplish i could use plain async sockets (which works) but they are so...bleh
August 28, 20178 yr Hello, sorry I cannot remove this protection (to avoid crack). But you can use Messagebox or log
August 28, 20178 yr You may be able to disable the Error on compilation: follow this: (https://stackoverflow.com/questions/2943883/c-sharp-pinvokestackimbalance-detected-on-a-well-documented-function) except disable your error. Edited August 29, 20178 yr by avvi
Create an account or sign in to comment