0
Reply

make windows app a dll

dc

dc

May 6 2013 9:01 AM
879
I would like to be able to take an existing desktop  application that is written in C# 2008 and just make it a dll. I would then like to write a new web forms page in C# 2010 that would pass the information to the console app that was entered into the web form.

Can you tell me how to accomplish this goal? Can you tell me how to get started?