UPDATE : It turned out that the project I was referring to was a console app. Rebuilding it as a class library was the solution.
我猜想,这应当是一个容易的事情:
我只是刚刚开始合作伙伴关系。 该网络现在只需要作为一些快速内联网报告的工具。 我有一个提供数据的现有项目,但我无法在我的网络项目中查阅。
图书馆被称为(例如)Lib,我想测试Utils的静态“Hello World()”方法。 我已将利比项目列入参考文献。 编辑们知道,它在那里造成英特尔利斯群岛正在运行,项目依赖性表明网络项目在Lib上台。
<div>
<% Response.Write(Lib.Utils.HelloWorld()); %>
</div>
Compiler Error Message: CS0103: The name Lib does not exist in the current context
当然,我是很新鲜的,但在开门人的例子和辅导中,我没有unt着如何提及外部项目。
感谢!