ztizzlegaming / CSGOWinBig

Open-source Counter-Strike: Global Offensive jackpot betting website.
MIT License
169 stars 104 forks source link

Problem with bot #164

Closed enizunic93 closed 8 years ago

enizunic93 commented 8 years ago

I am trying to compile this bot few days!!! Please help me I use: Visual Studio 2012

Warnings i get when open this project: Warning 1 The referenced component 'MonoDevelop.CSharpBinding' could not be found. ExampleBot Warning 2 The referenced component 'Newtonsoft.Json' could not be found. SteamAuth

I got few more warnings (steam auth version 4.5.2, but i solved that)

And when i try to compile it i got this: "There is build errors, Would you like to continue...?" i say Yes and then: Visual studio cannt start debugging because debug target is missing /.../Debug/SteamBot.exe is missing

And affter that i got 97 errors: Error 99 Metadata file 'C:\Users\ENI\Desktop\New folder (2)\CSGOWinBig-SteamBot\SteamAuth\SteamAuth\bin\Debug\SteamAuth.dll' could not be found C:\Users\ENI\Desktop\New folder (2)\CSGOWinBig-SteamBot\SteamBot\CSC ExampleBot Error 7 The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?) C:\Users\ENI\Desktop\New folder (2)\CSGOWinBig-SteamBot\SteamAuth\SteamAuth\SteamGuardAccount.cs 14 10 SteamAuth

And lot of more....

I did nuget restore enable and that things....but nothing

enizunic93 commented 8 years ago

1.First error: http://oi64.tinypic.com/30my1xx.jpg

  1. other errors: http://oi68.tinypic.com/8wh4hz.jpg
  2. warnings: http://oi64.tinypic.com/2cgydfc.jpg

If someone know what is problem, please help, i edited website, and i need this bot

enizunic93 commented 8 years ago

SOLVED! Updated nuget and installed Net.JSON in Visual Studio :)