SteamTradeOffersBot icon indicating copy to clipboard operation
SteamTradeOffersBot copied to clipboard

SteamKit2.ICallbackMessage doesn't contain a definition for Handle

Open KowalskiThomas opened this issue 8 years ago • 1 comments

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 ?

KowalskiThomas avatar Jul 27 '16 01:07 KowalskiThomas

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

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

Mithgroth avatar Jan 19 '18 15:01 Mithgroth