我的代码不会编译 [英] My code won't compile

查看:86
本文介绍了我的代码不会编译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从github https://github.com/niknah/ManagerIO_ConvertToTransfer得到了这个项目但是当我运行解决方案时,它要求一个程序集引用,它是protobuf-net和Manager。不要担心protobuf-net我成功安装它,但经理不是。我不知道它来自哪里。试图使用install-package Manager安装它,但它说无法找到包。



经理参考有这行代码。

使用Manager;

使用Manager.Model;

使用Manager.Persistence;



谢谢。

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.

推荐答案

您需要安装 Manager.IO [ ^ ]获取这些程序集。
You need to install Manager.IO[^] to get those assemblies.


dll引用可能丢失或不正确。检查添加到此项目的所有引用是否可用。
A dll reference might be missing or incorrect.Check all the references added to this project are available with you.


似乎是dll引用问题。我建议你检查所有的引用并重建解决方案。如果它不起作用,那么你可以在github上向这段代码的作者开一个新问题。



-KR
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


这篇关于我的代码不会编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆