Yayybo 14 Posted August 27, 2017 Share Posted August 27, 2017 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 Link to comment Share on other sites More sharing options...
Droidz 2674 Posted August 28, 2017 Share Posted August 28, 2017 Hello, sorry I cannot remove this protection (to avoid crack). But you can use Messagebox or log Link to comment Share on other sites More sharing options...
Avvi 98 Posted August 28, 2017 Share Posted August 28, 2017 (edited) 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, 2017 by avvi Link to comment Share on other sites More sharing options...
Smarter 1 Posted July 5, 2018 Share Posted July 5, 2018 Any solutions to this? Link to comment Share on other sites More sharing options...
Droidz 2674 Posted July 5, 2018 Share Posted July 5, 2018 Hello, use dnLib Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now