Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
Ive got this project from github https://github.com/niknah/ManagerIO_ConvertToTransfer but when i run the solution it asked for an assembly reference which are protobuf-net and Manager. Don't worry about the protobuf-net i manage to install it successfully but the manager isn't. I dont know where it came from. Tried to install it using install-package Manager but it says unable to find package.

The manager reference has this line of code.
using Manager;
using Manager.Model;
using Manager.Persistence;

Thanks.
Posted
Comments
George Jonsson 12-Nov-15 23:06pm    
The problem with using code you find on the net.
Why not ask the owner of the code?

You need to install Manager.IO[^] to get those assemblies.
 
Share this answer
 
Comments
derstine 13-Nov-15 2:58am    
Where to find those references..
I tried
Install-Package Manager.IO but nothings found
phil.o 13-Nov-15 9:14am    
You just have to click on the provided link.
A dll reference might be missing or incorrect.Check all the references added to this project are available with you.
 
Share this answer
 
Seems to be the dll referencing issue. I'd suggest you to check all your references and rebuild the solution. Still if it doesn't work then you can open an new issue to the author of this code at the github.

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900