Reputation: 71
I just downloaded a control that I want to add to Visual C# .NET, it came as a .dll file.
How do I install this?
(Visual C# Express 2008)
Upvotes: 2
Views: 428
Reputation: 15325
Go to the top menu: Tools
, Choose Toolbox Items...
, click Browse...
and find your DLL. That will install it onto the toolbox for all projects.
If you want to use the control in only one project, add the DLL as a regular reference to the project.
Upvotes: 4