Tanner Dorheim
Tanner Dorheim
I am getting this error using VS2015 after cloning the repo and using the Nuget Package Manager to update Newtonsoft.Json to version 8.0.2 - at this point this is the...
Good point. When I revert to 7.0.1 I get the same error "The type or namespace name 'SteamAuth' could not be found (are you missing a directive or an assembly...
I appreciate your help with this. The references in the SteamAuth project are as follows: Analyzers Microsoft.CSharp Newtonsoft.Json System System.Core System.Data System.Data.DataSetExtensions System.Net.Http System.Xml System.Xml.Linq
it looks like it was also discussed here to some degree https://www.reddit.com/r/SteamBot/comments/3xmbmt/steambot_setup_steamauth_error/
To add some detail here the error is coming from line 131 of Bot.cs public SteamAuth.SteamGuardAccount SteamGuardAccount;
I figured out my foolishness. There were actually some good warnings in the stack that I was not paying attention to. The SteamAuth project was targeting 4.5.2 instead of 4.5....