Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SteamKit2.ICallbackMessage doesn't contain a definition for Handle #22

Open
KowalskiThomas opened this issue Jul 27, 2016 · 1 comment

Comments

@KowalskiThomas
Copy link

I tried to test the bot, though I can't compile it.

I installed the last version of the dependencies using NuGet (SteamKit version is 2.1.8.0) and I get ten times the same error :

SteamKit2.ICallbackMessage doesn't have any definition for 'Handle' and no extension method using a first argument of type ICallbackMessage was found (a using directive may be missing ?)

I translated the error from French so it won't be exact...

What can I do ?

@Mithgroth
Copy link

Mithgroth commented Jan 19, 2018

You are using SteamKit2 2.0+
On 1.7, ICallbackMessage.Handle is replaced by CallbackManager: SteamRE/SteamKit#221

This library uses 1.6.2.
Use SteamKit2 1.6.2 or change the code to adapt CallbackManager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants