I tried to follow some examples but I must be missing something here... I am creating a class application .NET Framework 4. I downloaded a required dll from the internet which I need to reference in my class application.
- Should I add it or reference it in my project and how exactly should I do that?
- I intend to share the finished dll with others, therefore the external dll I downloaded should be part of my final release - how to I do that?
- And how to I use this dll in my class?
Thanks