問題敘述
我正試著使用 Building a Sequence Using API 範例來學習如何在 .NET 中建構 sequence file。但當我在 Visual Studio 中運行該範例時,卻出現以下錯誤。我該如何解決這個錯誤?
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 the library project. Set the executable
project as the startup project.
