Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If the Browse option is unavailable, you can add the DLL to your project by following these steps:

  1. Right-click on your project in Solution Explorer and select Add -> Existing Item.

  2. Navigate to the folder where your DLL is located and select it.

  3. Click the down-arrow by the Add button and select Add as Link.

  4. The DLL should now appear in your project with a shortcut icon.

  5. Right-click on the DLL in your project and select Properties.

  6. Under the Properties window, change the Copy to Output Directory value to either Copy if Newer or Copy Always.

  7. Build your project and the DLL will now be included in your output folder.