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
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.