【发布时间】:2011-07-03 00:16:53
【问题描述】:
我试图找出 .net 并得到这段代码,当我尝试从 VS 2008 运行时,它给了我这个错误
A project with an Output Type of Class Library cannot be started directly.
In order to debug this project, add an executable project to this solution which references to the library project. Set the executable project as the startup project
我正在学习 C#,所以不知道在这里做什么
【问题讨论】:
标签: c# .net visual-studio-2008