Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 910 forks source link

Y U NO COMPILE!!! #196

Closed mr2ktechno closed 11 years ago

mr2ktechno commented 11 years ago

Hello everyone. I'm really new to this Git and C# thing, but I really need some help. First I want to say this is an amazing piece of work Jessecar96 had created and I thank you for sharing it. Anyway, I've manage to clone repository and I had run "git submodule init" and "git submodule update". And then, when I was build Steambot, it comes up with error with protobuf.

"Warning: Assembly 'protobuf-net, Version=2.0.0.621, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL' not found. Make sure that the assembly exists in disk. If the reference is required to build the project you may get compilation errors. (SteamKit2)"

As I said earlier, I'm really new to Git and C#, so correct me if I did something wrong. I'm a window user and I was using XRMARIN. I couldn't get MonoDevelop. Thanks in advance for helping me :)

The picture might help!!!

DIS FRIDGING THINGY

waylaidwanderer commented 11 years ago

I've noticed this too, but you have to manually add a reference to protobuf in SteamKit2's references. Right-click on the references folder and add the protobuf solution.

mr2ktechno commented 11 years ago

Hm, as i said earlier I'm new to this C# thing, but any idea where protobuf solution is located?

waylaidwanderer commented 11 years ago

In Solution Explorer (on the right), expand SteamKit2, right-click on References and click "Add Reference" and a new window should pop up. Then on the left there are more options, so click Solution > Projects and check protobuf-net and click OK.

mr2ktechno commented 11 years ago

It works now :dancer: Thank you so much :+1: