Creating a .dll file in C#.Net

前端 未结 5 2135
半阙折子戏
半阙折子戏 2020-12-24 06:04

I had created a project which is C# console application project for which I need to call this project dll in another windows application project. I had built the project in

5条回答
  •  自闭症患者
    2020-12-24 06:25

    You need to change project settings. Right click your project, go to properites. In Application tab change output type to class library instead of Windows application.

提交回复
热议问题