I am trying to invoke a COM dll (ReqPro) from an EventListener in SharePoint. But it says that it can not find the assembly. So I wrote a wrapper assembly refering to the COM dll and put it in GAC. But the same problem is persisting. Please guide me. I am new to SharePoint.
I am basically using the Interop.Reqpro40.dll to call the reqpro40.dll (the actual library). The issue is that it seems that the host application (SharePoint) expect the assemblies in the GAC, but it can not.