Why can't I reference my class library?

后端 未结 20 1924
隐瞒了意图╮
隐瞒了意图╮ 2020-12-08 12:38

I have a solution that contains a website and a class library in Visual Studio 2008.

I then have another web site project outside of the solution that needs to refe

20条回答
  •  没有蜡笔的小新
    2020-12-08 13:27

    You may forget to add reference the class library which you needed to import.

    Right click the class library which you want to import in (which contains multiple imported class libraries), -->Add->Reference(Select Projects->Solution->select the class library which you want to import from->OK)

提交回复
热议问题