Search code examples
winformsdllribbon

Where To Put C# Compiled Library DLLs


I've compiled the RibbonLib, then I got two DLLs(Microsoft.WindowsAPICodePack.dll and Ribbon.dll), but where I need to put this DLLs to use they in my Visual Studio 2008?

I'm using Windows 7 Ultimate, if it's needed. ;)


Solution

  • In solution explorer, right click on project and then click "Add Reference", go to the "Browser" tab and add "Ribbon.dll".