

You should now see a reference to the dll in the Visual Studio Solution Explorer. Select the dll file and click “OK” to add the reference to your project. Open the “Browse” tabsheet and browse to the dll file.

In my example below, I’ve used a Windows Console application in C#, but you can use the dll in any Visual Studio project.Ĭlick “Project” – “Add reference”. PVEPasswordGenerator.dll (20.0 KiB) How to use the dll in Visual StudioĬreate a new Visual Studio project. Because some of my own applications required the ability to create random passwords, I decided to write a small dll that will allow me to implement the generation of random passwords in a fast and easy way.
