How to convert the whole project winforms to dll in c#.
Plz, Anyone can help me...
How to convert the whole project winforms to dll in c#.
Plz, Anyone can help me...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dhanunjay JajimogglaPosted Jun 3, 2014, 5:07 AM
Following below steps :
Step 1 : Right click on your Win forms project
Step 2 : Choose properties
Step 3 : Now goto Application Tab
Step 4 : Find "Output Type" dropdown and change value as Class Library.
Now you get whole project into .dll.
When you take next build, it should generate a DLL file instead of an EXE
Regards,
Dhanunjay.