Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have .net core project, When i build that project it generates .exe file but not .dll.

What I have tried:

I have .net core project, When i build that project it generates .exe file but not .dll, My requirement is to create .dll of project and host it in IIS server. how to generate .dll file,what settings need to be done
Posted
Updated 13-Jul-20 20:33pm
v2

 
Share this answer
 
v2
Comments
Member 13013835 22-Feb-17 2:54am    
i want dll file in place of exe file when i build my solution .net core project
Open your Project Properties, go to Configuration Properties, General and look for the entry Configuration Type. Make sure it's set to the proper output type. By default it will be set to Application (.exe). What you're looking for is Dynamic Library (.dll).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900