I created a .net (c++) dll which I'm using with a com application. In order to use the dll with com, I ran the sn,gacutil, and regasm/tlb utilities.
Now, I added a dll from Microsoft Enterprise Library to my dll.
When running the app, I get an error that the microsoft...dll cannot be found.
What do I need to do with the Microsoft dll to make it visible/usable with my com application?